From owner-freebsd-ports@freebsd.org Mon Dec 14 05:59:58 2015 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 68B78A4355C; Mon, 14 Dec 2015 05:59:58 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E06C1EFB; Mon, 14 Dec 2015 05:59:57 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [93.104.12.110] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1a8MAq-0002fi-SX; Mon, 14 Dec 2015 06:59:53 +0100 Received: from localhost.my.domain (c720-r285885-amd64 [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id tBE5xo2X003275 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 14 Dec 2015 06:59:50 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id tBE5xn6U003274; Mon, 14 Dec 2015 06:59:49 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Mon, 14 Dec 2015 06:59:48 +0100 From: Matthias Apitz To: Don Lewis Cc: office@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: [Bug 205242] editors/libreoffice (5.0.3, r403255) does not build in poudriere on 11.0-CURRENT r276659 Message-ID: <20151214055948.GA3238@c720-r285885-amd64> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , Don Lewis , office@FreeBSD.org, freebsd-ports@freebsd.org References: <20151213162000.GA3775@c720-r285885-amd64> <201512132310.tBDNAR8C077879@gw.catspoiler.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <201512132310.tBDNAR8C077879@gw.catspoiler.org> X-Operating-System: FreeBSD 11.0-CURRENT r285885 (amd64) User-Agent: Mutt/1.5.23 (2014-03-12) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 93.104.12.110 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 05:59:58 -0000 El día Sunday, December 13, 2015 a las 03:10:27PM -0800, Don Lewis escribió: > >> The port build in poudriere stops at the end after many hours with: > >> > >> [build LNK] StaticLibrary/libvclmain.a > >> [build LNK] Executable/gengal.bin > >> [build GAL] arrows > >> Work on gallery > >> 'file:///wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-5.0.3.2/workdir/Gallery/arrows' > >> Existing themes: 0 > >> Existing themes: 1 > >> Failed to acquire theme > >> /wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-5.0.3.2/solenv/gbuild/Gallery.mk:72: > >> recipe for target > >> '/wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-5.0.3.2/workdir/Gallery/arrows.done' > >> failed > >> ... > > > > There are other (older) cases visible with Google showing the same > > problem, for example: > > https://forums-web2.gentoo.org/viewtopic-t-1025000.html > > saying that the dir ..../Gallery/arrows/ only contains two empty files > > with the names arrows.sdv and arrows.thm. The files are not part of the > > tar file in /usr/ports/distfiles.... so they are perhaps generated wrong > > on the run. I could save the workspace and it shows that the two mentioned files are zero sized: # ls -l libreoffice-5.0.3.2/workdir/Gallery/arrows/arrows.* -rw-r--r-- 1 guru wheel 0 Dec 13 21:48 libreoffice-5.0.3.2/workdir/Gallery/arrows/arrows.sdv -rw-r--r-- 1 guru wheel 0 Dec 13 21:48 libreoffice-5.0.3.2/workdir/Gallery/arrows/arrows.thm the files are generated by some tool 'gengal' libreoffice-5.0.3.2/svx/source/gengal libreoffice-5.0.3.2/svx/source/gengal/gengal.sh libreoffice-5.0.3.2/svx/source/gengal/gengal.cxx I have even instructed the exec of the tool in 'gengal.sh' with an echo and a truss: # execute binary echo "$sd_prog/gengal.bin" "$@" "-env:INIFILENAME=vnd.sun.star.pathname:$sd_prog/redirectrc" >> gengal.txt.$$ exec truss -o "gengal.tr.$$" "$sd_prog/gengal.bin" "$@" \ "-env:INIFILENAME=vnd.sun.star.pathname:$sd_prog/redirectrc" but could not find the output files gengal.tr.pid and gengal.txt.pid in the saved workspace :-( maybe the wrapper shell script was not called; ... > > I usually use testport -i, which drops into a shell inside the build > jail after the build finishes. That allows me to tweak things inside > the jail and rerun make or try other commands to quickly see the result. > In your case the command would be: > > poudriere testport -j freebsd-head -p ports-20151208 -i -o editors/libreoffice I will try this, it is already launched but takes 5h to get to the point; thanks matthias -- Matthias Apitz, ✉ guru@unixarea.de, 🌐 http://www.unixarea.de/ ☎ +49-176-38902045