Francis Poulin | 2 Nov 00:21
Picon
Picon
Favicon

install ffmpeg

Hello,

On my iMac (intel) running 10.5.5 with Xcode 3.1.1 I try to install  
ffmpeg and I get  a problem with inconsistent dependencies.  Any  
suggestions as to how I can fix this?

Thanks,
Francis
		

fink install ffmpeg
Information about 7281 packages read in 1 seconds.

fink needs help picking an alternative to satisfy a virtual  
dependency. The candidates:

(1)	lynx: Console based web browser
(2)	links: Lynx-like text WWW browser with tables
(3)	w3m: Text-mode WWW browser with tables/frames
(4)	elinks: Development version of Links text WWW browser
(5)	lynx-ssl: (obsolete) Dummy upgrade package for lynx with system- 
openssl
(6)	links-ssl: (obsolete) Lynx-like text WWW browser with tables
(7)	w3m-ssl: (obsolete) Upgrade package for w3m
(8)	elinks-ssl: (obsolete) Dummy upgrade package: use elinks instead

Pick one: [3]
The following package will be installed or updated:
  ffmpeg
The following 53 additional packages will be installed:
(Continue reading)

Alexander Hansen | 2 Nov 00:32
Picon
Gravatar

Re: install ffmpeg


On Nov 1, 2008, at 7:21 PM, Francis Poulin wrote:

> Hello,
>
> On my iMac (intel) running 10.5.5 with Xcode 3.1.1 I try to install
> ffmpeg and I get  a problem with inconsistent dependencies.  Any
> suggestions as to how I can fix this?
>
> Thanks,
> Francis
> 		
>
> fink install ffmpeg
> Information about 7281 packages read in 1 seconds.
>
> fink needs help picking an alternative to satisfy a virtual
> dependency. The candidates:
>
> (1)	lynx: Console based web browser
> (2)	links: Lynx-like text WWW browser with tables
> (3)	w3m: Text-mode WWW browser with tables/frames
> (4)	elinks: Development version of Links text WWW browser
> (5)	lynx-ssl: (obsolete) Dummy upgrade package for lynx with system-
> openssl
> (6)	links-ssl: (obsolete) Lynx-like text WWW browser with tables
> (7)	w3m-ssl: (obsolete) Upgrade package for w3m
> (8)	elinks-ssl: (obsolete) Dummy upgrade package: use elinks instead
>
> Pick one: [3]
(Continue reading)

James McKenzie | 2 Nov 02:48
Picon
Favicon

Re: install ffmpeg

Francis Poulin wrote:
> Hello,
> It looks like some of the problems encountered involve buildlocks for  
> the following packages:
>    glib2-2.12.12-2
>
> This probably means you should wait for those packages to finish  
> building, and then try again
> Failed: Fink::SysState: Could not resolve inconsistent dependencies
>   
Did you attempt to install glib2 only to have the process end
abnormally?  This would leave the build lock file in place.  You should
attempt to install glib2 by itself after fixing the build problems
identified by that installation.

James McKenzie

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Gideon Simpson | 2 Nov 22:02
Picon
Favicon

fink python26 and numpy 1.2.1

Not sure if this is an issue with numpy or an issue with fink python  
2.6, but when trying to build numpy, I get the following error:

gcc -L/sw/lib -bundle /sw/lib/python2.6/config -lpython2.6 build/ 
temp.macosx-10.5-i386-2.6/numpy/core/src/multiarraymodule.o -o build/ 
lib.macosx-10.5-i386-2.6/numpy/core/multiarray.so
ld: library not found for -lpython2.6
collect2: ld returned 1 exit status
ld: library not found for -lpython2.6
collect2: ld returned 1 exit status
error: Command "gcc -L/sw/lib -bundle /sw/lib/python2.6/config - 
lpython2.6 build/temp.macosx-10.5-i386-2.6/numpy/core/src/ 
multiarraymodule.o -o build/lib.macosx-10.5-i386-2.6/numpy/core/ 
multiarray.so" failed with exit status 1

