Morten Kjeldgaard wrote: > Hi, > > I am getting this error message when attempting to install > ghostscript-8.61-5. It looks like a bunch of missing symbols in an > XML and a Font library. > > I am running 10.4. > > Cheers, > Morten > > ./src/mkromfs.c: In function 'inode_write': > ./src/mkromfs.c:281: warning: pointer targets in passing argument 2 > of 'put_bytes_padded' differ in signedness > /usr/bin/ld: Undefined symbols: > _XML_ErrorString > _XML_GetBuffer > _XML_GetCurrentLineNumber > _XML_GetErrorCode > _XML_ParseBuffer > _XML_ParserCreate > _XML_ParserFree > _XML_SetCharacterDataHandler > _XML_SetDoctypeDeclHandler > _XML_SetElementHandler > _XML_SetUserData > _FT_Done_Face > _FT_Done_FreeType > _FT_Get_BDF_Property > _FT_Get_Char_Index > _FT_Get_Next_Char > _FT_Get_PS_Font_Info > _FT_Get_Sfnt_Name > _FT_Get_Sfnt_Name_Count > _FT_Get_Sfnt_Table > _FT_Init_FreeType > _FT_Load_Glyph > _FT_New_Face > _FT_Select_Charmap > collect2: ld returned 1 exit status > make: *** [obj/mkromfs] Error 1 > ### execution of /var/tmp/tmp.3.SQxmAG failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-ghostscript-8.61-5 > > ------------------------------------------------------- > > It's usually a good idea to post the last line that the compiler tried to run--often we can see by inspection that something is being included in a build that shouldn't be.
In this case it looks like you've got issues with freetype libraries. What do you get from "fink list -i freetype" ? Also, can you post the last line that the compiler ran before this error? ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
