pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/43932: cairo missing dependeny on libiberty



The following reply was made to PR pkg/43932; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/43932: cairo missing dependeny on libiberty
Date: Sat, 02 Oct 2010 10:38:27 +0900

 On Sat, 02 Oct 2010 05:10:01 +0900, <schaecsn%gmx.net@localhost> wrote:
 
 >> Description:
 > graphics/cairo depends on libiberty (at least on linux)
 >
 >
 > Making all in cairo-trace
 >   CCLD   libcairo-trace.la
 > /usr/lib/gcc/i486-slackware-linux/4.3.3/../../../../i486-slackware-linux/bin/ld:
 >  cannot find -liberty
 > collect2: ld returned 1 exit status
 > *** Error code 1
 >
 >> How-To-Repeat:
 >
 >> Fix:
 > .include "../../devel/libiberty/buildlink3.mk"
 
 This feature also require binutils development libraries
 (I assumed you are installed it as a part of your slackware installation).
 So how about put following instead?
 
 CONFIGURE_ARGS+= --enable-symbol-lookup=no
 


Home | Main Index | Thread Index | Old Index