From owner-freebsd-perl@FreeBSD.ORG Mon Aug 11 19:10:41 2014 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 83725B78 for ; Mon, 11 Aug 2014 19:10:41 +0000 (UTC) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4176325C7 for ; Mon, 11 Aug 2014 19:10:41 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id i8so1996747qcq.13 for ; Mon, 11 Aug 2014 12:10:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=tcnSA5V5z3UllWFdSpT9CtTXkq4GNlp8WdHJDa1B4aE=; b=HtGXZItlaJYGpM3EAwvqMQXr2P0VYUttd9CmMqiEv7pbvLP6PqDD46HF9xvzxwqHq6 DKmNSCw7LAwNFFe71zYEhe1y19Xxv2EM1vfEfVauGoJpGckIw8MqJLu+e6SiQ7grUqgZ pBZiB3SW7zydx2ifKTUIAMP25swcyJnENlc1BEAJvKyu9+0cvd5Q+VsHDCF31KkAPrj8 HsDpLl58mD5Lc34ylFhDBs4LRfXLr9IpNEor5JQ8Wg9St8VK13Fd6kfYlqkQmrYCh77u OXbSy7vir7beFc+EDrvMS9wX9cuBVQgiix5GI1pwWgSmVel9cYC8k1bjx0+IyahgyHKI qr/g== X-Gm-Message-State: ALoCoQnhWxtuUcyNI9ElJp2rT2LHYSp0qoYOeSqmCyZIFtOwyZ3DtvR9N8JrLDve8HDf2kC63hmp MIME-Version: 1.0 X-Received: by 10.229.59.67 with SMTP id k3mr66049921qch.26.1407783758170; Mon, 11 Aug 2014 12:02:38 -0700 (PDT) Received: by 10.224.178.146 with HTTP; Mon, 11 Aug 2014 12:02:38 -0700 (PDT) X-Originating-IP: [140.239.2.163] Received: by 10.224.178.146 with HTTP; Mon, 11 Aug 2014 12:02:38 -0700 (PDT) In-Reply-To: References: Date: Mon, 11 Aug 2014 12:02:38 -0700 Message-ID: Subject: Fwd: ports since 9.3-i386 upgrade From: "Brian W." To: perl@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 11 Aug 2014 19:10:41 -0000 I saw that this address is the maintainer for at least one of the below failures. Is there anything I can do? I tried the UPDATING steps. When I do that a build works but a portupgrade -aP still tries to get me an older perl version. Brian ---------- Forwarded message ---------- From: "Brian W." Date: Aug 6, 2014 4:05 PM Subject: ports since 9.3-i386 upgrade To: Cc: I have been having a bear of a problem maintaining ports since upgrading to 9.3. Currently, on a box primarily used as a mail server with postfix, spamassassin, and other necessary pieces, I cannot get 2 of the support pieces to compile, forcing me to run with older packages. It looks like these 2 failures are causing other ports to fail. I usually use this to upgrade ports. portsnap fetch update && portupgrade -aP --batch && portsclean -CD && ls -lrt "/var/db/pkg" && sa-update first fail BEGIN failed--compilation aborted at ./Makefile.PL line 27. *** [do-configure] Error code 255 Stop in /usr/ports/dns/p5-Net-DNS. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20140806-79109-1e1sedr env UPGRADE_TOOL=portupgrade UPGRADE_PORT=p5-Net-DNS-0.74_1 UPGRADE_PORT_VER=0.74_1 make BATCH=yes ** Fix the problem and try again. second fail ===> Configuring for p5-Socket-2.014 Attempt to reload Socket.pm aborted. Compilation failed in require at /usr/local/lib/perl5/5.16/IPC/Cmd.pm line 46. BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.16/IPC/Cmd.pm line 46. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.16/ExtUtils/CBuilder/Base.pm line 9. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.16/ExtUtils/CBuilder/Base.pm line 9. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.16/ExtUtils/CBuilder/Platform/Unix.pm line 4. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.16/ExtUtils/CBuilder/Platform/Unix.pm line 4. Compilation failed in require at (eval 9) line 2. BEGIN failed--compilation aborted at (eval 9) line 2. Compilation failed in require at ./Makefile.PL line 19. *** [do-configure] Error code 255 Stop in /usr/ports/net/p5-Socket. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20140806-80837-1afrfnk env UPGRADE_TOOL=portupgrade UPGRADE_PORT=p5-Socket-2.013 UPGRADE_PORT_VER=2.013 make BATCH=yes ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! dns/p5-Net-DNS (p5-Net-DNS-0.74_1) (unknown build error) ! net/p5-Socket (p5-Socket-2.013) (unknown build error) * net/p5-IO-Socket-IP (p5-IO-Socket-IP-0.27) * security/p5-IO-Socket-SSL (p5-IO-Socket-SSL-1.962) * net/p5-Net-HTTP (p5-Net-HTTP-6.06) * www/p5-libwww (p5-libwww-6.05) * mail/spamassassin (p5-Mail-SpamAssassin-3.3.2_8) Brian