Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216867 - dev-lang/perl -gdbm not honoured during build checks
Summary: dev-lang/perl -gdbm not honoured during build checks
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 12:47 UTC by Markus Ullmann (RETIRED)
Modified: 2008-08-10 13:47 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 Markus Ullmann (RETIRED) gentoo-dev 2008-04-08 12:47:20 UTC
Perls tests the compiler during build and adds the lib there. Output:

Checking your choice of C compiler and flags for coherency...
I've tried to compile and run the following simple program:

#include <stdio.h>
int main() { printf("Ok\n"); return(0); }

I used the command:

        armeb-softfloat-linux-gnu-gcc -o try -O2 -I/root/nslu2/usr/include -DOVR_DBL_DIG=14 try.c -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
         ./try

/usr/libexec/gcc/armeb-softfloat-linux-gnu/ld: cannot find -lgdbm
Comment 1 Fabian Groffen gentoo-dev 2008-06-13 18:43:51 UTC
feels like a duplicate of bug #157774 to me, which IMO is already fixed (see other bug)
Comment 2 Markus Ullmann (RETIRED) gentoo-dev 2008-08-10 13:47:28 UTC
Looks ok here, marking as FIXED