Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Martin Costabel
Jean-François Mertens wrote: [] But sorry, have no 10.5, _ and for the moment not even my G5 _ to look further... Since the problem appears only for 10.5/ppc, and then apparently only with xcode-3.1, I am out of it, too. I only have access to 10.5/intel and 10.4/ppc, or with some effort to

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Dominique Dhumieres
Martin, Thanks for the answer. The file flurry.c is compiled on intel, too, but differently. Not on my macbook. I have a closer look and saw: ... config.status: executing default-2 commands # Note: The OpenGL 3D

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Dominique Dhumieres
Note that if I add manually -U__VEC__, flurry.c compiles: [karma] hacks/glx% sudo gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -std=c89 -U__STRICT_ANSI__ -U__VEC__ -no-cpp-precomp -c -I. -I. -I./../../utils -I./.. -I../.. -I/sw/lib/pango-ft219/include/pango-1.0

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Martin Costabel
Dominique Dhumieres wrote: [] gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -std=c89 -U__STRICT_ANSI__ -U__VEC__ -Wall -c -I. -I. -I./../utils -I.. -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/freetype2

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Martin Costabel
Martin Costabel wrote: Dominique Dhumieres wrote: [] gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -std=c89 -U__STRICT_ANSI__ -U__VEC__ -Wall -c -I. -I. -I./../utils -I.. -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/fontconfig2/include

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Dominique Dhumieres
Try to put OBJCC=gcc into the ConfigureParams, in addition to the SetCC line. I have changed the info file to: ... Source-MD5: 3ea7d0bc9b7159523855296e175d7ac7 SetCC: gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -std=c89 -U__STRICT_ANSI__ -U__VEC__ SetCPPFLAGS:

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Dominique Dhumieres
The following 2 lines in xscreensave.info produce correct compiler lines for me; please try: SetCC: gcc -U__VEC__ PatchScript: perl -pi -e 's|(OBJCC=).*|$1\gcc -Wall\|' configure With ... SetLDFLAGS: -L%p/lib/freetype219/lib SetCC: gcc -U__VEC__ PatchScript: perl -pi -e 's|(OBJCC=).*|$1\gcc

[Fink-users] texmacs-1.0.6.15-3 compile failure

2008-08-24 Thread Kevin Horton
texmacs-1.0.6.15-3 fails to compile for me, failing in the configure phase with: s@abs_top_builddir@$ac_abs_top_builddir;t t $ac_datarootdir_hack $ac_file_inputs 43293 Done| sed -f $tmp/subs-1.sed 43294 | sed -f $tmp/subs-2.sed $tmp/out

Re: [Fink-users] emboss compilation failed

