[Fink-users] Fink with XCode 2.3

2006-05-25 Thread John Courcoul
Apple has recently released the 2.3 updated version of XCode which is 
recommended for all users of previous versions. Interestingly, no mention of 
this critical component has appeared on the list thus far. 

If our source-based Fink installation is up to date (after the CVS issues in 
the recent past), can we safely upgrade to XCode 2.3 in either or both PPC or 
Intel platforms?

J. Courcoul


___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Fink with XCode 2.3

2006-05-25 Thread Martin Costabel
John Courcoul wrote:
 Apple has recently released the 2.3 updated version of XCode which is 
 recommended for all users of previous versions. Interestingly, no mention of 
 this critical component has appeared on the list thus far. 
 
 If our source-based Fink installation is up to date (after the CVS issues in 
 the recent past), can we safely upgrade to XCode 2.3 in either or both PPC or 
 Intel platforms?

Well, the CVS issues are not yet even ironed out (no instructions for 
the general Fink users available that don't require some non-trivial 
command line tinkering), and xcode-2.3 introduced some serious new bugs. 
So for official announcements on the lists and on the web page you need 
some more patience.

Right now you cannot bootstrap with xcode-2.3, because dpkg doesn't 
build. Apple broke the -force_flat_namespace flag that dpkg and some 
other packages are using. You can make dpkg build by editing the info 
file and removing that flag, but the consequences of this are not yet 
completely clear.

-- 
Martin




___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gstreamer-0.8.12-23 failed to compile

2006-05-25 Thread Ramiro
I use OS X 10.4.6 on a Dual G4/450.
I've been trying to update fink for the last two days, but gstreamer is failing
to compile. This is what I have currently installed:

$ fink list -t gstreamer
Information about 5784 packages read in 7 seconds.
(i) gstreamer   0.8.12-23   Streaming-media framework
gstreamer-0.10  0.10.6-21   Streaming-media framework
gstreamer-0.10-dev  0.10.6-21   Streaming-media framework
gstreamer-0.10-shlibs   0.10.6-21   Shared libraries for gstreamer
(i) gstreamer-dev   0.8.12-23   Streaming-media framework
(i) gstreamer-shlibs0.8.12-23   Shared libraries for gstreamer


And this is the error I get:

/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..  
-fno-common -I/sw/lib/freetype219/include/freetype2
-I/sw/lib/freetype219/include -I/sw/lib/pango-ft219/include -I/sw/include
-I/sw/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libxml2
-I/sw/include   -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64   -fno-common -g
-Wall -DGST_DISABLE_DEPRECATED-I.. -DGST_MAJORMINOR=\0.8\  -Os
-funroll-loops -fstrict-aliasing -fno-common -c -o
libgstreamer_0.8_la-gstinfo.lo `test -f 'gstinfo.c' || echo './'`gstinfo.c
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -fno-common
-I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include
-I/sw/lib/pango-ft219/include -I/sw/include -I/sw/include -D_GNU_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0
-I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-common -g -Wall
-DGST_DISABLE_DEPRECATED -I.. -DGST_MAJORMINOR=\0.8\ -Os -funroll-loops
-fstrict-aliasing -fno-common -c gstinfo.c  -fno-common -DPIC -o
.libs/libgstreamer_0.8_la-gstinfo.o
gstinfo.c: In function '_gst_debug_nameof_funcptr':
gstinfo.c:1054: error: 'Dl_info' undeclared (first use in this function)
gstinfo.c:1054: error: (Each undeclared identifier is reported only once
gstinfo.c:1054: error: for each function it appears in.)
gstinfo.c:1054: error: parse error before 'dlinfo'
gstinfo.c:1067: warning: implicit declaration of function 'dladdr'
gstinfo.c:1067: error: 'dlinfo' undeclared (first use in this function)
make[4]: *** [libgstreamer_0.8_la-gstinfo.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.sYcUO8 failed, exit code 2
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-gstreamer-0.8.12-23
(Leyendo la base de datos ...  
157394 ficheros y directorios instalados actualmente.)
Desinstalando fink-buildlock-gstreamer-0.8.12-23 ...
Failed: phase compiling: gstreamer-0.8.12-23 failed


Should I wait for a solution, or should I remove v0.8.x and install 0.10.x? It
was installed as a dependency for some other package in the past, and I have no
particular interest in either version.

Thanks in advance.
Ramiro Téllez Sanz
Almería, Spain.



___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gstreamer-0.8.12-23 failed to compile

2006-05-25 Thread Martin Costabel
Ramiro wrote:
[]
 gstinfo.c: In function '_gst_debug_nameof_funcptr':
 gstinfo.c:1054: error: 'Dl_info' undeclared (first use in this function)

This looks like FAQ#6.16: I get build errors involving `Dl_info'.
http://fink.sourceforge.net/faq/faq.en.html#comp-general.dlfcn-from-oo

-- 
Martin


___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] CVS (was Re: Fink with XCode 2.3)

2006-05-25 Thread David R. Morrison

On May 25, 2006, at 12:52 AM, Martin Costabel wrote:

 Well, the CVS issues are not yet even ironed out (no instructions for
 the general Fink users available that don't require some non-trivial
 command line tinkering),

Martin,

Please note that instructions were posted on the web page yesterday  
(as an update to the top news item).

   -- Dave




___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] CVS (was Re: Fink with XCode 2.3)

2006-05-25 Thread Martin Costabel
David R. Morrison wrote:
 On May 25, 2006, at 12:52 AM, Martin Costabel wrote:
 
 Well, the CVS issues are not yet even ironed out (no instructions for
 the general Fink users available that don't require some non-trivial
 command line tinkering),
 
 Martin,
 
 Please note that instructions were posted on the web page yesterday  
 (as an update to the top news item).

Sorry for not having looked long enough, I see it now. On this small 12 
screen here, with fonts set for my old eyes, the update appears below 
the first page. I would have expected it on top of the news item, too, I 
guess :-)

Anyway, it's a nice and elegant solution.

-- 
Martin


___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gcc4 failed compiling

2006-05-25 Thread Martin Costabel
Koen van der Drift wrote:
 Hi,
 
 After compiling for about a whole day, gcc4 failed as follows:
[]
 /sw/lib/odcctools/bin/ld: Undefined symbols:
 __Unwind_GetIPInfo

Same error here. This java stuff on ppc is working on and off; the last 
version gcc4-4.1.99-20060515 compiled OK for me (on ppc and on i386), 
the one I tried before that failed with the same error.

-- 
Martin



___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gstreamer-0.8.12-23 failed to compile

2006-05-25 Thread Ramiro Téllez Sanz
Martin Costabel costabel at wanadoo.fr writes:

 
 Ramiro wrote:
 []
  gstinfo.c: In function '_gst_debug_nameof_funcptr':
  gstinfo.c:1054: error: 'Dl_info' undeclared (first use in this function)
 
 This looks like FAQ#6.16: I get build errors involving `Dl_info'.
 http://fink.sourceforge.net/faq/faq.en.html#comp-general.dlfcn-from-oo
 

You were right as usual :) Thanks very much.
What I don't understand is how those files arrived there. I only install
source packages through fink and have never installed OpenOfice,
not even with fink.

Again, thanks.
Ramiro.



___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users