From owner-freebsd-ports@freebsd.org Mon Jul 10 20:21:28 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 203B7DB0496 for ; Mon, 10 Jul 2017 20:21:28 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx2.mailbox.org (mx2.mailbox.org [80.241.60.215]) (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 CC43D77004 for ; Mon, 10 Jul 2017 20:21:27 +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 mx2.mailbox.org (Postfix) with ESMTPS id AC9D4455F7; Mon, 10 Jul 2017 22:21:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1499718083; bh=R1VdgZLmFB248HV1QFZNAY8gO3FiaP4Tq PhO9ZYvvqI=; b=Sru57yRsYBuU5z0Swp31EXBVF88uR6aCZPUsCIsj69/Mp3PrD AphvUXxpL3lUb8WW4hVrBaZUiVLaOf6A16PtNvHs0ODoxyPDmJrndH1NyBehZDlW rJi+BaoH4DXi0CsgzGVE7yPsOmdv343vbUMsKFaBvx75B96UkqJdfcCkb8lmMpzZ aeGp28siKgavQlKAlOLdfiJdA+ZZEuNpLmpRuAGbZBuH1Xwy44ioUU9T2p87ZIid Yru1QnrSL7WH5OmT3BMBVf7gFFnPn/nagXB1J1+H+vL/iZph8YTeXskFpHMJeecr Hj6+EnfC3fUFK7n69lSN3g8UObCmQCnVYfZ7w== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id CXCsucmw8rom; Mon, 10 Jul 2017 22:21:23 +0200 (CEST) Date: Mon, 10 Jul 2017 22:21:21 +0200 Message-ID: <871spokpq6.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: Bob Willcox Cc: freebsd-ports@freebsd.org Subject: Re: make install for print/texinfo fails on -CURRENT In-Reply-To: <20170710195204.GF96529@rancor.immure.com> References: <20170710190004.GE96529@rancor.immure.com> <8737a4kr7x.wl-herbert@mailbox.org> <20170710195204.GF96529@rancor.immure.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII 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: Mon, 10 Jul 2017 20:21:28 -0000 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