Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Jul 2015 18:00:57 +0200
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        Jimmy Olgeni <olgeni@olgeni.com>, Koop Mast <kwm@FreeBSD.org>,  gecko@FreeBSD.org
Subject:   Re: svn commit: r391407 - in head/print/freetype2: . files
Message-ID:  <559BF7B9.7090001@rainbow-runner.nl>
In-Reply-To: <alpine.BSF.2.20.1507071006170.5049@backoffice.olgeni.com>
References:  <201507061256.t66CudQG042317@repo.freebsd.org> <alpine.BSF.2.20.1507071006170.5049@backoffice.olgeni.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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>, s=
td::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<ch=
ar, 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_st=
ring<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::b=
asic_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*, ba=
se::ProcessArchitecture)':
> /wrkdirs/usr/ports/www/seamonkey/work/comm-release/mozilla/ipc/chromium=
/src/base/process_util_bsd.cc:(.text._ZN4base9LaunchAppERKNSt3__16vectorI=
NS0_12basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEENS5_IS7_EEEE=
RKNS1_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__16vectorI=
NS0_12basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEENS5_IS7_EEEE=
RKNS1_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 de=
fined
> /usr/bin/ld: final link failed: Nonrepresentable section on output
> c++: error: linker command failed with exit code 1 (use -v to see invoc=
ation)
> /wrkdirs/usr/ports/www/seamonkey/work/comm-release/mozilla/config/rules=
=2Emk:816: recipe for target 'libxul.so' failed
>
>
> http://poudriere.olgeni.com/data/101amd64-default-x11/2015-07-07_00h03m=
48s/logs/errors/thunderbird-31.7.0_1.log
> http://poudriere.olgeni.com/data/101amd64-default-x11/2015-07-07_00h03m=
48s/logs/errors/firefox-38.0.6,1.log
> http://poudriere.olgeni.com/data/101amd64-default-x11/2015-07-07_00h03m=
48s/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_14h4=
9m13s/logs/errors/firefox-38.0.6,1.log

Koop




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?559BF7B9.7090001>