Subject: Re: pkgsrc NetBSD 1.6.2/i386 bulk build results 2006-01-11
To: None <pkgsrc-bulk@NetBSD.org>
From: None <joerg@britannica.bec.de>
List: pkgsrc-bulk
Date: 01/13/2006 19:37:31
On Fri, Jan 13, 2006 at 06:47:20PM +0100, Thomas Klausner wrote:
> > devel/cdecl                        tech-pkg@NetBSD.org
> 
>  cdecl.c: In function `attempt_completion':
>  cdecl.c:408: warning: assignment makes pointer from integer without a cast
>  /var/tmp/ccw6p6P4.o: In function `attempt_completion':
>  /var/tmp/ccw6p6P4.o(.text+0x293a): undefined reference to `rl_completion_matches'

This comes from a mismatch between 1.6 readline compat and the newer
readline interface. The old function is deprecated and no longer in the
headers, but the new function is also not provided on 1.6. How do we
want to solve this?

Joerg

> > x11/xglobe                         tech-pkg@NetBSD.org
> 
>  xglobe-0.5nb2 requires installed package qt3-libs-3.3.5nb1
>  /usr/pkg/bin/xglobe:     -lpthread.20 => not found
>  *** The above programs/libs will not find the listed shared libraries
>      at runtime. Please fix the package (add -Wl,-R.../lib in the right places)!
>  *** Error code 1

Shouldn't pth generate the right rpath entries for PTHREAD_LDFLAGS?

Joerg