#80 closed defect (fixed)
'make deb' fails with --enable-stealth *OR* --with-config-file
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.3.7 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
Reported by marc:
some ./configure strings will cause dh_builddeb to bail out when trying to put together a debian package. In my example below it happens when I add --enable-stealth *OR* --with-config-file
/configure --enable-stealth=128 && make deb (scroll cut) dh_builddeb dh_builddeb: Compatibility levels before 4 are deprecated. dpkg-deb: conffile `/etc/samhainrc' does not appear in package dpkg-deb: building package `samhain' in `../samhain_2.3.6-1_i386.deb'. dh_builddeb: command returned error code 512 make: *** [binary-arch] Error 1 debuild: fatal error at line 1228: debian/rules binary failed Error ... cannot find package file (failure!)
Note:
See TracTickets
for help on using tickets.
The failure with --enable-stealth is due to the imagemagick package not installed (thus stealth config file cannot be created). However, the failure with --with-config-file is a confirmed bug.