[Fink-users] Failed: phase compiling: zhu3d-4.1.6-1002 failed

2008-11-23 Thread Dominique Dhumieres
On Intel OSX 10.5.5, updating to zhu3d-4.1.6-1002 failed with:

c++ -c -pipe -O2 -ffast-math -Wall -W -D__USE_WS_X11__ -DQT_NO_DEBUG 
-DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/sw/lib/qt4-x11/mkspecs/darwin-g++ -I. -I/sw/lib/qt4-x11/include/QtCore 
-I/sw/lib/qt4-x11/include/QtCore -I/sw/lib/qt4-x11/include/QtGui 
-I/sw/lib/qt4-x11/include/QtGui -I/sw/lib/qt4-x11/include/QtOpenGL 
-I/sw/lib/qt4-x11/include/QtOpenGL -I/sw/lib/qt4-x11/include -I/usr/X11/include 
-I. -I. -o main.o src/main.cpp
src/cpuinfo.h: In static member function 'static double CPUINFO::MHz()':
src/cpuinfo.h:100: error: 'cpu_set_t' was not declared in this scope
src/cpuinfo.h:100: error: expected `;' before 'affinity_mask'
src/cpuinfo.h:101: error: 'a' was not declared in this scope
src/cpuinfo.h:101: error: 'sched_getaffinity' was not declared in this scope
src/cpuinfo.h:102: error: 'affinity_mask' was not declared in this scope
src/cpuinfo.h:102: error: 'CPU_ZERO' was not declared in this scope
src/cpuinfo.h:103: error: 'CPU_SET' was not declared in this scope
src/cpuinfo.h:104: error: 'sched_setaffinity' was not declared in this scope
make: *** [main.o] Error 1
### execution of make failed, exit code 2

TIA

Dominique

-
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=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] djvulibre-3.5.21-1002 fails to compile

2008-11-23 Thread Mark Reglewski
Hello list.

djvulibre-3.5.21-1002 fails to compile. Here are the last few lines of 
output:

creating djview
make[2]: Circular Makefile.dep - Makefile.dep dependency dropped.
/bin/sh ../../libtool --tag=disable-static --mode=compile gcc 
-DHAVE_CONFIG_H  -DNDEBUG -Wall -O3 -Wno-non-virtual-dtor -mtune=i386 
-I. -I../.. -I../../gui/shared/res -I../../gui/npsdk  -I/usr/X11/include 
-I/sw/include -I/usr/X11R6/include -I/sw/include -c nsdejavu.c -o 
nsdejavu.lo
mkdir .libs
  gcc -DHAVE_CONFIG_H -DNDEBUG -Wall -O3 -Wno-non-virtual-dtor 
-mtune=i386 -I. -I../.. -I../../gui/shared/res -I../../gui/npsdk 
-I/usr/X11/include -I/sw/include -I/usr/X11R6/include -I/sw/include -c 
nsdejavu.c  -fno-common -DPIC -o .libs/nsdejavu.o
cc1: warning: command line option -Wno-non-virtual-dtor is valid for 
C++/ObjC++ but not for C
/bin/sh ../../libtool --tag=disable-static --mode=link gcc 
-DHAVE_CONFIG_H  -DNDEBUG -Wall -O3 -Wno-non-virtual-dtor -mtune=i386 
-I. -I../.. -I../../gui/shared/res -I../../gui/npsdk  -I/usr/X11/include 
-I/sw/include -I/usr/X11R6/include -I/sw/include nsdejavu.lo -framework 
OpenGL -dylib_file 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 
-L/sw/lib -L/sw/lib -no-undefined -L/usr/X11/lib -R/usr/X11/lib -lSM 
-lICE -lXt -lXext -lX11  \
  -rpath /sw/lib/netscape/plugins -module -o nsdejavu.la
gcc  -o .libs/nsdejavu.0.0.0.so -bundle  .libs/nsdejavu.o  -L/sw/lib 
-L/usr/X11/lib /usr/X11/lib/libSM.6.0.0.dylib 
/usr/X11/lib/libICE.6.3.0.dylib /usr/X11/lib/libXt.6.0.0.dylib 
/usr/X11/lib/libXau.6.0.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib 
/usr/X11/lib/libXext.6.4.0.dylib /usr/X11/lib/libX11.6.2.0.dylib 
-mtune=i386 -framework OpenGL
ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib
collect2: ld returned 1 exit status
make[2]: *** [nsdejavu.la] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.BTncc9 failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-djvulibre-3.5.21-1002
(Reading database ... 40351 files and directories currently installed.)
Removing fink-buildlock-djvulibre-3.5.21-1002 ...
Failed: phase compiling: djvulibre-3.5.21-1002 failed

This is on OSX 10.5.5
fink package manager version: 0.28.6

Errors remain the same after running fink selfupdate and fink update-all 
a second time.

Ideas?

-
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=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] djvulibre-3.5.21-1002 fails to compile

2008-11-23 Thread David R. Morrison
I've just committed a possible fix; please let it propagate to the  
mirrors, and then try selfupdating again.

   -- Dave


On Nov 23, 2008, at 4:48 PM, Mark Reglewski wrote:

 Hello list.

 djvulibre-3.5.21-1002 fails to compile. Here are the last few lines  
 of output:

 creating djview
 make[2]: Circular Makefile.dep - Makefile.dep dependency dropped.
 /bin/sh ../../libtool --tag=disable-static --mode=compile gcc - 
 DHAVE_CONFIG_H  -DNDEBUG -Wall -O3 -Wno-non-virtual-dtor - 
 mtune=i386 -I. -I../.. -I../../gui/shared/res -I../../gui/npsdk  -I/ 
 usr/X11/include -I/sw/include -I/usr/X11R6/include -I/sw/include -c  
 nsdejavu.c -o nsdejavu.lo
 mkdir .libs
  gcc -DHAVE_CONFIG_H -DNDEBUG -Wall -O3 -Wno-non-virtual-dtor - 
 mtune=i386 -I. -I../.. -I../../gui/shared/res -I../../gui/npsdk -I/ 
 usr/X11/include -I/sw/include -I/usr/X11R6/include -I/sw/include -c  
 nsdejavu.c  -fno-common -DPIC -o .libs/nsdejavu.o
 cc1: warning: command line option -Wno-non-virtual-dtor is valid  
 for C++/ObjC++ but not for C
 /bin/sh ../../libtool --tag=disable-static --mode=link gcc - 
 DHAVE_CONFIG_H  -DNDEBUG -Wall -O3 -Wno-non-virtual-dtor - 
 mtune=i386 -I. -I../.. -I../../gui/shared/res -I../../gui/npsdk  -I/ 
 usr/X11/include -I/sw/include -I/usr/X11R6/include -I/sw/include  
 nsdejavu.lo -framework OpenGL -dylib_file /System/Library/ 
 Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/ 
 System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/ 
 libGL.dylib -L/sw/lib -L/sw/lib -no-undefined -L/usr/X11/lib -R/usr/ 
 X11/lib -lSM -lICE -lXt -lXext -lX11  \
 -rpath /sw/lib/netscape/plugins -module -o nsdejavu.la
 gcc  -o .libs/nsdejavu.0.0.0.so -bundle  .libs/nsdejavu.o  -L/sw/ 
 lib -L/usr/X11/lib /usr/X11/lib/libSM.6.0.0.dylib /usr/X11/lib/ 
 libICE.6.3.0.dylib /usr/X11/lib/libXt.6.0.0.dylib /usr/X11/lib/ 
 libXau.6.0.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib /usr/X11/lib/ 
 libXext.6.4.0.dylib /usr/X11/lib/libX11.6.2.0.dylib -mtune=i386 - 
 framework OpenGL
 ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib
 collect2: ld returned 1 exit status
 make[2]: *** [nsdejavu.la] Error 1
 make[1]: *** [all] Error 2
 make: *** [all] Error 2
 ### execution of /var/tmp/tmp.1.BTncc9 failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-djvulibre-3.5.21-1002
 (Reading database ... 40351 files and directories currently  
 installed.)
 Removing fink-buildlock-djvulibre-3.5.21-1002 ...
 Failed: phase compiling: djvulibre-3.5.21-1002 failed

 This is on OSX 10.5.5
 fink package manager version: 0.28.6

 Errors remain the same after running fink selfupdate and fink  
 update-all a second time.

 Ideas?


-
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=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] djvulibre-3.5.21-1002 fails to compile

2008-11-23 Thread Mark Reglewski
David R. Morrison wrote:
 I've just committed a possible fix; please let it propagate to the 
 mirrors, and then try selfupdating again.

Done. The package now compiles. Many thanks.

-
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=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] djvulibre-3.5.21-1002 fails to compile

2008-11-23 Thread Mark Reglewski
Alexander Hansen wrote:
 This would be something for the maintainer to fix.  Also, what Xcode 
 version do you have?  I think this was fixed in 3.1 .

Ahh. I have Xcode 3.0 -- though the maintainer's fix has worked without 
updating Xcode. But I should do this anyway to avoid future problems 
with compiling, yes?



-
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=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users