-gideon
Michael Abshoff | 2 Nov 22:14

Re: fink python26 and numpy 1.2.1

Gideon Simpson wrote:
> Not sure if this is an issue with numpy or an issue with fink python  
> 2.6, but when trying to build numpy, I get the following error:

Unfortunately numpy 1.2.x does not support Python 2.6. IIRC support is 
planned for numpy 1.3.

> gcc -L/sw/lib -bundle /sw/lib/python2.6/config -lpython2.6 build/ 
> temp.macosx-10.5-i386-2.6/numpy/core/src/multiarraymodule.o -o build/ 
> lib.macosx-10.5-i386-2.6/numpy/core/multiarray.so
> ld: library not found for -lpython2.6
> collect2: ld returned 1 exit status
> ld: library not found for -lpython2.6
> collect2: ld returned 1 exit status
> error: Command "gcc -L/sw/lib -bundle /sw/lib/python2.6/config - 
> lpython2.6 build/temp.macosx-10.5-i386-2.6/numpy/core/src/ 
> multiarraymodule.o -o build/lib.macosx-10.5-i386-2.6/numpy/core/ 
> multiarray.so" failed with exit status 1
> 
> 
> -gideon

Cheers,

Michael

> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion <at> scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
(Continue reading)

Daniel Macks | 2 Nov 23:32

Re: fink python26 and numpy 1.2.1

Was a typo in python26 itself, fixed in revision -2.

dan

On Sun, Nov 02, 2008 at 04:02:38PM -0500, Gideon Simpson wrote:
> Not sure if this is an issue with numpy or an issue with fink python  
> 2.6, but when trying to build numpy, I get the following error:
> 
> gcc -L/sw/lib -bundle /sw/lib/python2.6/config -lpython2.6 build/ 
> temp.macosx-10.5-i386-2.6/numpy/core/src/multiarraymodule.o -o build/ 
> lib.macosx-10.5-i386-2.6/numpy/core/multiarray.so
> ld: library not found for -lpython2.6
> collect2: ld returned 1 exit status
> ld: library not found for -lpython2.6
> collect2: ld returned 1 exit status
> error: Command "gcc -L/sw/lib -bundle /sw/lib/python2.6/config - 
> lpython2.6 build/temp.macosx-10.5-i386-2.6/numpy/core/src/ 
> multiarraymodule.o -o build/lib.macosx-10.5-i386-2.6/numpy/core/ 
> multiarray.so" failed with exit status 1
> 
> 
> -gideon
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
(Continue reading)

Gideon Simpson | 2 Nov 23:46
Picon
Favicon

Re: fink python26 and numpy 1.2.1

Indeed, whatever you did fixed it, though the numpy people say there  
are some incompatibilities between that version and python 2.6 that  
they're responsible for resolving when it gets to numpy 1.3.
-gideon

On Nov 2, 2008, at 5:32 PM, Daniel Macks wrote:

> Was a typo in python26 itself, fixed in revision -2.
>
> dan
>
> On Sun, Nov 02, 2008 at 04:02:38PM -0500, Gideon Simpson wrote:
>> Not sure if this is an issue with numpy or an issue with fink python
>> 2.6, but when trying to build numpy, I get the following error:
>>
>> gcc -L/sw/lib -bundle /sw/lib/python2.6/config -lpython2.6 build/
>> temp.macosx-10.5-i386-2.6/numpy/core/src/multiarraymodule.o -o build/
>> lib.macosx-10.5-i386-2.6/numpy/core/multiarray.so
>> ld: library not found for -lpython2.6
>> collect2: ld returned 1 exit status
>> ld: library not found for -lpython2.6
>> collect2: ld returned 1 exit status
>> error: Command "gcc -L/sw/lib -bundle /sw/lib/python2.6/config -
>> lpython2.6 build/temp.macosx-10.5-i386-2.6/numpy/core/src/
>> multiarraymodule.o -o build/lib.macosx-10.5-i386-2.6/numpy/core/
>> multiarray.so" failed with exit status 1
>>
>>
>> -gideon
>>
(Continue reading)

