Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#38554 - [efl] Packaging efl randomly fails with jobs > -j1

Attached to Project: Arch Linux
Opened by Kevin Mihelich (kmihelich) - Friday, 17 January 2014, 14:19 GMT
Last edited by Ronald van Haren (pressh) - Friday, 17 January 2014, 17:42 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Packaging efl randomly fails with MAKEFLAGS set higher than -j1. Can be avoided by installing with -j1:
make -j1 DESTDIR=${pkgdir} install


Additional info:
* package version: 1.8.4-1
* log:
libtool: install: /usr/bin/install -c lib/eet/.libs/libeet.lai /build/efl/pkg/efl/usr/lib/libeet.la
/usr/bin/ld: cannot find -levas
/usr/bin/ld: cannot find -lecore_input_evas
/usr/bin/ld: cannot find -lecore_evas
/usr/bin/ld: cannot find -lecore_input
/usr/bin/ld: cannot find -lecore
collect2: error: ld returned 1 exit status
libtool: install: warning: relinking `lib/evas/libevas.la'
/usr/bin/ld: cannot find -lecore_imf
/usr/bin/ld: cannot find -lecore
/usr/bin/ld: cannot find -lecore_input
collect2: error: ld returned 1 exit status


Steps to reproduce: Build using higher concurrent jobs (ie. -j5)
This task depends upon

Closed by  Ronald van Haren (pressh)
Friday, 17 January 2014, 17:42 GMT
Reason for closing:  Implemented
Additional comments about closing:  fixed in trunk

Loading...