Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 369105

Summary: media-sound/orpheus - vcedit.o:vcedit.c:function _v_writestring: error: undefined reference to 'oggpack_write'
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: pacho, toralf
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 457530, 372079    
Attachments: Build log
files/orpheus-1.6-tinfo.patch
files/orpheus-1.6-libogg.patch

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2011-05-28 23:51:26 UTC
Created attachment 274961 [details]
Build log

Hello there!

You're getting this bug because the package in Summary failed to build in my tinderbox using the gold link editor from binutils. Before closing the bug as INVALID let me explain why this is still important!

The gold link editor does not support underlinking of shared objects, which is something I have described in my blog post:

http://blog.flameeyes.eu/2010/11/26/it-s-not-all-gold-that-shines-why-underlinking-is-a-bad-thing

Even the basic link editor (ld.bfd) has an option to support this but it is a heck to enable and get passed, so linking with gold is simply quicker.

Fixing underlinking provides optimized --as-needed builds (because the "softer" version no longer need to recover libraries that are underlinked), so it is a Good Thing To Do.

Thank you very much for the attention!
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-12-22 08:42:05 UTC
Created attachment 392212 [details, diff]
files/orpheus-1.6-tinfo.patch
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-12-22 08:42:22 UTC
Created attachment 392214 [details, diff]
files/orpheus-1.6-libogg.patch
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2015-01-11 11:49:37 UTC
*** Bug 536186 has been marked as a duplicate of this bug. ***
Comment 4 Pacho Ramos gentoo-dev 2016-02-18 19:59:17 UTC
It looks to build with orpheus-1.6-r2.ebuild