Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120288 - zaptel-1.2.1 fails with FEATURES="multilib-strict" due to libtonezone.so.1.0 in /usr/lib
Summary: zaptel-1.2.1 fails with FEATURES="multilib-strict" due to libtonezone.so.1.0 ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: voip herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-25 04:37 UTC by Nathan Sullivan
Modified: 2006-10-30 16:08 UTC (History)
0 users

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 Nathan Sullivan 2006-01-25 04:37:38 UTC
summary explains it all...

if [ -n "/var/tmp/portage/zaptel-1.2.1/image//etc/modules.d/zaptel" ]; then \
        if ! grep "options torisa" /var/tmp/portage/zaptel-1.2.1/image//etc/modules.d/zaptel; then \
                echo "options torisa base=0xd0000" >> /var/tmp/portage/zaptel-1.2.1/image//etc/modules.d/zaptel; \
        fi; \
        if ! grep "alias char-major-196" /var/tmp/portage/zaptel-1.2.1/image//etc/modules.d/zaptel; then \
                echo "alias char-major-196 torisa" >> /var/tmp/portage/zaptel-1.2.1/image//etc/modules.d/zaptel; \
        fi; \
        if ! grep "ias wcfxs" /var/tmp/portage/zaptel-1.2.1/image//etc/modules.d/zaptel; then \
                echo "alias wcfxs wctdm" >> /var/tmp/portage/zaptel-1.2.1/image//etc/modules.d/zaptel; \
        fi; \
        if ! grep "alias wct2xxp" /var/tmp/portage/zaptel-1.2.1/image//etc/modules.d/zaptel; then \
                echo "alias wct2xxp wct4xxp" >> /var/tmp/portage/zaptel-1.2.1/image//etc/modules.d/zaptel; \
        fi; \
fi
grep: /var/tmp/portage/zaptel-1.2.1/image//etc/modules.d/zaptel: No such file or directory
[ -f /var/tmp/portage/zaptel-1.2.1/image//etc/zaptel.conf ] || install -D -m 644 zaptel.conf.sample /var/tmp/portage/zaptel-1.2.1/image//etc/zaptel.conf
man:
gzipping man page: man8
making executable: /usr/lib/libtonezone.so.1.0

!!! ERROR: net-misc/zaptel-1.2.1 failed.
!!! Function dyn_install, Line 1197, Exitcode 0
!!! File /var/tmp/portage/zaptel-1.2.1/image///usr/lib/libtonezone.so.1.0 matches a file type that is not allowed in /usr/lib
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Piotr Jaroszyński (RETIRED) gentoo-dev 2006-10-30 16:08:06 UTC
Reopen if it still persists with newer version.