Re: [Fink-users] gimp2-svg-2.6.4-4 fails to compile

2009-05-01 Thread Moritz Kaiser
Daniel Macks schrieb:
> On Fri, May 01, 2009 at 08:40:03AM +0200, Moritz Kaiser wrote:
>   
>> gimp2-svg-2.6.4-4 fails to compile repeatedly. selfupdate doesn't help.
>> Errors starting with the first faulty gcc call follow.
>>
>>  gcc -I/sw/lib/system-openssl/include -I/sw/lib/fontconfig2/include 
>> -I/sw/include -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED 
>> -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
>> -DGTK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g 
>> -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes 
>> -Wmissing-declarations -Winit-self -Wpointer-arith 
>> -Wold-style-definition -g -O2 -Wall -Wdeclaration-after-statement 
>> -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith 
>> -Wold-style-definition -I../.. -I../.. -I/sw/lib/fontconfig2/include 
>> -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 
>> -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 
>> -I/sw/lib/glib-2.0/include -I/sw/include/pixman-1 
>> -I/sw/include/freetype2 -I/sw/include -I/sw/include/libpng12 
>> -I/usr/X11R6/include -I/usr/X11/include -UGTK_DISABLE_SINGLE_INCLUDES -c 
>> libgimp-scan.c  -fno-common -DPIC -o .libs/libgimp-scan.o
>> In file included from /sw/include/libgimp/gimpui.h:25,
>>  from libgimp-scan.c:9:
>> /sw/include/libgimp/gimpchainbutton.h:81: error: parse error before 
>> 'gimp_chain_button_get_type'
>> 
> [...]
>
> Looks like interference from some other package that is installed on
> your system. Could you try this command:
>
>   dpkg -S /sw/include/libgimp/gimpchainbutton.h
>
> to see what package owns that file? If you 'fink remove' that package,
> it should solve this build problem. I think I see the makefile bug
> causing the wrong .h to be found, but removing th package that
> supplies the wrong .h is an easy work-around for now.
>
> dan
>   
It worked, thanks a lot.

the conflicting package was: gimp-dev

Moritz

--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem Compiling arts in the unstable branch

2009-05-01 Thread Willy Cass
I just tested the updated info file (by downloading it by hand and
putting it into local) and it works with perl5100 installed.  Thanks
for the fix.

Willy

On Fri, May 1, 2009 at 2:30 PM, Alexander Hansen
 wrote:
> Normally, when these kinds of things occur, this is handled in the
> package description (if possible) so that users don't have to worry
> about it.  arts just got updated about ten minutes ago, hopefully with
> the necessary fix.
>
> Willy Cass wrote:
>> Of course.  I had perl 5.10 installed with fink (so which perl was
>> /sw/bin/perl).  I used fink remove to uninstall it, so now which perl
>> reveals /usr/bin/perl, the one install by default.  This seems to have
>> gotten make past that part of the script.  Thanks!
>>
>> I'll see if I can rerun it with perl 5.10 on the new version of the
>> scripts.  Thanks for patching it.  My perl isn't great.  I was
>> actually reading a book on perl that used 5.10, which is why I
>> installed it.
>>
>> Is there some way to temporarily disable it when I run make scripts,
>> or force make to use the system perl?  Removing it is easy enough, but
>> it would be better if I didn't have to do it every time.  Thoughts?
>>
>> Thanks again.
>>
>> Willy
>>
>
>> On Fri, May 1, 2009 at 1:19 PM, Alexander Hansen
>>  wrote:
>>
>>> Willy Cass wrote:
>>>
 I've consistently been getting the following error while trying to
 compile arts-shlib:

       perl -pi -e 's,@\kdeinitdir\@,/sw/lib/kde3,' soundserver/Makefile
 Sequence \k... not terminated in regex; marked by <-- HERE in m/@\k
 <-- HERE deinitdir\@/ at -e line 1.
 ### execution of /var/tmp/tmp.1.wCKBO7 failed, exit code 255

 Any ideas?  It occurs just after the configuration is done.  I'm
 running 10.5.6, with the Xcode 3.1.2.  I'm using the built-in X11 with
 the most recent version of xquartz that runs on 10.5.6 (I don't have
 access to 10.5.7, which xquartz 2.3.3 requires).   Thanks.  Let me
 know if you need any other information.  Here is the whole output:



