[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#556505: FTBFS with binutils-gold



Source: ttmkfdir
Version: 3.0.9-6
Severity: minor
User: peter.fritzsche@gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

libtool: link: g++ -o ttmkfdir ttmkfdir.o directory.o commandline.o ttf.o encoding.o parser.o builtin.o  -lfontconfig
/usr/bin/ld: ttf.o: in function ttf::Face::MappingPresent(int, NumericMapping*, int, int, bool):ttf.cpp:55: error: undefined reference to 'FT_Set_Charmap'
/usr/bin/ld: ttf.o: in function ttf::Face::MappingPresent(int, NumericMapping*, int, int, bool):ttf.cpp:60: error: undefined reference to 'FT_Get_Char_Index'
/usr/bin/ld: ttf.o: in function ttf::Face::FontFamilyName() const:ttf.cpp:236: error: undefined reference to 'FT_Get_Sfnt_Name_Count'
/usr/bin/ld: ttf.o: in function ttf::Face::FontFamilyName() const:ttf.cpp:240: error: undefined reference to 'FT_Get_Sfnt_Name'
/usr/bin/ld: ttf.o: in function ttf::Face::~Face():ttf.cpp:631: error: undefined reference to 'FT_Done_Face'
/usr/bin/ld: ttf.o: in function ttf::Face::~Face():ttf.cpp:632: error: undefined reference to 'FT_Done_Library'
/usr/bin/ld: ttf.o: in function ttf::Face::~Face():ttf.cpp:631: error: undefined reference to 'FT_Done_Face'
/usr/bin/ld: ttf.o: in function ttf::Face::~Face():ttf.cpp:632: error: undefined reference to 'FT_Done_Library'
/usr/bin/ld: ttf.o: in function ttf::Face::Face(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&):ttf.cpp:80: error: undefined reference to 'FT_Init_FreeType'
/usr/bin/ld: ttf.o: in function ttf::Face::Face(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&):ttf.cpp:91: error: undefined reference to 'FT_New_Face'
/usr/bin/ld: ttf.o: in function ttf::Face::Face(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&):ttf.cpp:98: error: undefined reference to 'FT_Get_Sfnt_Table'
/usr/bin/ld: ttf.o: in function ttf::Face::Face(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&):ttf.cpp:103: error: undefined reference to 'FT_Get_Sfnt_Table'
/usr/bin/ld: ttf.o: in function ttf::Face::Face(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&):ttf.cpp:80: error: undefined reference to 'FT_Init_FreeType'
/usr/bin/ld: ttf.o: in function ttf::Face::Face(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&):ttf.cpp:91: error: undefined reference to 'FT_New_Face'
/usr/bin/ld: ttf.o: in function ttf::Face::Face(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&):ttf.cpp:98: error: undefined reference to 'FT_Get_Sfnt_Table'
/usr/bin/ld: ttf.o: in function ttf::Face::Face(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&):ttf.cpp:103: error: undefined reference to 'FT_Get_Sfnt_Table'
collect2: ld returned 1 exit status
make[1]: *** [ttmkfdir] Error 1



Reply to: