Gentoo Archives: gentoo-user

From: David Haller <gentoo@×××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] media-video/vlc-3.0.2 fails during linking
Date: Thu, 31 May 2018 19:01:28
Message-Id: 20180531190040.a5vbzq3dsrf3oxuv@grusum.endjinn.de
In Reply to: [gentoo-user] media-video/vlc-3.0.2 fails during linking by Mick
1 Hello,
2
3 On Thu, 31 May 2018, Mick wrote:
4 >Any idea what might be causing this? As it is making matroska, 'undefined
5 >references to `libebml::EbmlString::operator' produce an error and the ebuild
6 >fails:
7
8 PLEASE, always run your emerges with LANG=C and MAKEOPTS="-j1"!
9
10 [..]
11 >demux/mkv/.libs/libmkv_plugin_la-
12 >matroska_segment_parse.o:matroska_segment_parse.cpp:(.text+0x27da): more
13 >undefined references to `libebml::EbmlString::operator
14 ^^^^^^^
15 >std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
16 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
17 >> const&() const' follow
18 >collect2: error: ld returned 1 exit status
19 [.. lost more because of MAKEOPTS=-j2 or more ..]
20
21 Re-emerge dev-libs/libebml! And mind that you compile it with the same
22 c++-flags as libmatroska (i.e. -std=c++11 or later).
23
24 HTH,
25 -dnh
26
27 --
28 "Waking up this morning was a pointless act of masochism" -- Girl

Replies

Subject Author
Re: [gentoo-user] media-video/vlc-3.0.2 fails during linking Mick <michaelkintzios@×××××.com>