>>> 
>>>
>>> That doesn't happen here.  Try running
>>>
>>> which perl
>>>
>>> so that we can see what "perl" executable is being used.
>>>
>>> --
>>> Alexander Hansen
>>> Fink User Liaison
>>>
>>>
>>>
>
>
> --
> Alexander Hansen
> Fink User Liaison
>
>

--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem Compiling arts in the unstable branch

2009-05-01 Thread Alexander Hansen
Normally, when these kinds of things occur, this is handled in the
package description (if possible) so that users don't have to worry
about it.  arts just got updated about ten minutes ago, hopefully with
the necessary fix.

Willy Cass wrote:
> Of course.  I had perl 5.10 installed with fink (so which perl was
> /sw/bin/perl).  I used fink remove to uninstall it, so now which perl
> reveals /usr/bin/perl, the one install by default.  This seems to have
> gotten make past that part of the script.  Thanks!
>
> I'll see if I can rerun it with perl 5.10 on the new version of the
> scripts.  Thanks for patching it.  My perl isn't great.  I was
> actually reading a book on perl that used 5.10, which is why I
> installed it.
>
> Is there some way to temporarily disable it when I run make scripts,
> or force make to use the system perl?  Removing it is easy enough, but
> it would be better if I didn't have to do it every time.  Thoughts?
>
> Thanks again.
>
> Willy
>   

> On Fri, May 1, 2009 at 1:19 PM, Alexander Hansen
>  wrote:
>   
>> Willy Cass wrote:
>> 
>>> I've consistently been getting the following error while trying to
>>> compile arts-shlib:
>>>
>>>   perl -pi -e 's,@\kdeinitdir\@,/sw/lib/kde3,' soundserver/Makefile
>>> Sequence \k... not terminated in regex; marked by <-- HERE in m/@\k
>>> <-- HERE deinitdir\@/ at -e line 1.
>>> ### execution of /var/tmp/tmp.1.wCKBO7 failed, exit code 255
>>>
>>> Any ideas?  It occurs just after the configuration is done.  I'm
>>> running 10.5.6, with the Xcode 3.1.2.  I'm using the built-in X11 with
>>> the most recent version of xquartz that runs on 10.5.6 (I don't have
>>> access to 10.5.7, which xquartz 2.3.3 requires).   Thanks.  Let me
>>> know if you need any other information.  Here is the whole output:
>>>
>>>
>>>   
>> 
>>
>> That doesn't happen here.  Try running
>>
>> which perl
>>
>> so that we can see what "perl" executable is being used.
>>
>> --
>> Alexander Hansen
>> Fink User Liaison
>>
>>
>> 


-- 
Alexander Hansen
Fink User Liaison


--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem Compiling arts in the unstable branch

2009-05-01 Thread Willy Cass
Of course.  I had perl 5.10 installed with fink (so which perl was
/sw/bin/perl).  I used fink remove to uninstall it, so now which perl
reveals /usr/bin/perl, the one install by default.  This seems to have
gotten make past that part of the script.  Thanks!

I'll see if I can rerun it with perl 5.10 on the new version of the
scripts.  Thanks for patching it.  My perl isn't great.  I was
actually reading a book on perl that used 5.10, which is why I
installed it.

Is there some way to temporarily disable it when I run make scripts,
or force make to use the system perl?  Removing it is easy enough, but
it would be better if I didn't have to do it every time.  Thoughts?

Thanks again.

Willy

On Fri, May 1, 2009 at 1:19 PM, Alexander Hansen
 wrote:
> Willy Cass wrote:
>> I've consistently been getting the following error while trying to
>> compile arts-shlib:
>>
>>       perl -pi -e 's,@\kdeinitdir\@,/sw/lib/kde3,' soundserver/Makefile
>> Sequence \k... not terminated in regex; marked by <-- HERE in m/@\k
>> <-- HERE deinitdir\@/ at -e line 1.
>> ### execution of /var/tmp/tmp.1.wCKBO7 failed, exit code 255
>>
>> Any ideas?  It occurs just after the configuration is done.  I'm
>> running 10.5.6, with the Xcode 3.1.2.  I'm using the built-in X11 with
>> the most recent version of xquartz that runs on 10.5.6 (I don't have
>> access to 10.5.7, which xquartz 2.3.3 requires).   Thanks.  Let me
>> know if you need any other information.  Here is the whole output:
>>
>>
> 
>
> That doesn't happen here.  Try running
>
> which perl
>
> so that we can see what "perl" executable is being used.
>
> --
> Alexander Hansen
> Fink User Liaison
>
>

