[Fink-users] upgrade 10.4 - 10.5 success

2008-01-13 Thread Roland Kuhn
Hi!

Kudos to the fink developers and community! For the last 20 hours my  
Macbook Pro 2.2GHz was grinding away, half the time compiling bundle- 
kde ;-) Another highlight was gcc42 with 2.5 hours.

There were three small hiccups:

- ghostscript was the first to notice that my /usr/X11/include/ 
fontconfig was empty (infamous fontconfig/fontconfig.h missing), the  
fix was a reinstallation of X11SDK.pkg

- some file (error.h?) moved from git to error-pm, which were tried to  
install in the wrong order, so I had to temporarily remove the git  
stuff, install error-pm and then reinstall git/cogito/etc.

- some lib moved between libcdio and libcdio7-shlibs, same game

I don't know if the latter two could be handled by inverting the  
Depends. Moving files between packages is always a bit tricky.

Ciao,
 Roland

--
Any society that would give up a little liberty to gain a little
security will deserve neither and lose both.  - Benjamin Franklin
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GS/CS/M/MU d-(++) s:+ a- C+++ UL P+++ L+++ E(+) W+ !N K- w--- M+ ! 
V Y+
PGP++ t+(++) 5 R+ tv-- b+ DI++ e h y+++
--END GEEK CODE BLOCK--



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Error compiling ghostscript-8.61-2

2008-01-13 Thread Chris Mear
Hi there,

I'm getting the following error when compiling ghostscript-8.61-2.

I'm running fink 0.8.1.rsync i386 on OS X 10.5.1.