2008-08-24 Thread Koen van der Drift
Guy, I just tried building emboss-5.0.0-8 from the stable tree on OS X 10.5 (I don't have 10.4), and I had no problems. It looks to me that your emboss.patch file is not the right one, did you do a fink update recently? If needed I can mail you the patch file off-list, so you can test

Re: [Fink-users] texmacs-1.0.6.15-3 compile failure

2008-08-24 Thread Alexander Hansen
On Aug 24, 2008, at 10:46 AM, Kevin Horton wrote: texmacs-1.0.6.15-3 fails to compile for me, failing in the configure phase with: s@abs_top_builddir@$ac_abs_top_builddir;t t $ac_datarootdir_hack $ac_file_inputs 43293 Done| sed -f $tmp/subs-1.sed 43294

Re: [Fink-users] texmacs-1.0.6.15-3 compile failure

2008-08-24 Thread Martin Costabel
Kevin Horton wrote: texmacs-1.0.6.15-3 fails to compile for me, failing in the configure phase with: s@abs_top_builddir@$ac_abs_top_builddir;t t $ac_datarootdir_hack $ac_file_inputs 43293 Done| sed -f $tmp/subs-1.sed 43294 | sed -f

Re: [Fink-users] [ping] Failed: phase compiling: xscreensaver-4.21 -1011 failed

2008-08-24 Thread Martin Costabel
Dominique Dhumieres wrote: The following 2 lines in xscreensave.info produce correct compiler lines for me; please try: SetCC: gcc -U__VEC__ PatchScript: perl -pi -e 's|(OBJCC=).*|$1\gcc -Wall\|' configure With ... SetLDFLAGS: -L%p/lib/freetype219/lib SetCC: gcc -U__VEC__

Re: [Fink-users] texmacs-1.0.6.15-3 compile failure

2008-08-24 Thread Kevin Horton
On 24-Aug-08, at 11:12 , Martin Costabel wrote: Kevin Horton wrote: texmacs-1.0.6.15-3 fails to compile for me, failing in the configure phase with: s@abs_top_builddir@$ac_abs_top_builddir;t t $ac_datarootdir_hack $ac_file_inputs 43293 Done| sed -f

Re: [Fink-users] texmacs-1.0.6.15-3 compile failure

2008-08-24 Thread Alexander Hansen
On Aug 24, 2008, at 11:30 AM, Kevin Horton wrote: On 24-Aug-08, at 11:12 , Martin Costabel wrote: Kevin Horton wrote: texmacs-1.0.6.15-3 fails to compile for me, failing in the configure phase with: s@abs_top_builddir@$ac_abs_top_builddir;t t $ac_datarootdir_hack $ac_file_inputs

Re: [Fink-users] texmacs-1.0.6.15-3 compile failure

2008-08-24 Thread Martin Costabel
Kevin Horton wrote: [] Maybe I should install fink's sed, on the assumption that this is a bug with Apple's sed that will eventually get fixed. Or, should I try to reinstall Apple's sed, in case the current one has somehow gotten borked? How would one reinstall Apple's sed?

[Fink-users] Conflict between kdesvn and kdesdk3-svn-ssl

2008-08-24 Thread Dominique Dhumieres
On ppc OSX 10.5.4, after having installed kdesvn, installing kdesdk3-svn-ssl fails with: Unpacking kdesdk3-svn-ssl (from .../kdesdk3-svn-ssl_3.5.9-1_darwin-powerpc.deb) ... /sw/bin/dpkg: error processing

[Fink-users] rsync failure? su failure?

2008-08-24 Thread Neil Tiffin
My fink installation has been messed up for some time. Something like the following happens no matter what mirrors I select. I could not find anything on this in the first few pages of google or any explanation of the correct permissions in the docs. Any help would be appreciated.

Re: [Fink-users] rsync failure? su failure?

2008-08-24 Thread Alexander Hansen
On Aug 24, 2008, at 12:55 PM, Neil Tiffin wrote: My fink installation has been messed up for some time. Something like the following happens no matter what mirrors I select. I could not find anything on this in the first few pages of google or any explanation of the correct permissions in

Re: [Fink-users] texmacs-1.0.6.15-3 compile failure

2008-08-24 Thread Kevin Horton
On 24-Aug-08, at 12:38 , Martin Costabel wrote: Kevin Horton wrote: [] Maybe I should install fink's sed, on the assumption that this is a bug with Apple's sed that will eventually get fixed. Or, should I try to reinstall Apple's sed, in case the current one has somehow gotten

Re: [Fink-users] rsync failure? su failure?

2008-08-24 Thread Neil Tiffin
On Aug 24, 2008, at 2:29 PM, Alexander Hansen wrote: On Aug 24, 2008, at 12:55 PM, Neil Tiffin wrote: My fink installation has been messed up for some time. Something like the following happens no matter what mirrors I select. I could not find anything on this in the first few pages

Re: [Fink-users] rsync failure? su failure?

2008-08-24 Thread James McKenzie
Neil Tiffin wrote: I have the following permissions for /sw/fink: drwxr-xr-x 5 hansen admin 476 2008-08-17 22:01 fink Thanks, I changed my permissions recursively to root:admin and everything started working again (Mac OS X 10.5.4) Neil This is BAD security practice