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: Stefan Schaeckeler <schaecsn%gmx.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
pkg-manager%netbsd.org@localhost,gnats-admin%netbsd.org@localhost,pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/43932: cairo missing dependeny on libiberty
Date: Sat, 2 Oct 2010 17:14:59 -0700 (PDT)
> > 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
Installed is slackware's binutils package. I double-checked everything. It
should come with libiberty and it did come with it. For unknown reason, it did
not exist on my harddrive. I reinstalled binutils and now I have libiberty in
my library search path.
In other words, the mistake was on my side.
I believe one can assume binutils (and hence libiberty) as part of every base
system. Hence, I don't think it's necessary to configure cairo with
--enable-symbol-lookup=no.
You are welcome to close this case.
Home |
Main Index |
Thread Index |
Old Index