View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000853 | bareos-core | General | public | 2017-09-13 06:55 | 2017-09-21 15:44 |
Reporter | robvanhooren | Assigned To | |||
Priority | high | Severity | block | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | amd64 | OS | fBSD | OS Version | 11.1-S |
Product Version | 17.2.3 | ||||
Summary | 0000853: waitq.h blocks make install | ||||
Description | make install fails since waitq.h no longer exists (removed by joergs 5/24) | ||||
Steps To Reproduce | git 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. | ||||
Tags | No tags attached. | ||||
bareos: bareos-17.2 3c8f2572 2017-09-15 01:32 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 |
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 => |