Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 16126] recode fails to build against musl

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 16126] recode fails to build against musl
  • Date: Fri, 16 Aug 2019 15:08:32 +0000

changed bug 16126
What Removed Added
Status NEW RESOLVED
Resolution --- FIXED

Comment # 1 on bug 16126 from
The source of this issue is, presumably, a bug in libtool: it treats the -l
flag differently from DSO paths, and fails to order them properly.

This is not a problem with Glibc only because LIBS is empty.

Inside the Sorcery build environment, the configure script seems to guess we're
cross-compiling and fills LIBS with paths to the DSOs; then libtool puts the
local DSO _after_ libiconv.so.


As a workaround we can setup LIBS manually.


You are receiving this mail because:
  • You are the assignee for the bug.



Archive powered by MHonArc 2.6.24.

Top of Page