|
From: Alexander H. <ak...@fi...> - 2007-04-24 02:58:17
|
Rob Frawley wrote: > Wow - I cannot believe I did that - I have been trying to figure out > this error for a day, and it was late - so I am going to blame my > sleepiness. > > Anyway - here is the compilation error: > > fcfreetype.c:53:10: error: #include expects "FILENAME" or <FILENAME> > fcfreetype.c: In function 'FcVendorFoundry': > fcfreetype.c:254: warning: pointer targets in passing argument 2 of > 'FcVendorMatch' differ in signedness > fcfreetype.c: In function 'FcGetPixelSize': > fcfreetype.c:268: error: dereferencing pointer to incomplete type > fcfreetype.c: In function 'FcFreeTypeQuery': > fcfreetype.c:354: warning: pointer targets in passing argument 1 of > 'FcVendorFoundry' differ in signedness > fcfreetype.c:589: warning: pointer targets in passing argument 1 of > 'FcNoticeFoundry' differ in signedness > fcfreetype.c:818: error: dereferencing pointer to incomplete type > fcfreetype.c:820: warning: pointer targets in assignment differ in > signedness > fcfreetype.c:826: error: dereferencing pointer to incomplete type > fcfreetype.c:848: error: dereferencing pointer to incomplete type > fcfreetype.c:855: warning: pointer targets in initialization differ in > signedness > fcfreetype.c:856: warning: pointer targets in initialization differ in > signedness > fcfreetype.c:857: warning: pointer targets in initialization differ in > signedness > fcfreetype.c:904: error: dereferencing pointer to incomplete type > fcfreetype.c:904: error: invalid type argument of '->' > make: *** [fcfreetype.lo] Error 1 > ### execution of (cd failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-fontconfig2-dev-2.2.3-11 > (Reading database ... 30713 files and directories currently installed.) > Removing fink-buildlock-fontconfig2-dev-2.2.3-11 ... > Failed: phase compiling: fontconfig2-dev-2.2.3-11 failed > > Any help would be great - thanks! > > On 4/23/07, *Alexander Hansen* <ak...@fi... > <mailto:ak...@fi...>> wrote: > > Rob Frawley wrote: > > Hardware: i386 Intel Hardware > > Software: OS X 10.4.9 > > > > Below is the response I get from fink when trying to compile it: > > Downloading the indexes of available packages in the binary > distribution. > > /sw/bin/apt-get-lockwait -q update > > Err file: unstable/crypto Packages > > File not found > > Ign file: unstable/crypto Release > > Hit http://bindist.finkmirrors.net 10.4/release/main Packages > > Hit http://bindist.finkmirrors.net 10.4/release/main Release > > Hit http://bindist.finkmirrors.net 10.4/release/crypto Packages > > Hit http://bindist.finkmirrors.net 10.4/release/crypto Release > > Hit http://bindist.finkmirrors.net 10.4/current/main Packages > > Hit http://bindist.finkmirrors.net 10.4/current/main Release > > Hit http://bindist.finkmirrors.net 10.4/current/crypto Packages > > Hit http://bindist.finkmirrors.net 10.4/current/crypto Release > > Failed to fetch > > > file:/sw/fink/dists/unstable/crypto/binary-darwin-i386/Packages File > > not found > > Reading Package Lists... > > Building Dependency Tree... > > E: Some index files failed to download, they have been ignored, > or old > > ones used instead. > > ### execution of /sw/bin/apt-get-lockwait failed, exit code 100 > > WARNING: Failure while updating indexes. > > Failed: phase compiling: fontconfig2-dev-2.2.3-11 failed > > > > Before reporting any errors, please run "fink selfupdate" and > > try again. If you continue to have issues, please check to see > if the > > FAQ on fink's website solves the problem. If not, ask on the > fink-users > > or fink-beginners mailing lists. As a last resort, you can try > e-mailing > > the maintainer directly: > > > > Alexander Strange < ast...@it... > <mailto:ast...@it...> > > <mailto:ast...@it... <mailto:ast...@it...>>> > > > > Note that many fink package maintainers do not (yet) have access > to OS > > X on > > Intel hardware, so you may have better luck on the mailing lists. > > > > > > Any help would be great. Thanks! > > > > -- > > Rob Frawley > "fink scanpackages" should clear up the "file not found messages", > but > that's not the actual error. You have just quoted what fink > automatically does at the end of a build to update its binary records. > The error with fontconfig2-dev occurs before that. > > -- > Alexander K. Hansen > Fink User Liaison/Documenter > ak...@fi... <mailto:ak...@fi...> > > > > > -- > Rob Frawley Can you give the output from a few lines earlier? The error kind of looks like it might be due to a missing file, but it's a bit hard to say. Try looking for the last line that the compiler tried to run (e.g "cc <bunch of stuff>"). -- Alexander K. Hansen (akh) Fink Documenter |