View Issue Details

IDProjectCategoryView StatusLast Update
0000853bareos-coreGeneralpublic2017-09-21 15:44
Reporterrobvanhooren Assigned To 
PriorityhighSeverityblockReproducibilityalways
Status closedResolutionfixed 
Platformamd64OSfBSDOS Version11.1-S
Product Version17.2.3 
Summary0000853: waitq.h blocks make install
Descriptionmake install fails since waitq.h no longer exists (removed by joergs 5/24)
Steps To Reproducegit clone
configure {$OPTIONS}
make
sudo make install
Additional Information----->8-----{snip}----->8-----

==== Make of lib is good ====
 
/usr/local/src/bareos/autoconf/mkinstalldirs /usr/local/lib
/bin/rm -f /usr/local/lib/libbareos-[0-9]*.so /usr/local/lib/libbareos.la
/bin/rm -f /usr/local/lib/libbareoscfg-[0-9]*.so /usr/local/lib/libbareoscfg.la
/usr/local/src/bareos/libtool --silent --tag=CXX --finish --mode=install /usr/bin/install -c -m 755 libbareos.la /usr/local/lib
/usr/local/src/bareos/libtool --silent --tag=CXX --finish --mode=install /usr/bin/install -c -m 755 libbareoscfg.la /usr/local/lib
libtool: warning: relinking 'libbareoscfg.la'
/usr/local/src/bareos/autoconf/mkinstalldirs //usr/local/include/bareos
mkdir //usr/local/include/bareos
for I in ../include/baconfig.h ../include/bareos.h ../include/bc_types.h ../include/config.h ../include/jcr.h ../include/version.h address_conf.h alist.h attr.h base64.h berrno.h bits.h bpipe.h breg.h bregex.h bsock.h bsock_sctp.h bsock_tcp.h bsock_udt.h bsr.h btime.h btimers.h cbuf.h crypto.h crypto_cache.h devlock.h dlist.h fnmatch.h guid_to_name.h htable.h ini.h lex.h lib.h lockmgr.h md5.h mem_pool.h message.h mntent_cache.h parse_conf.h plugins.h protos.h queue.h rblist.h runscript.h rwlock.h scsi_crypto.h scsi_lli.h scsi_tapealert.h sellist.h serial.h sha1.h smartall.h status.h tls.h tree.h var.h waitq.h watchdog.h workq.h; do /usr/bin/install -c -m 644 $I /usr/local/include/bareos/`basename $I`; done
install: waitq.h: No such file or directory
*** Error code 71

Stop.
make[1]: stopped in /usr/local/src/bareos/src/lib
*** Error code 1

Stop.
TagsNo tags attached.

Activities

joergs

joergs

2017-09-21 12:24

developer   ~0002742

Fix committed to bareos bareos-17.2 branch with changesetid 7238.

Related Changesets

bareos: bareos-17.2 3c8f2572

2017-09-15 01:32

joergs

Ported: N/A

Details Diff
build fix (install-includes): remove reference to already removed file

The file waitq.h has been removed from the source, because it has not
been used. However, the Makefile still tried to install it.

Fixes 0000853: waitq.h blocks make install
Affected Issues
0000853
mod - src/lib/Makefile.in Diff File

Issue History

Date Modified Username Field Change
2017-09-13 06:55 robvanhooren New Issue
2017-09-14 23:27 joergs Assigned To => joergs
2017-09-14 23:27 joergs Status new => assigned
2017-09-14 23:27 joergs Status assigned => confirmed
2017-09-21 12:24 joergs Changeset attached => bareos bareos-17.2 3c8f2572
2017-09-21 12:24 joergs Note Added: 0002742
2017-09-21 12:24 joergs Status confirmed => resolved
2017-09-21 12:24 joergs Resolution open => fixed
2017-09-21 15:44 joergs Status resolved => closed
2017-09-21 15:44 joergs Assigned To joergs =>