FS#56953 - [kphotoalbum] Doesn't compile

Attached to Project: Community Packages
Opened by Andreas Baumann (andreas_baumann) - Thursday, 04 January 2018, 21:16 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 04 January 2018, 23:43 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Laurent Carlier (lordheavy)
Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

[ 1%] Building CXX object CMakeFiles/kphotoalbum.dir/main.cpp.o
/data/INSTALL/kphotoalbum/src/kphotoalbum-5.2/main.cpp:37:10: fatal error: version.h: No such file or directory
#include "version.h"
^~~~~~~~~~~
compilation terminated.

Complete build log is attached.

Additional info:
* package version(s): 5.2-3
* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 04 January 2018, 23:43 GMT
Reason for closing:  Fixed
Comment by Antonio Rojas (arojas) - Thursday, 04 January 2018, 21:35 GMT
Looks like a race. Try 'make -j1', builds fine as is in a clean chroot
Comment by Eli Schwartz (eschwartz) - Thursday, 04 January 2018, 21:47 GMT
If it is a race, then until upstream fixes their object dependencies we can add MAKEFLAGS="-j1" to the PKGBUILD.
Comment by Antonio Rojas (arojas) - Thursday, 04 January 2018, 23:43 GMT
They already did, actually

Loading...