gcc  -DHAVE_MKSTEMP -DHAVE_HYPOT   -DHAVE_FONTCONFIG -O2 -Wall
-Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes
-Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common
-DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE=unsigned long long   -I./obj
-I./src  -I/usr/X11/include   -o ./obj/gp_unix.o -c ./src/gp_unix.c
In file included from ./src/gp_unix.c:17:
./src/pipe_.h:39: warning: function declaration isn't a prototype
./src/gp_unix.c:25:37: error: fontconfig/fontconfig.h: No such file or directory
./src/gp_unix.c: In function 'makePSFontName':
./src/gp_unix.c:241: error: 'FC_SLANT_ROMAN' undeclared (first use in
this function)
./src/gp_unix.c:241: error: (Each undeclared identifier is reported only once
./src/gp_unix.c:241: error: for each function it appears in.)
./src/gp_unix.c:242: error: 'FC_SLANT_OBLIQUE' undeclared (first use
in this function)
./src/gp_unix.c:243: error: 'FC_SLANT_ITALIC' undeclared (first use in
this function)
./src/gp_unix.c:248: error: 'FC_WEIGHT_MEDIUM' undeclared (first use
in this function)
./src/gp_unix.c:249: error: 'FC_WEIGHT_LIGHT' undeclared (first use in
this function)
./src/gp_unix.c:250: error: 'FC_WEIGHT_DEMIBOLD' undeclared (first use
in this function)
./src/gp_unix.c:251: error: 'FC_WEIGHT_BOLD' undeclared (first use in
this function)
./src/gp_unix.c:252: error: 'FC_WEIGHT_BLACK' undeclared (first use in
this function)
./src/gp_unix.c: At top level:
./src/gp_unix.c:295: error: syntax error before 'FcConfig'
./src/gp_unix.c:295: warning: no semicolon at end of struct or union
./src/gp_unix.c:296: warning: type defaults to 'int' in declaration of
'font_list'
./src/gp_unix.c:296: warning: data definition has no type or storage class
./src/gp_unix.c:298: error: syntax error before '}' token
./src/gp_unix.c:298: warning: type defaults to 'int' in declaration of
'unix_fontenum_t'
./src/gp_unix.c:298: warning: data definition has no type or storage class
./src/gp_unix.c: In function 'gp_enumerate_fonts_init':
./src/gp_unix.c:304: error: 'state' undeclared (first use in this function)
./src/gp_unix.c:304: error: syntax error before ')' token
./src/gp_unix.c:313: warning: implicit declaration of function
'FcInitLoadConfigAndFonts'
./src/gp_unix.c:322: error: 'FcPattern' undeclared (first use in this function)
./src/gp_unix.c:322: error: 'pat' undeclared (first use in this function)
./src/gp_unix.c:322: warning: implicit declaration of function 'FcPatternBuild'
./src/gp_unix.c:323: error: 'FC_OUTLINE' undeclared (first use in this function)
./src/gp_unix.c:323: error: 'FcTypeBool' undeclared (first use in this function)
./src/gp_unix.c:324: error: 'FC_SCALABLE' undeclared (first use in
this function)
./src/gp_unix.c:326: error: 'FcObjectSet' undeclared (first use in
this function)
./src/gp_unix.c:326: error: 'os' undeclared (first use in this function)
./src/gp_unix.c:326: warning: implicit declaration of function
'FcObjectSetBuild'
./src/gp_unix.c:326: error: 'FC_FILE' undeclared (first use in this function)
./src/gp_unix.c:326: error: 'FC_FAMILY' undeclared (first use in this function)
./src/gp_unix.c:326: error: 'FC_WEIGHT' undeclared (first use in this function)
./src/gp_unix.c:326: error: 'FC_SLANT' undeclared (first use in this function)
./src/gp_unix.c:327: warning: implicit declaration of function 'FcFontList'
./src/gp_unix.c:328: warning: implicit declaration of function
'FcPatternDestroy'
./src/gp_unix.c:329: warning: implicit declaration of function
'FcObjectSetDestroy'
./src/gp_unix.c: In function 'gp_enumerate_fonts_next':
./src/gp_unix.c:346: error: 'state' undeclared (first use in this function)
./src/gp_unix.c:346: error: syntax error before ')' token
./src/gp_unix.c:352: error: 'FcChar8' undeclared (first use in this function)
./src/gp_unix.c:352: error: 'file_fc' undeclared (first use in this function)
./src/gp_unix.c:353: error: 'family_fc' undeclared (first use in this function)
./src/gp_unix.c:355: error: 'FcResult' undeclared (first use in this function)
./src/gp_unix.c:355: error: syntax error before 'result'
./src/gp_unix.c:361: error: 'FcPattern' undeclared (first use in this function)
./src/gp_unix.c:361: error: 'font' undeclared (first use in this function)
./src/gp_unix.c:363: error: 'result' undeclared (first use in this function)
./src/gp_unix.c:363: warning: implicit declaration of function
'FcPatternGetString'
./src/gp_unix.c:363: error: 'FC_FAMILY' undeclared (first use in this function)
./src/gp_unix.c:364: error: 'FcResultMatch' undeclared (first use in
this function)
./src/gp_unix.c:369: error: 'FC_FILE' undeclared (first use in this function)
./src/gp_unix.c:375: warning: implicit declaration of function
'FcPatternGetBool'
./src/gp_unix.c:375: error: 'FC_OUTLINE' undeclared (first use in this function)
./src/gp_unix.c:381: warning: implicit declaration of function
'FcPatternGetInteger'

Re: [Fink-users] Error compiling ghostscript-8.61-2

2008-01-13 Thread Roland Kuhn
Hi!

On 13 Jan 2008, at 20:08, Chris Mear wrote:

 Hi there,

 I'm getting the following error when compiling ghostscript-8.61-2.

 I'm running fink 0.8.1.rsync i386 on OS X 10.5.1.

 gcc  -DHAVE_MKSTEMP -DHAVE_HYPOT   -DHAVE_FONTCONFIG -O2 -Wall
 -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes
 -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common
 -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE=unsigned long long   -I./obj
 -I./src  -I/usr/X11/include   -o ./obj/gp_unix.o -c ./src/gp_unix.c
 In file included from ./src/gp_unix.c:17:
 ./src/pipe_.h:39: warning: function declaration isn't a prototype
 ./src/gp_unix.c:25:37: error: fontconfig/fontconfig.h: No such file  
 or directory