Daniel Macks | 3 Nov 00:00

Re: fink python26 and numpy 1.2.1

Is there a numpy tracker item (or trouble ticket, or whatever they
call it:) where we can watch and test progress on getting it fixed.
Fink only has numpy-pyXX (via "scipy-core-pyXX") 1.1.1 right now, and
it does appear to pass its self-tests. Maybe they've only more
recently added tests that expose the python2.6 incompatibility.

dan

On Sun, Nov 02, 2008 at 05:46:05PM -0500, Gideon Simpson wrote:
> Indeed, whatever you did fixed it, though the numpy people say there  
> are some incompatibilities between that version and python 2.6 that  
> they're responsible for resolving when it gets to numpy 1.3.
> -gideon
> 
> On Nov 2, 2008, at 5:32 PM, Daniel Macks wrote:
> 
> > Was a typo in python26 itself, fixed in revision -2.
> >
> > dan
> >
> > On Sun, Nov 02, 2008 at 04:02:38PM -0500, Gideon Simpson wrote:
> >> Not sure if this is an issue with numpy or an issue with fink python
> >> 2.6, but when trying to build numpy, I get the following error:
> >>
> >> gcc -L/sw/lib -bundle /sw/lib/python2.6/config -lpython2.6 build/
> >> temp.macosx-10.5-i386-2.6/numpy/core/src/multiarraymodule.o -o build/
> >> lib.macosx-10.5-i386-2.6/numpy/core/multiarray.so
> >> ld: library not found for -lpython2.6
> >> collect2: ld returned 1 exit status
> >> ld: library not found for -lpython2.6
(Continue reading)

Christophe Saigne | 3 Nov 11:11
Picon
Favicon

Re: Fink-users Digest, Vol 30, Issue 49

Yes i did
Le 31 oct. 08 à 18:24, fink-users-request <at> lists.sourceforge.net a  
écrit :

> Send Fink-users mailing list submissions to
> 	fink-users <at> lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://lists.sourceforge.net/lists/listinfo/fink-users
> or, via email, send a message with subject or body 'help' to
> 	fink-users-request <at> lists.sourceforge.net
>
> You can reach the person managing the list at
> 	fink-users-owner <at> lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Fink-users digest..."
>
>
> Today's Topics:
>
>   1. Re: compiling gkrellm: fink does not recognize	installed
>      version of libxml (Alexander Hansen)
>   2. Re: Installation problem of Boost SOLVED (Marc Pouget)
>   3. Can't update dbus (Christophe Saigne)
>   4. Re: Can't update dbus (Alexander Hansen)
>   5. Re: compiling gkrellm: fink does not recognize	installed
>      version of libxml (Dan Maftei)
>
>
(Continue reading)

Alexander Hansen | 3 Nov 20:59
Picon
Gravatar

Can't update dbus was Re: Fink-users Digest, Vol 30, Issue 49

On Nov 3, 2008, at 5:11 AM, Christophe Saigne wrote:

> Yes i did
> Le 31 oct. 08 à 18:24, fink-users-request <at> lists.sourceforge.net a
> écrit :
>
>>

<snip>

>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Fink-users digest..."
>>

A)  Please follow the above suggestion in the future so that people  
can find this information in the list archives.
B)  Never, never, never, never, never, never, never, never, never,  
never, never, never, never, never, never, never, never, never, never,  
never, never, never, never, never, never, never, never, never, never,  
never, never, never, never, never, never, never, never, never, never,  
never, never, never, never, never, never, never, never, never, never,  
never, never, never, never, never, never, never, never, never, never,  
never, never, never, never, never, never, never, never, never, never,  
never, never, never, never, never, never, never, never, never, never,  
never, simply reply to a digest without editing out the messages that  
don't pertain to your topic.
This is extremely rude to all of the other people on the list.
>>
>>

(Continue reading)


Gmane