Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153609 - www-client/links-2.1_pre20 bad DEPEND
Summary: www-client/links-2.1_pre20 bad DEPEND
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ingo -LaSombra- Hoffmann
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-31 14:13 UTC by Evil Compile Person
Modified: 2006-12-03 15:41 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 Evil Compile Person 2006-10-31 14:13:35 UTC
checking for png_set_strip_alpha... yes
checking for png_get_valid... yes
checking for png_get_sRGB... yes
checking if you can include both setjmp.h and png.h... yes
configure: error: No graphics drivers found.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/links-2.1_pre20/work/links-2.1pre20/config.log

!!! ERROR: www-client/links-2.1_pre20 failed.

RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6c )
        gpm? ( sys-libs/gpm )
        png? ( >=media-libs/libpng-1.2.1 )
        jpeg? ( >=media-libs/jpeg-6b )
        fbcon? ( >=media-libs/libpng-1.2.1
                >=media-libs/jpeg-6b
                sys-libs/gpm )
        tiff? ( >=media-libs/tiff-3.5.7 )
        svga? ( >=media-libs/svgalib-1.4.3
                >=media-libs/libpng-1.2.1 )
        X? ( || ( x11-libs/libXext
                virtual/x11 )
                >=media-libs/libpng-1.2.1 )
        directfb? ( dev-libs/DirectFB )
        sdl? ( >=media-libs/libsdl-1.2.0 )
        sys-libs/zlib
        virtual/libc
        sys-libs/ncurses"

DEPEND="${RDEPEND}
        sys-devel/automake
        sys-devel/autoconf
        sys-devel/gcc
        dev-util/pkgconfig
        javascript? ( >=sys-devel/flex-2.5.4a )"

now obviously all the X, ncurses etc. stuff is a build-time DEPEND, so please state it like that :-) Otherwise a build can and will fail because RDEPs are merged only _after_ the build process, killing kittens in the process.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-12-03 15:41:45 UTC
(In reply to comment #0)
> now obviously all the X, ncurses etc. stuff is a build-time DEPEND, so please
> state it like that :-) 

Hum? Missed the DEPEND="${RDEPEND} line? Reopen with the config.log as requested...

> !!! Please attach the following file when filing a report to bugs.gentoo.org:
> !!! /var/tmp/portage/links-2.1_pre20/work/links-2.1pre20/config.log