From owner-freebsd-ports@FreeBSD.ORG Sun Oct 12 14:52:42 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DED9E69; Sun, 12 Oct 2014 14:52:42 +0000 (UTC) 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 3774DFC8; Sun, 12 Oct 2014 14:52:41 +0000 (UTC) Received: from [89.204.130.59] (helo=unixarea.DDR.dd) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1XdKVb-0004zH-4E; Sun, 12 Oct 2014 16:52:31 +0200 Received: from unixarea.DDR.dd (localhost [127.0.0.1]) by unixarea.DDR.dd (8.14.9/8.14.3) with ESMTP id s9CEqSj2002718; Sun, 12 Oct 2014 16:52:28 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by unixarea.DDR.dd (8.14.9/8.14.3/Submit) id s9CEqSqt002717; Sun, 12 Oct 2014 16:52:28 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: unixarea.DDR.dd: guru set sender to guru@unixarea.de using -f Date: Sun, 12 Oct 2014 16:52:27 +0200 From: Matthias Apitz To: Kurt Jaeger Subject: Re: print/muttprint Message-ID: <20141012145227.GA2689@unixarea.DDR.dd> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , Kurt Jaeger , freebsd-ports@freebsd.org, mat@freebsd.org References: <20141011114310.GA4035@unixarea.DDR.dd> <20141011115119.GI29437@home.opsec.eu> <20141011152016.GA78035@home.opsec.eu> <20141011153949.GA5022@unixarea.DDR.dd> <20141011162857.GJ29437@home.opsec.eu> <20141011172955.GA5414@unixarea.DDR.dd> <20141011173426.GL29437@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20141011173426.GL29437@home.opsec.eu> X-Operating-System: FreeBSD 11.0-CURRENT r269739 (i386) User-Agent: Mutt/1.5.23 (2014-03-12) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.130.59 Cc: mat@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2014 14:52:42 -0000 El día Saturday, October 11, 2014 a las 07:34:26PM +0200, Kurt Jaeger escribió: > > > > 'USE_TEX= texlive' pulls in > > > > Tex, but it does not if you compile the ports with poudriere. > > > > > > I'm surprised that USE_TEX=texlive in poudriere does not pull it in. > > > > Mee too. > > > > > Can you provide a build log to show this ? > > > > Will do this tomorrow. > > There's a commit which changed texlive to texmf in September. > > /usr/ports/Mk/bsd.tex.mk > > has more info about USE_TEX, so please check that file for your > experiments. Hi, I did today: I checked out a 2nd fresh ports tree with: # poudriere ports -c -p ports-muttprint -m svn+http -B head # cd /usr/local/poudriere/ports/ports-muttprint/ # svn info ... Last Changed Rev: 370680 Last Changed Date: 2014-10-12 05:16:10 +0200 (Sun, 12 Oct 2014) I started the jail to build 'print/muttprint'; note it says it has to build 183 packages: # poudriere bulk -j freebsd-head -p ports-muttprint print/muttprint ... [00:01:09] ====>> Cleaning the build queue [00:01:09] ====>> Recording filesystem state for prepkg... done [00:01:10] ====>> Building 183 packages using 1 builders [00:01:10] ====>> Starting/Cloning builders ... 6:27 hours later the job was done fine: [freebsd-head-ports-muttprint] [2014-10-12_08h36m17s] [committing:] Queued: 183 Built: 183 Failed: 0 Skipped: 0 Ignored: 0 Tobuild: 0 Time: 06:26:47 [06:27:36] ====>> Logs: /usr/local/poudriere/data/logs/bulk/freebsd-head-ports-muttprint/2014-10-12_08h36m17s I removed the 3 packages again: # cd /usr/local/poudriere/data/packages/freebsd-head-ports-muttprint/All/ # rm tex-dvipsk-5.994.txz muttprint-0.72d_10.txz texlive-full-20140525_1.txz and edited the Makefile of print/muttprint: # vim /usr/local/poudriere/ports/ports-muttprint/print/muttprint/Makefile to remove the two addition RUN_DEPENDS= lines in the Makefile: # svn diff Makefile RUN_DEPENDS= psnup:${PORTSDIR}/print/psutils \ - latex:${PORTSDIR}/print/texlive-full \ - dvips:${PORTSDIR}/print/tex-dvipsk \ uncompface:${PORTSDIR}/mail/faces \ convert:${PORTSDIR}/graphics/ImageMagick \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ I restarted the jail and poudriere only rebuilt the muttprint package itself, not the two others removed: # poudriere bulk -j freebsd-head -p ports-muttprint print/muttprint ... [00:06:37] ====>> Built ports: print/muttprint [freebsd-head-ports-muttprint] [2014-10-12_15h40m55s] [committing:] Queued: 1 Built: 1 Failed: 0 Skipped: 0 Ignored: 0 Tobuild: 0 Time: 00:06:03 [00:06:37] ====>> Logs: /usr/local/poudriere/data/logs/bulk/freebsd-head-ports-muttprint/2014-10-12_15h40m55s I removed all packages and re run the jail again with the above deleted RUN_DEPENDS= lines; note that poudriere now only calculates 164 packages to build (and not 183): # rm /usr/local/poudriere/data/packages/freebsd-head-ports-muttprint/All/* # poudriere bulk -j freebsd-head -p ports-muttprint print/muttprint ... [00:00:52] ====>> Cleaning the build queue [00:00:52] ====>> Recording filesystem state for prepkg... done [00:00:52] ====>> Building 164 packages using 1 builders [00:00:52] ====>> Starting/Cloning builders This underpins that there is something lost in the Tex infrastructure. When the build job will be done in some hours I will check if any of the resulting 164 packages contains the tools /usr/local/bin/latex and /usr/local/bin/dvips, both needed by the muttprint Perl script. Let me know if someone needs the log files of the build jobs; I could place them onto my webspace. For the moment, I'd suggest to let the two additional RUN_DEPENDS= lines in the Makefile as proposed. Thx matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign