From www@isc.org Fri Feb 3 20:17:22 2017 MIME-Version: 1.0 X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.0 X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer) content-type: text/plain; charset="utf-8" Message-ID: Received: from mx.pao1.isc.org (mx.pao1.isc.org [IPv6:2001:4f8:0:2::2b]) by bugs.isc.org (Postfix) with ESMTP id 8FE3771B5A8 for ; Fri, 3 Feb 2017 20:17:22 +0000 (UTC) Received: from iscwebprod.isc.org (iscwebprod.isc.org [IPv6:2001:4f8:1:d::16]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.pao1.isc.org (Postfix) with ESMTPS id 6DED3349467 for ; Fri, 3 Feb 2017 20:17:17 +0000 (UTC) Received: from www (uid 80) (envelope-from www@iscwebprod.isc.org) id 7b7d0b by iscwebprod.isc.org (DragonFly Mail Agent v0.11); Fri, 03 Feb 2017 20:17:17 +0000 Delivered-To: bind9-bugs@bugs.isc.org Subject: 9.11.0-P2 - Build fails with "ld: unrecognized option '-Wl,-R/usr/pkg/lib'" Return-Path: X-Original-To: bind9-bugs@bugs.isc.org Date: Fri, 3 Feb 2017 20:17:17 +0000 X-Wpcf7-Content-Type: text/plain X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx.pao1.isc.org X-PHP-Originating-Script: 20001:class-phpmailer.php To: bind-bugs@isc.org From: "Andreas Gustafsson" X-RT-Original-Encoding: utf-8 X-RT-Interface: Email Content-Length: 940 Bug Report from www.isc.org: Name: Andreas Gustafsson Email: gson@araneus.fi Software Version: 9.11.0-P2 OS: NetBSD 7.0.2 Subject:Build fails with "ld: unrecognized option '-Wl,-R/usr/pkg/lib'" Bug Detail =========== Attempting to build bind-9.11.0-P2 on a NetBSD 7.0.2 system, I get the following error: ld -Bshareable -x -o sample.so db.o driver.o instance.o lock.o log.o syncptr.o zone.o ../../../../../lib/dns/libdns.a ../../../../../lib/isc/libisc.a -lgssapi -lcrypto ../../../../../lib/dns/libdns.a ../../../../../lib/isc/libisc.a -lpthread -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz -L/usr/lib -llzma -L/usr/lib -lm ld: unrecognized option '-Wl,-R/usr/pkg/lib' ld: use the --help option for usage information *** Error code 1 This is with a default configuration (no options given to the configure script). bind-9.10.4-P5 builds successfully. --- This email was received through isc.org Bug Submission Form