Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205765 - net-misc/siproxd-0.5.13 is always statically linked
Summary: net-misc/siproxd-0.5.13 is always statically linked
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: voip herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-14 09:21 UTC by Georgi Georgiev
Modified: 2008-03-22 10:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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