Solved poudriere hang during patch?

I have devel/poudriere-devel (poudriere-devel-3.1.99.20170322) for building pkgs for an i386 machine (on FreeBSD 10.3-STABLE #0 r315972M amd64). Today's run gave me a bunch of errors.

1. "x11-toolkits/gtkmm24: Failed: build"
Code:
=======================<phase: build          >============================
===>  Building for gtkmm24-2.24.4_3
gmake[1]: Entering directory '/wrkdirs/usr/ports/x11-toolkits/gtkmm24/work/gtkmm-2.24.4'
Makefile:258: *** missing separator.  Stop.
gmake[1]: Leaving directory '/wrkdirs/usr/ports/x11-toolkits/gtkmm24/work/gtkmm-2.24.4'
===> Compilation failed unexpectedly.

2. "devel/gvfs: Failed: run-depends"
Code:
[stable10i386-default-job-02] |   |   `-- Installing py27-setuptools27-32.1.0...
pkg-static: py27-setuptools27-32.1.0 conflicts with py27-setuptools-32.1.0_1 (installs files into the same place).  Problematic file: /usr/local/lib/python2.7/site-packages/easy-install.pth.dist

Failed to install the following 1 package(s): /packages/All/gnome-mount-0.8_13.txz
*** Error code 70

3. And one of them is a stale during patch stage for print/gutenprint-cups:
Code:
    [02]: print/gutenprint-cups            patch           (03:21:52)
And in its logs:
Code:
=> SHA256 Checksum OK for gutenprint-5.2.10.tar.bz2.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for gutenprint-cups-5.2.10_3
===>  Applying FreeBSD patches for gutenprint-cups-5.2.10_3

Is it O.K. to have stales during patch stage and how is it possible to resolve?
 
Do a clean run. For some reason Poudriere's cache trips up on py27-setuptools27 vs. py27-setuptools. Just do a complete, clean (-c) run and the problem will fix itself.
 
The PR is relevant to the first mentioned (still) unbuilt pkg (and all its dependencies), that is x11-toolkits/gtkmm24.

Everything else "solved" with "-c" flag. These are py27-setuptools27 related and very strange hanging during patch with gutenprint-cups-5.2.10_3 mentioned in the title of the thread. Not sure weather I have enough courage at the time to make PR about poudriere…
 
Do a clean run. For some reason Poudriere's cache trips up on py27-setuptools27 vs. py27-setuptools. Just do a complete, clean (-c) run and the problem will fix itself.
Thank you, gave a link in #2 on that advice.
 
Back
Top