[snip]

 Any ideas what's going wrong?


Yep, see my mail from earlier today: pop in the Leopard DVD, navigate  
to optional installs, xcode, packages and reinstall X11SDK.pkg. That  
should fix it.

Thinking a bit more: it might in theory also be a broken fontconfig2  
from fink: if the above doesn't help, check that you have a link at / 
sw/lib/fontconfig2/include/fontconfig pointing to /usr/X11R6/include/ 
fontconfig, otherwise 'fink reinstall fontconfig2'.

Ciao,
 Roland

--
Any society that would give up a little liberty to gain a little
security will deserve neither and lose both.  - Benjamin Franklin
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GS/CS/M/MU d-(++) s:+ a- C+++ UL P+++ L+++ E(+) W+ !N K- w--- M+ ! 
V Y+
PGP++ t+(++) 5 R+ tv-- b+ DI++ e h y+++
--END GEEK CODE BLOCK--




-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] libgnomeprint2.2 obsolete

2008-01-13 Thread Claus Atzenbeck
Hi all:

A minor issue, just out of curiosity:

fink cleanup --all tells me that libgnomeprint2.2 is obsolete and fink 
tries to remove it. However, libgnomeprint2.2 recently got installed on 
my system with gnucash2.

Sounds like a contradiction. :-)

Should gnucash2 get rid of libgnomeprint2.2 or is libgnomeprint2.2 not 
obsolete?

Cheers,
/CA

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] libgnomeprint2.2 obsolete

2008-01-13 Thread David Reiser
What it means is that I was supposed to change the dependency in  
gnucash2 from libgnomeprint2.2 to libgnomeprint2.2-shlibs. I'll fix it  
in the upcoming gnucash2 2.2.3. What's obsolete is not the contents of  
libgnomeprint (but that's coming too, some time in  the foreseeable  
future), but the arrangement of libs in the set of packages described  
in libgnomeprint2.2.info.

Dave
On Jan 13, 2008, at 6:05 PM, Claus Atzenbeck wrote:

 Hi all:

 A minor issue, just out of curiosity:

 fink cleanup --all tells me that libgnomeprint2.2 is obsolete and  
 fink
 tries to remove it. However, libgnomeprint2.2 recently got installed  
 on
 my system with gnucash2.

 Sounds like a contradiction. :-)

 Should gnucash2 get rid of libgnomeprint2.2 or is libgnomeprint2.2 not
 obsolete?

 Cheers,
 /CA

--
David Reiser
[EMAIL PROTECTED]





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] g77 update failure

2008-01-13 Thread Ben Abbott
I'm running Leopard on PPC.

Today, I did a selfupdate and tried to update-all

Unfortunately, g77 is failing.

../../gcc-3.4.3/gcc/config/rs6000/host-darwin.c
../../gcc-3.4.3/gcc/config/rs6000/host-darwin.c: In function  
'segv_handler':
../../gcc-3.4.3/gcc/config/rs6000/host-darwin.c:66: error: 'struct  
__darwin_mcontext' has no member named 'ss'
../../gcc-3.4.3/gcc/config/rs6000/host-darwin.c:115: error: 'struct  
__darwin_mcontext' has no member named 'es'
../../gcc-3.4.3/gcc/config/rs6000/host-darwin.c:115: error: 'struct  
__darwin_mcontext' has no member named 'ss'
make[2]: *** [host-darwin.o] Error 1
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2
### execution of /var/tmp/tmp.2.UYUGAr failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-g77-3.4.3-102
(Reading database ... 107674 files and directories currently installed.)
Removing fink-buildlock-g77-3.4.3-102 ...
Failed: phase compiling: g77-3.4.3-102 failed

Thoughts?

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users