From owner-freebsd-perl@FreeBSD.ORG Tue Nov 26 04:45:22 2013 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26EDF7C6 for ; Tue, 26 Nov 2013 04:45:22 +0000 (UTC) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF956212D for ; Tue, 26 Nov 2013 04:45:21 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 06F0C160B12 for ; Tue, 26 Nov 2013 11:38:04 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received:received:received; s= selector1; t=1385440683; x=1387255084; bh=RD6Dt+W136uiaaB+7LRLj7 cB5DAgZ+IlCZZ1SsAfLrs=; b=oishAs1NwN5t0AkkhcXvwOI5rkRt1LosZayocz bEobAEHmH/KqB6epQthf3iJ8/mjutYmYwWuU/ElvxNLnN2xynRAY1Yh0/+kZgbXd S0Vop+LIlD009VAqIU0jV8foRPr4CWJgrOswfEhAiKQwmyChWotkNRWpmWjNI6JC ACjZ0= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id e9cTgJW-7fLu for ; Tue, 26 Nov 2013 11:38:03 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 4D65C160B11 for ; Tue, 26 Nov 2013 11:38:03 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.5/8.14.5/Submit) id rAQ4c3bv007020; Tue, 26 Nov 2013 11:38:03 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier Nicole To: perl@FreeBSD.org Subject: Port /usr/ports/net/p5-Net-Patricia Date: Tue, 26 Nov 2013 11:38:03 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 04:45:22 -0000 Hi, I got an error while trying to install the port /usr/ports/net/p5-Net-Patricia, it's missing a ranlib step after the compile. [...] rm -f blib/arch/auto/Net/Patricia/Patricia.so gcc -shared -L/usr/local/lib -fstack-protector Patricia.o -o blib/arch/auto/Net/Patricia/Patricia.so libpatricia/libpatricia.a libpatricia/libpatricia.a: could not read symbols: Archive has no index; run ranlib to add one *** [blib/arch/auto/Net/Patricia/Patricia.so] Error code 1 1 error ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** [do-build] Error code 1 Stop in /usr/ports/net/p5-Net-Patricia. Best regards, Olivier --