Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468640 - media-libs/nas: RDEPEND seems wrong
Summary: media-libs/nas: RDEPEND seems wrong
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 463942
  Show dependency tree
 
Reported: 2013-05-05 09:05 UTC by Michał Górny
Modified: 2013-08-22 13:26 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-05-05 09:05:42 UTC
Not that I know how this thing gets libraries to link to but it seems that currently it links with different libraries than those in RDEPEND.

Grepping the log:

$ grep -o -- '-l[^ ]*' _log | sort -u
-laudio
-lc
-lICE
-lm
-lSM
-lX11
-lXau
-lXaw
-lXext
-lXmu
-lXpm
-lXt

with -laudio being part of nas, and -lc/-lm being part of libc. That would leave the deps as:

RDEPEND="x11-libs/libICE
    x11-libs/libSM
    x11-libs/libX11
    x11-libs/libXau
    x11-libs/libXaw
    x11-libs/libXext
    x11-libs/libXmu
    x11-libs/libXpm
    x11-libs/libXt"

So: ICE, SM, Xext, Xmu, Xpm added. Xp, Xres, XTrap removed.

The new deps also make the package multilib-friendly since the latter libs aren't multilib :P.
Comment 1 Alexis Ballier gentoo-dev 2013-08-22 13:26:45 UTC
fixed by using your ebuild from the other bug