I know you guys are way too busy with 10.4 to deal with this, so I thought I'd try to figure out whether it was a change in the system or a change in the xorg patching that is causing this. The first difference between version 23 and version 24 when they were built on my system is precisely these lines from below:

In file included from ftmac.c:73,
                 from ftbase.c:35:
/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:33:37: CarbonSound/
CarbonSound.h: No such file or directory

Checking file dates it looks like both builds were under 10.3.9, but that I installed two security updates (4 and 5) since building version 23. And also QuickTime 7.0 (but NOT the headers, since this list warned that bad things can happen with those headers). Since the offending missing header file is for sound, QuickTime is definitely a suspect...

So I thought I'd try to build version 23 again and see if it worked. Except I can't, it says "no package description available" -- can I get round this somehow?? Or does anyone have other suggestions??

thanks,
-- Viv

On Thu, 19 May 2005, Viv Kendon wrote:

Latest revison of xorg fails to build for me:

install -c -m 644 lib/Xfixes/Xfixes.h lib/Xdamage/Xdamage.h lib/Xcomposite/Xcomposite.h /sw/src/root-xorg-6.8.2-24/usr/X11R6/include/X11/extensions/
mkdir -p /sw/src/root-xorg-6.8.2-24/private
mv /sw/src/root-xorg-6.8.2-24/etc /sw/src/root-xorg-6.8.2-24/private
mv: cannot stat `/sw/src/root-xorg-6.8.2-24/etc': No such file or directory
### execution of mv failed, exit code 1
Removing build lock...
dpkg -r fink-buildlock-xorg-6.8.2-24
(Reading database ... 80609 files and directories currently installed.)
Removing fink-buildlock-xorg-6.8.2-24 ...
Failed: phase installing: xorg-6.8.2-24 failed

This is on a Dual G4 on 10.3.9, have had no problems building previous revisions (xorg-6.8.2-23 currently installed). I tried twice, same error both times.

The first occurence of "Error " in the build gives:

rm -f ftbase.o unshared/ftbase.o
gcc -c -Wall -Wpointer-arith -no-cpp-precomp -fno-common -I -I. -I../../ extras/freetype2/src -I../../extras/freetype2/src/base -I../../extras/ freetype2/src/autofit -I../../extras/freetype2/src/autohint -I../../extras/f reetype2/src/bdf -I../../extras/freetype2/src/cff -I../../extras/f reetype2/src/cid -I../../extras/freetype2/src/gzip -I../../extras/ freetype2/src/lzw -I../../extras/freetype2/src/pcf -I../../extras/f reetype2/src/pfr -I../../extras/freetype2/src/psaux -I../../extras/f reetype2/src/pshinter -I../../extras/freetype2/src/psnames -I../../extras/f reetype2/src/raster -I../../extras/freetype2/src/sfnt -I../../extras/f reetype2/src/smooth -I../../extras/freetype2/src/truetype -I../../extras/f reetype2/src/type1 -I../../extras/freetype2/src/type42 -I../../extras/f reetype2/src/winfonts -I../../exports/include -I../../exports/include/freetype 2 -I../../exports/include/freetype2/config -I../../exports/include/X11 -I.
./.. -I../../exports/include   -D__powerpc__ -D__DARWIN__
-DNO_ALLOCA -DCSRG_BASED -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DXNO_MTSAFE_UNISTDAPI -DTARGET_API_MAC_CARBON=TRUE -DXFREE86_FT2 -Os ftbase.c -o unshared/ftbase.o
In file included from ftmac.c:73,
                from ftbase.c:35:
/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:33:37: CarbonSound/
CarbonSound.h: No such file or directory
In file included from ftbase.c:35:
ftmac.c: In function `FT_New_Face_From_FSSpec':
ftmac.c:1015: warning: unused variable `args'
ftmac.c:1017: warning: unused variable `stream'
ftmac.c:1018: warning: unused variable `file'
ftmac.c:1019: warning: unused variable `memory'
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics
.framework/Headers/CGAffineTransform.h: At top level:
../../extras/freetype2/src/truetype/ttobjs.h:392: warning: `tt_face_init' declar
ed `static' but never defined
../../extras/freetype2/src/truetype/ttobjs.h:395: warning: `tt_face_done' declar
ed `static' but never defined
../../extras/freetype2/src/truetype/ttobjs.h:403: warning: `tt_size_init' declar
ed `static' but never defined
../../extras/freetype2/src/truetype/ttobjs.h:406: warning: `tt_size_done' declar
ed `static' but never defined
../../extras/freetype2/src/truetype/ttobjs.h:409: warning: `tt_size_reset' decla
red `static' but never defined
../../extras/freetype2/src/truetype/ttobjs.h:417: warning: `tt_driver_init' decl
ared `static' but never defined
../../extras/freetype2/src/truetype/ttobjs.h:420: warning: `tt_driver_done' decl
ared `static' but never defined
../../extras/freetype2/src/type1/t1objs.h:109: warning: `T1_Size_Done' declared `static' but never defined ../../extras/freetype2/src/type1/t1objs.h:112: warning: `T1_Size_Reset' declared
`static' but never defined
../../extras/freetype2/src/type1/t1objs.h:115: warning: `T1_Size_Init' declared `static' but never defined ../../extras/freetype2/src/type1/t1objs.h:147: warning: `T1_Face_Init' declared `static' but never defined ../../extras/freetype2/src/type1/t1objs.h:150: warning: `T1_Face_Done' declared `static' but never defined ../../extras/freetype2/src/type1/t1objs.h:153: warning: `T1_GlyphSlot_Init' decl
ared `static' but never defined
../../extras/freetype2/src/type1/t1objs.h:156: warning: `T1_GlyphSlot_Done' decl
ared `static' but never defined
../../extras/freetype2/src/type1/t1objs.h:159: warning: `T1_Driver_Init' declare
d `static' but never defined
../../extras/freetype2/src/type1/t1objs.h:162: warning: `T1_Driver_Done' declare
d `static' but never defined
make[4]: *** [ftbase.o] Error 1

The full build log is here:
http://quantum.leeds.ac.uk/~viv/xorg6.8.2-24-buildlog

fink list xft gives (in part)
p   xft1-shlibs                   [virtual package]
p   xft2                          [virtual package]
p   xft2-dev         2.1.2-3      Xft 2.1.2
p   xft2-shlibs                   [virtual package]

fink list freetype gives
    freetype         1.3.1-9      TrueType font rendering library, version 1
    freetype-bin     1.3.1-9      TrueType font rendering library, version 1
freetype-hin... 1.3.1-9 TrueType font rendering library, version ... freetype-hin... 1.3.1-9 TrueType font rendering library, version ... freetype-hin... 1.3.1-9 TrueType font rendering library, version ...
    freetype-shlibs  1.3.1-9      TrueType font rendering library, version 1
    freetype2        2.1.4-11     TrueType font rendering library, (dummy)
p   freetype2-dev    2.1.4-11     TrueType font rendering library, headers
    freetype2-hi...  2.1.4-11     TrueType font rendering library, (dummy)
i   freetype2-hi...  2.1.4-11     TrueType font rendering library, headers
i freetype2-hi... 2.1.4-11 TrueType font rendering library, shared libs p freetype2-sh... 2.1.4-11 TrueType font rendering library, shared libs
    freetype219      2.1.9-1      TrueType font rendering library, headers
freetype219-... 2.1.9-1 TrueType font rendering library, shared libs

Am just about to hit the road for 9 days, so may not be able to try again before I'm back, depends on what internet access I have, but will definitely have email access (cc me, I don't forward the list to my blackberry) and have almost identical setup on my TiBook.

-- Viv
------------------------------------------------
Dr Viv Kendon               [EMAIL PROTECTED]
Quantum Information           tel: 0113 343 3897
Physics & Astronomy          University of Leeds
        http://quantum.leeds.ac.uk/~viv


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users


------------------------------------------------
Dr Viv Kendon               [EMAIL PROTECTED]
Quantum Information           tel: 0113 343 3897
Physics & Astronomy          University of Leeds
         http://quantum.leeds.ac.uk/~viv


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to