View Issue Details

IDProjectCategoryView StatusLast Update
0000883bareos-corestorage daemonpublic2017-12-18 11:07
Reportertuxmaster Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionwon't fix 
Platformx86_64OSFedoraOS Version26
Product Version17.2.4 
Summary0000883: The final relase don't compile unter Fedora 26
DescriptionThe last rc4 will compile, but the final fails with:
make[1]: Leaving directory '/builddir/build/BUILD/bareos-Release-17.2.4/src/stored'
make[1]: *** No rule to make target '../cats/libbareossql.la', needed by 'bscan'. Stop.
make[1]: *** Waiting for unfinished jobs....
make[1]: Entering directory '/builddir/build/BUILD/bareos-Release-17.2.4/src/stored'
Compiling bscan.c
make[1]: Leaving directory '/builddir/build/BUILD/bareos-Release-17.2.4/src/stored'
make: *** [GNUmakefile:167: src/stored] Error 2
Additional InformationSee the log tar for the complete log.
TagsNo tags attached.

Activities

tuxmaster

tuxmaster

2017-12-14 19:50

reporter  

logs.tar.xz (52,580 bytes)
joergs

joergs

2017-12-18 11:07

developer   ~0002841

Well, there is indeed a bug in the Makefiles for some platforms. However, it does work after a "make clean", or just copy the libs to the target directory manually.
Packages for Fedora 26 has been build and published (as this error does not strike in our build environment).

Also we have already prepared to switch from autoconf to cmake, so that this bug will be solved automatically (at least for master).

So, I'll close this bug, as there are workaround. However, we would of course accept patches for this.

Issue History

Date Modified Username Field Change
2017-12-14 19:50 tuxmaster New Issue
2017-12-14 19:50 tuxmaster File Added: logs.tar.xz
2017-12-18 11:07 joergs Note Added: 0002841
2017-12-18 11:07 joergs Status new => closed
2017-12-18 11:07 joergs Resolution open => won't fix