[Fink-devel] Error while building seamonkey

2008-10-28 Thread Pierre-Henri Lavigne

Gnu day,

Here is the log:
http://paste.lisp.org/display/69338

Failed on my iBook G4 PowerPC :
* Mac OS X 10.4.11, up to date
* Fink version 0.28.6, up to date
* XCode 2.5
* Xorg

No ideas about that or how to fix this xD

Regards,

Peter

-- 
Pierre-Henri Lavigne a.k.a. Åkeson Chihiro
Front end developer, Fink member
http://my.opera.com/Akeson_Chihiro/

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Error while building seamonkey

2008-10-28 Thread Hanspeter Niederstrasser
Pierre-Henri Lavigne wrote:
 Gnu day,
 
 Here is the log:
 http://paste.lisp.org/display/69338

This is the 'gtk no longer passes indirect depends' bug.  Firefox fixed 
it by adding

SetLIBS: -L/usr/X11R6/lib -lXft -lXrender -lfontconfig -lfreetype -lz -lX11

Exact flags may vary.

Hanspeter

-- 
Hanspeter Niederstrasser
hanspeter AT snaggledworks DOT com


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Error while building seamonkey

2008-10-28 Thread Pierre-Henri Lavigne
Seems the beginning 
Error with the new test rebuild
http://paste.lisp.org/display/69344

-- 
Pierre-Henri Lavigne a.k.a. Åkeson Chihiro
Front end developer, Fink member
http://my.opera.com/Akeson_Chihiro/

On Tuesday 28 October 2008 14:54:29 Hanspeter Niederstrasser wrote:
 Pierre-Henri Lavigne wrote:
  Gnu day,
 
  Here is the log:
  http://paste.lisp.org/display/69338

 This is the 'gtk no longer passes indirect depends' bug.  Firefox fixed
 it by adding

 SetLIBS: -L/usr/X11R6/lib -lXft -lXrender -lfontconfig -lfreetype -lz -lX11

 Exact flags may vary.

 Hanspeter

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Error while building seamonkey

2008-10-28 Thread Jean-François Mertens

On 28 Oct 2008, at 17:30, Pierre-Henri Lavigne wrote:

 Seems the beginning 
 Error with the new test rebuild
 http://paste.lisp.org/display/69344

I'll commit soon a fix for the first problem; but this one seems
to point to an earlier, different problem :

 From your log :
 -L../../../dist/bin -L../../../dist/lib -lxlibrgb -lxprintutil - 
 lgfxshared_s -lgkgfx -L../../../dist/bin -lxpcom -lxpcom_core - 
 L../../../dist/bin -L../../../dist/lib -lplds4 -lplc4 -lnspr4 -L/sw/ 
 lib/pango-ft219/lib -L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/ 
 lib -L/usr/X11R6/lib -ldl -lXp -lXext -lX11 ../../../dist/lib/ 
 libunicharutil_s.a  -lm
 /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols:
 _XpuCompoundTextToXmb
 _XpuFindColorspaceByName
 _XpuFindResolutionByName
 _XpuFreeColorspaceList
 _XpuFreeXmbString
 _XpuGetColorspaceList
 _XpuSetEnableFontDownload
 collect2: ld returned 1 exit status
 make[4]: *** [libgfxxprint.dylib] Error 1
 make[4]: Leaving directory `/sw/src/fink.build/seamonkey-1.1.12-2/ 
 mozilla/gfx/src/xprint'

So you are in gfx/src/xprint ; hence the flags on the link line - 
L../../../dist/lib -lxprintutil
should have allowed to find dist/lib/libxprintutil.a  _ else the  
linker would have complained.
And I get :
 # nm -mgf dist/lib/libxprintutil.a |fgrep '_XpuCompoundTextToXmb
  _XpuFindColorspaceByName
  _XpuFindResolutionByName
  _XpuFreeColorspaceList
  _XpuFreeXmbString
  _XpuGetColorspaceList
  _XpuSetEnableFontDownload'
 1a25 (__TEXT,__text) external _XpuCompoundTextToXmb
 169f (__TEXT,__text) external _XpuFindColorspaceByName
 0dd8 (__TEXT,__text) external _XpuFindResolutionByName
 1666 (__TEXT,__text) external _XpuFreeColorspaceList
 1bb3 (__TEXT,__text) external _XpuFreeXmbString
 139f (__TEXT,__text) external _XpuGetColorspaceList
 1770 (__TEXT,__text) external _XpuSetEnableFontDownload

So all those symbols should have been found, except if something went  
badly wrong
much before, in your build of  libxprintutil.a  ..
Could you check this ?

JF Mertens



-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel