From owner-freebsd-ports@freebsd.org Tue Jul 11 13:12:24 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3613FD9F191 for ; Tue, 11 Jul 2017 13:12:24 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx1.mailbox.org (mx1.mailbox.org [80.241.60.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7F2D734DA for ; Tue, 11 Jul 2017 13:12:23 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id B714D46134; Tue, 11 Jul 2017 15:12:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-transfer-encoding:content-type:content-type:mime-version :subject:subject:references:in-reply-to:message-id:from:from :date:date:received; s=mail20150812; t=1499778732; bh=aj4TYcoN5S wBVWb3W343IT2hWOpwXGIiLXOig0Z1wIs=; b=F0QqkQJHDUxHtic4qwaXrdEE21 TFDwcnLD8IdItRl7Hz5X1iLo2nlMp0JWx3QdkI6+AbefD7kzu3ZqsMvxkP3qsrOw /9aj+PHKAR0al2+M0NAN48lCy1/2m3kE+2Kgl+6dF5TMNyYdMwsp6WMR7DSQIZUd gW8p7fHe7M8PooF2r0XAHh1oRq/En6JpoQQm6F9HH3WH8xYWsXhmub81p0E86PFf ijXMBXDf56bQ3E6LnC21KP94gvXTf87rYVCIAo1c/cNfU61U8P6DcLYyZLGMRPGZ 60BiyTcTkx09fHIM7H9w3sZXeJ+gd9tJfpkPcxdzYXowZKEi/hKJ7dKXydlg== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter02.heinlein-hosting.de (spamfilter02.heinlein-hosting.de [80.241.56.116]) (amavisd-new, port 10030) with ESMTP id AGRRCcdrCz1T; Tue, 11 Jul 2017 15:12:12 +0200 (CEST) Date: Tue, 11 Jul 2017 15:12:12 +0200 (CEST) From: "Herbert J. Skuhra" To: Bob Willcox Cc: freebsd-ports@freebsd.org Message-ID: <1786957409.85381.1499778732769@office.mailbox.org> In-Reply-To: <20170711125127.GI96529@rancor.immure.com> References: <20170710190004.GE96529@rancor.immure.com> <8737a4kr7x.wl-herbert@mailbox.org> <20170710195204.GF96529@rancor.immure.com> <871spokpq6.wl-herbert@mailbox.org> <20170710205929.GG96529@rancor.immure.com> <1261552329.84068.1499771613845@office.mailbox.org> <20170711125127.GI96529@rancor.immure.com> Subject: Re: make install for print/texinfo fails on -CURRENT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Medium X-OX-Guard-Marker: false X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2017 13:12:24 -0000 > On 11 July 2017 at 14:51 Bob Willcox wrote: > > > On Tue, Jul 11, 2017 at 01:13:33PM +0200, Herbert J. Skuhra wrote: > > > On 10 July 2017 at 22:59 Bob Willcox wrote: > > > > > > > > > On Mon, Jul 10, 2017 at 10:21:21PM +0200, Herbert J. Skuhra wrote: > > > > Bob Willcox skrev: > > > > > > > > > > On Mon, Jul 10, 2017 at 09:49:06PM +0200, Herbert J. Skuhra wrote: > > > > >> Bob Willcox skrev: > > > > >> > > > > > >> > The make ran w/o any errors but when I attempt to do the install I get > > > > >> > this: > > > > >> > > > > > >> > root@jabba:0 /usr/ports/print/texinfo> make install > > > > >> > ===> Installing for texinfo-6.4_1,1 > > > > >> > ===> texinfo-6.4_1,1 depends on package: perl5>=5.24<5.25 - found > > > > >> > ===> texinfo-6.4_1,1 depends on executable: indexinfo - found > > > > >> > ===> Checking if texinfo already installed > > > > >> > ===> Registering installation for texinfo-6.4_1,1 > > > > >> > pkg-static: Unable to access file /usr/ports/print/texinfo/work/stage/usr/local/lib/texinfo/MiscXS.a:No such file or directory > > > > >> > pkg-static: Unable to access file /usr/ports/print/texinfo/work/stage/usr/local/lib/texinfo/MiscXS.so:No such file or directory > > > > >> > pkg-static: Unable to access file /usr/ports/print/texinfo/work/stage/usr/local/share/texinfo/Texinfo/Convert/XSParagraph/TestXS.pm:No such file or directory > > > > >> > *** Error code 74 > > > > >> > > > > > >> > Stop. > > > > >> > make[1]: stopped in /usr/ports/print/texinfo > > > > >> > *** Error code 1 > > > > >> > > > > > >> > Stop. > > > > >> > make: stopped in /usr/ports/print/texinfo > > > > >> > > > > > >> > > > > > >> > Is anyone else seeing this? > > > > >> > > > > >> I am not, but there is already a PR: > > > > >> > > > > >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220460 > > > > > > > > > > Ah, ok...thanks for pointing that out. I hadn't seen it. > > > > > > > > Hmm, the PR shows: > > > > > > > > TestXS.c: loadable library and perl binaries are mismatched (got handshake key 0xdf00080, needed 0xd200080) > > > > checking whether we can build Perl extension (XS) modules... no > > > > > > > > Do you also get this error? > > > > Have you tried to cleanup your perl installation and rebuild perl and "p5-" ports? > > > > > > > > -- > > > > Herbert > > > > > > No, I haven't done anything with perl since back in April. Indeed, all I did > > > here was run 'synth upgrade-system'. This is a test system and has very few > > > ports on it: > > > > I am not using synth. Did 'synth upgrade-system' rebuild perl? Are you building texinfo also with synth? On the same host? Have you checked config.log in texinfo's workdir? > > No, synth didn't build, or attempt to build, perl on this run. It was last > built on April 21st. Snyth attempted to build texinfo and that's when it > failed. > > Actually I have two systems that I attempted this on, one was the test system > I mentioned earlier, the other is a backup file server. The building of > texinfo failed on both. On the test system I tried deleting texinfo and the > rebuilding/installing...no dice. Install still failed On that system I could > try deleting and rebuilding perl. Don't want to do that on my backup server, > though. During compilation of texinfo do you get "TestXS.c: loadable library and perl binaries are mismatched (got handshake key 0xdf00080, needed 0xd200080)" or not? If this is the case you have to fix/rebuild perl (not texinfo). -- Herbert