FS#37506 - [lesstif] Intermittently fails install with greater than -j1
Attached to Project:
Arch Linux
Opened by Kevin Mihelich (kmihelich) - Sunday, 27 October 2013, 00:18 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 27 October 2013, 02:24 GMT
Opened by Kevin Mihelich (kmihelich) - Sunday, 27 October 2013, 00:18 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 27 October 2013, 02:24 GMT
|
Details
Description: The package will intermittently fail to package
if MAKEFLAGS are set greater than -j1, giving a result like
listed below. This is fixed by changing:
make DESTDIR="${pkgdir}" appdir=/usr/share/X11/app-defaults rootdir=/usr/share/doc/LessTif install to: make -j1 DESTDIR="${pkgdir}" appdir=/usr/share/X11/app-defaults rootdir=/usr/share/doc/LessTif install Steps to reproduce: Build with MAKEFLAGS greater than -j1. |
This task depends upon
package.log