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

Bug 205765

Summary: net-misc/siproxd-0.5.13 is always statically linked
Product: Gentoo Linux Reporter: Georgi Georgiev <chutz+bugs.gentoo.org>
Component: New packagesAssignee: voip herd (OBSOLETE) <voip+disabled>
Status: RESOLVED FIXED    
Severity: minor CC: fauli
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Georgi Georgiev 2008-01-14 09:21:26 UTC
Steps to reproduce:

1. env USE=-static emerge siproxd
2. file /usr/sbin/siproxd 

Actual results:
/usr/sbin/siproxd: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, statically linked, stripped

Expected results:
/usr/sbin/siproxd: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), stripped

The problem is in the configure script. It is broken and misunderstands --disable-static. A workaround is to drop $(use_enable static) from the ebuild and use $(use static && echo --enable-static) instead.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2008-03-22 10:54:39 UTC
Fixed in 0.7.0