svn commit: r391407 - in head/print/freetype2: . files

Koop Mast kwm at rainbow-runner.nl
Tue Jul 7 16:17:22 UTC 2015


On 7-7-2015 10:20, Jimmy Olgeni wrote:
> Hi,
>
> On Mon, 6 Jul 2015, Koop Mast wrote:
>
>> Author: kwm
>> Date: Mon Jul  6 12:56:38 2015
>> New Revision: 391407
>> URL: https://svnweb.freebsd.org/changeset/ports/391407
>>
>> Log:
>>   Update freetype2 to 2.6.
> I got hit by this - looks related to freetype2.
>
> ../../ipc/chromium/process_util_bsd.o: In function `base::LaunchApp(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, std::__1::vector<std::__1::pair<int, int>, std::__1::allocator<std::__1::pair<int, int> > > const&, std::__1::map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, base::ChildPrivileges, bool, int*, base::ProcessArchitecture)':
> /wrkdirs/usr/ports/www/seamonkey/work/comm-release/mozilla/ipc/chromium/src/base/process_util_bsd.cc:(.text._ZN4base9LaunchAppERKNSt3__16vectorINS0_12basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEENS5_IS7_EEEERKNS1_INS0_4pairIiiEENS5_ISD_EEEERKNS0_3mapIS7_S7_NS0_4lessIS7_EENS5_INSC_IKS7_S7_EEEEEENS_15ChildPrivilegesEbPiNS_19ProcessArchitectureE+0x11a): warning: undefined reference to `environ'
> /wrkdirs/usr/ports/www/seamonkey/work/comm-release/mozilla/ipc/chromium/src/base/process_util_bsd.cc:(.text._ZN4base9LaunchAppERKNSt3__16vectorINS0_12basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEENS5_IS7_EEEERKNS1_INS0_4pairIiiEENS5_ISD_EEEERKNS0_3mapIS7_S7_NS0_4lessIS7_EENS5_INSC_IKS7_S7_EEEEEENS_15ChildPrivilegesEbPiNS_19ProcessArchitectureE+0x3e3): warning: undefined reference to `environ'
> /usr/bin/ld: libxul.so: hidden symbol `FT_Get_X11_Font_Format' isn't defined
> /usr/bin/ld: final link failed: Nonrepresentable section on output
> c++: error: linker command failed with exit code 1 (use -v to see invocation)
> /wrkdirs/usr/ports/www/seamonkey/work/comm-release/mozilla/config/rules.mk:816: recipe for target 'libxul.so' failed
>
>
> http://poudriere.olgeni.com/data/101amd64-default-x11/2015-07-07_00h03m48s/logs/errors/thunderbird-31.7.0_1.log
> http://poudriere.olgeni.com/data/101amd64-default-x11/2015-07-07_00h03m48s/logs/errors/firefox-38.0.6,1.log
> http://poudriere.olgeni.com/data/101amd64-default-x11/2015-07-07_00h03m48s/logs/errors/seamonkey-2.33.1_4.log
>
> --
> jimmy

Don't know whats going on. my poudriere confirmed the issue. CC'ing the
gecko people maybe they have a idea.
Apart from the freetype issue, this seems weird too, see the log link
for the details.

warning: undefined reference to `environ'

% nm -D /usr/local/lib/libfreetype.so.6.11.4 | grep FT_Get_X11
000000000002a530 T FT_Get_X11_Font_Format
% pkg info freetype2
freetype2-2.5.5

% nm -D /usr/local/lib/libfreetype.so.6.12.0  | grep FT_Get_X11
0000000000022050 T FT_Get_X11_Font_Format
% pkg info freetype2
freetype2-2.6

http://meatwad.mouf.net/rubick/poudriere/data/11amd64-kwm/2015-07-07_14h49m13s/logs/errors/firefox-38.0.6,1.log

Koop



More information about the freebsd-gecko mailing list