--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem Compiling arts in the unstable branch

2009-05-01 Thread Benjamin Reed
On Fri, May 1, 2009 at 12:25 PM, Willy Cass  wrote:
> I've consistently been getting the following error while trying to
> compile arts-shlib:
>
>        perl -pi -e 's,@\kdeinitdir\@,/sw/lib/kde3,' soundserver/Makefile
> Sequence \k... not terminated in regex; marked by <-- HERE in m/@\k
> <-- HERE deinitdir\@/ at -e line 1.
> ### execution of /var/tmp/tmp.1.wCKBO7 failed, exit code 255

Looks like you have a non-standard perl your path that might be
confusing things, but that said, there's a typo in the info file
that's escaping the wrong character.  ;)

I've committed an updated version, should show up on the mirrors
soon...  Let me know if that works better.


-- 
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development

Blog: http://www.raccoonfink.com/
Music: http://music.raccoonfink.com/

--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem Compiling arts in the unstable branch

2009-05-01 Thread Alexander Hansen
Willy Cass wrote:
> I've consistently been getting the following error while trying to
> compile arts-shlib:
>
>   perl -pi -e 's,@\kdeinitdir\@,/sw/lib/kde3,' soundserver/Makefile
> Sequence \k... not terminated in regex; marked by <-- HERE in m/@\k
> <-- HERE deinitdir\@/ at -e line 1.
> ### execution of /var/tmp/tmp.1.wCKBO7 failed, exit code 255
>
> Any ideas?  It occurs just after the configuration is done.  I'm
> running 10.5.6, with the Xcode 3.1.2.  I'm using the built-in X11 with
> the most recent version of xquartz that runs on 10.5.6 (I don't have
> access to 10.5.7, which xquartz 2.3.3 requires).   Thanks.  Let me
> know if you need any other information.  Here is the whole output:
>
>   


That doesn't happen here.  Try running

which perl

so that we can see what "perl" executable is being used.

-- 
Alexander Hansen
Fink User Liaison


--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Problem Compiling arts in the unstable branch

2009-05-01 Thread Willy Cass
I've consistently been getting the following error while trying to
compile arts-shlib:

perl -pi -e 's,@\kdeinitdir\@,/sw/lib/kde3,' soundserver/Makefile
Sequence \k... not terminated in regex; marked by <-- HERE in m/@\k
<-- HERE deinitdir\@/ at -e line 1.
### execution of /var/tmp/tmp.1.wCKBO7 failed, exit code 255

Any ideas?  It occurs just after the configuration is done.  I'm
running 10.5.6, with the Xcode 3.1.2.  I'm using the built-in X11 with
the most recent version of xquartz that runs on 10.5.6 (I don't have
access to 10.5.7, which xquartz 2.3.3 requires).   Thanks.  Let me
know if you need any other information.  Here is the whole output:

Information about 8744 packages read in 1 seconds.
The following package will be installed or updated:
 arts-shlibs
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-arts-1.5.10-1
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-arts-1.5.10-1' in
`/sw/src/fink.build/fink-buildlock-arts-1.5.10-1_2009.04.30-12.03.02_darwin-i386.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i
/sw/src/fink.build/fink-buildlock-arts-1.5.10-1_2009.04.30-12.03.02_darwin-i386.deb
Selecting previously deselected package fink-buildlock-arts-1.5.10-1.
(Reading database ... 63888 files and directories currently installed.)
Unpacking fink-buildlock-arts-1.5.10-1 (from
.../fink-buildlock-arts-1.5.10-1_2009.04.30-12.03.02_darwin-i386.deb)
...
Setting up fink-buildlock-arts-1.5.10-1 (2009.04.30-12.03.02) ...
bzip2 -dc /sw/src/arts-1.5.10.tar.bz2 | /sw/bin/tar -xf -
--no-same-owner --no-same-permissions
bzip2 -dc /sw/src/kde-admindir-1502.tar.bz2 | /sw/bin/tar -xf -
--no-same-owner --no-same-permissions
[ -r /sw/fink/dists/unstable/main/finkinfo/kde/arts.patch ]
sed -e 's,@FINKPREFIX@,/sw,g'
/sw/fink/dists/unstable/main/finkinfo/kde/arts.patch | patch -p1
patching file admin/am_edit
patching file flow/audioioesd.cc
patching file flow/gsl/Makefile.am
patching file x11/Makefile.am
perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g;
s,/usr/share/doc/packages/qt3/html,/sw/share/doc/qt3/html,g' admin/*
/var/tmp/tmp.1.wCKBO7
#!/bin/sh -ev

export PREFIX="/sw" USE_UNSERMAKE=1
. ./environment-helper.sh
#!/bin/sh

[ -n "$EH_PREFIX" ] && export PREFIX="$EH_PREFIX"
if [ -z "$PREFIX" ]; then
echo "ERROR: set \$PREFIX before sourcing this script!"
exit 1
fi

[ "$FINK_X11" = "true"  ] && export FINK_X11=1
[ "$FINK_X11" = "yes"   ] && export FINK_X11=1
[ "$FINK_X11" = "false" ] && export FINK_X11=0
[ "$FINK_X11" = "no"] && export FINK_X11=0
[ -z "$FINK_X11"] && export FINK_X11=0

export LDFLAGS=""

# set some basic OS stuff
SW_VERSION=`sw_vers -productVersion | cut -d. -f1-2`
sw_vers -productVersion | cut -d. -f1-2
case $SW_VERSION in
10.[01])
echo "unsupported OS version: $SW_VERSION"
exit 1
;;
10.2)
export MACOSX_DEPLOYMENT_TARGET=10.2
FREETYPE_CONFIG=$PREFIX/bin/freetype-config
;;
10.3)
export MACOSX_DEPLOYMENT_TARGET="$SW_VERSION"
export LD_TWOLEVEL_NAMESPACE=true
FREETYPE_CONFIG=$PREFIX/lib/freetype219/bin/freetype-config
;;
10.4)
export MACOSX_DEPLOYMENT_TARGET="$SW_VERSION"
export LD_TWOLEVEL_NAMESPACE=true
FREETYPE_CONFIG=$PREFIX/lib/freetype219/bin/freetype-config

GCCCMD="gcc"
[ -n "$CC" ] && GCCCMD="$CC"

if [ `$GCCCMD --version 2>&1 | grep -c ' 4.0.0 '` -gt 0 ]; then
cat 

Re: [Fink-users] gimp2-svg-2.6.4-4 fails to compile

2009-05-01 Thread Daniel Macks
On Fri, May 01, 2009 at 08:40:03AM +0200, Moritz Kaiser wrote:
> 
> gimp2-svg-2.6.4-4 fails to compile repeatedly. selfupdate doesn't help.
> Errors starting with the first faulty gcc call follow.
> 
>  gcc -I/sw/lib/system-openssl/include -I/sw/lib/fontconfig2/include 
> -I/sw/include -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED 
> -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
> -DGTK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g 
> -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes 
> -Wmissing-declarations -Winit-self -Wpointer-arith 
> -Wold-style-definition -g -O2 -Wall -Wdeclaration-after-statement 
> -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith 
> -Wold-style-definition -I../.. -I../.. -I/sw/lib/fontconfig2/include 
> -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 
> -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 
> -I/sw/lib/glib-2.0/include -I/sw/include/pixman-1 
> -I/sw/include/freetype2 -I/sw/include -I/sw/include/libpng12 
> -I/usr/X11R6/include -I/usr/X11/include -UGTK_DISABLE_SINGLE_INCLUDES -c 
> libgimp-scan.c  -fno-common -DPIC -o .libs/libgimp-scan.o
> In file included from /sw/include/libgimp/gimpui.h:25,
>  from libgimp-scan.c:9:
> /sw/include/libgimp/gimpchainbutton.h:81: error: parse error before 
> 'gimp_chain_button_get_type'
[...]

Looks like interference from some other package that is installed on
your system. Could you try this command:

  dpkg -S /sw/include/libgimp/gimpchainbutton.h

to see what package owns that file? If you 'fink remove' that package,
it should solve this build problem. I think I see the makefile bug
causing the wrong .h to be found, but removing th package that
supplies the wrong .h is an easy work-around for now.

dan
-- 
Daniel Macks
dma...@netspace.org
http://www.netspace.org/~dmacks


--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Advice needed on best way to reinstall X11 and Fink packages

2009-05-01 Thread Alexander Hansen
On Fri, May 1, 2009 at 5:08 AM, Doug Wade  wrote:
> I got myself in such a mess trying to upgrade to KDE 4 and also had so many
> Fink installed packages that I decided to start from scratch and clean all
> the unwanted packages up.

Starting from scratch is rarely as simple as it seems.  The
"deborphan" and "debfoster" tools are handy for dealing with pruning
out unwanted packages.

I emptied the /sw directory and started the
> reinstall of all the packages I wanted. One thing I forgot about was my xorg
> version of X11 so I never touched the /usr/X11R6 or /etc/X11 directories.
> This got me to thinking should I go back and start over again from scratch
> as Q5.6 in the Fink FAQ talks about?
> Right now Fink Commander shows x11 as being installed=provided in the
> category=virtual. Any problems with this or am I going to run into future
> problems when there is an Xorg update to the x11 package?
>
> Doug Wade
> doug_w...@shaw.ca
>

What OS version are you on? Never assume that we're going to go back
to a prior message to find out what's on your system (and people do
have multiple systems and update their OSes so such data are really
only useful at the time of a current message anyway).

If you're on 10.4 and installed a Fink X11 that's OK too, because I
don't think there is ever going to be an update to our xfree86 or xorg
packages; and if there were it won't automatically overwrite what you
have installed.   Nor is Apple likely to have an update which will
overwrite your stuff.
--
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Advice needed on best way to reinstall X11 and Fink packages

2009-05-01 Thread Doug Wade
I got myself in such a mess trying to upgrade to KDE 4 and also had  
so many Fink installed packages that I decided to start from scratch  
and clean all the unwanted packages up. I emptied the /sw directory  
and started the reinstall of all the packages I wanted. One thing I  
forgot about was my xorg version of X11 so I never touched the /usr/ 
X11R6 or /etc/X11 directories. This got me to thinking should I go  
back and start over again from scratch as Q5.6 in the Fink FAQ talks  
about?
Right now Fink Commander shows x11 as being installed=provided in the  
category=virtual. Any problems with this or am I going to run into  
future problems when there is an Xorg update to the x11 package?



Doug Wade
doug_w...@shaw.ca



--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gimp2-svg-2.6.4-4 fails to compile

2009-05-01 Thread Moritz Kaiser
Hi fellows,

gimp2-svg-2.6.4-4 fails to compile repeatedly. selfupdate doesn't help.
My configuration:
Mac Book core duo,
MacOS 10.4.11
uname prints:
Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; 
root:xnu-792.25.20~1/RELEASE_I386 i386 i386

Errors starting with the first faulty gcc call follow.
 

8<---*snip*

 gcc -I/sw/lib/system-openssl/include -I/sw/lib/fontconfig2/include 
-I/sw/include -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED 
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g 
-O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes 
-Wmissing-declarations -Winit-self -Wpointer-arith 
-Wold-style-definition -g -O2 -Wall -Wdeclaration-after-statement 
-Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith 
-Wold-style-definition -I../.. -I../.. -I/sw/lib/fontconfig2/include 
-I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 
-I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 
-I/sw/lib/glib-2.0/include -I/sw/include/pixman-1 
-I/sw/include/freetype2 -I/sw/include -I/sw/include/libpng12 
-I/usr/X11R6/include -I/usr/X11/include -UGTK_DISABLE_SINGLE_INCLUDES -c 
libgimp-scan.c  -fno-common -DPIC -o .libs/libgimp-scan.o
In file included from /sw/include/libgimp/gimpui.h:25,
 from libgimp-scan.c:9:
/sw/include/libgimp/gimpchainbutton.h:81: error: parse error before 
'gimp_chain_button_get_type'
/sw/include/libgimp/gimpchainbutton.h:81: warning: type defaults to 
'int' in declaration of 'gimp_chain_button_get_type'
/sw/include/libgimp/gimpchainbutton.h:81: warning: data definition has 
no type or storage class
In file included from /sw/include/libgimp/gimpui.h:26,
 from libgimp-scan.c:9:
/sw/include/libgimp/gimpcolorbutton.h:54: error: parse error before 
'gimp_color_button_get_type'
/sw/include/libgimp/gimpcolorbutton.h:54: warning: type defaults to 
'int' in declaration of 'gimp_color_button_get_type'
/sw/include/libgimp/gimpcolorbutton.h:54: warning: data definition has 
no type or storage class
In file included from /sw/include/libgimp/gimpui.h:29,
 from libgimp-scan.c:9:
/sw/include/libgimp/gimpfileselection.h:70: error: parse error before 
'gimp_file_selection_get_type'
/sw/include/libgimp/gimpfileselection.h:70: warning: type defaults to 
'int' in declaration of 'gimp_file_selection_get_type'
/sw/include/libgimp/gimpfileselection.h:70: warning: data definition has 
no type or storage class
In file included from /sw/include/libgimp/gimpui.h:32,
 from libgimp-scan.c:9:
/sw/include/libgimp/gimppatheditor.h:70: error: parse error before 
'gimp_path_editor_get_type'
/sw/include/libgimp/gimppatheditor.h:70: warning: type defaults to 'int' 
in declaration of 'gimp_path_editor_get_type'
/sw/include/libgimp/gimppatheditor.h:70: warning: data definition has no 
type or storage class
In file included from /sw/include/libgimp/gimpui.h:33,
 from libgimp-scan.c:9:
/sw/include/libgimp/gimppixmap.h:44: error: parse error before 'GtkPixmap'
/sw/include/libgimp/gimppixmap.h:44: warning: no semicolon at end of 
struct or union
/sw/include/libgimp/gimppixmap.h:47: error: parse error before '}' token
/sw/include/libgimp/gimppixmap.h:51: error: parse error before 
'GtkPixmapClass'
/sw/include/libgimp/gimppixmap.h:51: warning: no semicolon at end of 
struct or union
/sw/include/libgimp/gimppixmap.h:54: error: parse error before 
'gimp_pixmap_get_type'
/sw/include/libgimp/gimppixmap.h:54: warning: type defaults to 'int' in 
declaration of 'gimp_pixmap_get_type'
/sw/include/libgimp/gimppixmap.h:54: warning: data definition has no 
type or storage class
In file included from /sw/include/libgimp/gimpui.h:35,
 from libgimp-scan.c:9:
/sw/include/libgimp/gimpsizeentry.h:81: error: parse error before 
'gimp_size_entry_get_type'
/sw/include/libgimp/gimpsizeentry.h:81: warning: type defaults to 'int' 
in declaration of 'gimp_size_entry_get_type'
/sw/include/libgimp/gimpsizeentry.h:81: warning: data definition has no 
type or storage class
In file included from /sw/include/libgimp/gimpui.h:36,
 from libgimp-scan.c:9:
/sw/include/libgimp/gimpunitmenu.h:46: error: parse error before 
'GtkOptionMenu'
/sw/include/libgimp/gimpunitmenu.h:46: warning: no semicolon at end of 
struct or union
/sw/include/libgimp/gimpunitmenu.h:58: error: parse error before '}' token
/sw/include/libgimp/gimpunitmenu.h:62: error: parse error before 
'GtkOptionMenuClass'
/sw/include/libgimp/gimpunitmenu.h:62: warning: no semicolon at end of 
struct or union
/sw/include/libgimp/gimpunitmenu.h:65: error: parse error before '}' token
/sw/include/libgimp/gimpunitmenu.h:68: error: parse error before 
'gimp_unit_menu_get_type'
/sw/include/libgimp/gimpunitmenu.h:68: warning: type defaults to 'int' 
in declaration of 'gimp_unit_menu_get_type'
/sw/include/libgimp/gimpunitmenu.h:68: warning: data de