pkgsrc-Bugs archive

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

Re: pkg/54170: net/bind11 & net/bind12 fail to compile on many archs



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

From: Leonardo Taccari <leot%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/54170: net/bind11 & net/bind12 fail to compile on many archs
Date: Fri, 10 May 2019 12:12:05 +0200

 Hello John,
 
 john%ziaspace.com@localhost writes:
 > [...]
 > >Description:
 > 	
 > Compiling net/bind11 fails with:
 >
 > .libs/client.o: In function `mark_tcp_active':
 > client.c:(.text+0xf2c): undefined reference to `isc_atomic_xadd'
 > client.c:(.text+0xf50): undefined reference to `isc_atomic_xadd'
 > .libs/client.o: In function `client_accept':
 > client.c:(.text+0x2760): undefined reference to `isc_atomic_xadd'
 > client.c:(.text+0x27d8): undefined reference to `isc_atomic_xadd'
 > .libs/client.o: In function `exit_check':
 > client.c:(.text+0x33bc): undefined reference to `isc_atomic_xadd'
 > .libs/client.o:client.c:(.text+0x6348): more undefined references to `isc_atomic_xadd' 
 > follow
 > *** Error code 1
 >
 >
 > net/bind12 fails with:
 >
 > ../../lib/ns/.libs/libns.so: undefined reference to `isc_atomic_xadd'
 > *** Error code 1
 >
 >
 > This is with or without --disable-atomic on NetBSD ARM, m68k, VAX, 
 > mips64eb and sparc64, at least.
 > [...]
 
 I think that probably it's worth to try applying the following
 patches:
 
  <https://www.mail-archive.com/bind-users%lists.isc.org@localhost/msg27479.html>
 
 (WARNING: I have found link to that discussion in oss-security@
 and have not tried that, sorry!)
 


Home | Main Index | Thread Index | Old Index