I remade the deb package from the same sources on a currently updated system with no change. Removing '--enable-static' from debian/rules resulted a working 'tripwire --init'. Hope it helps someone else. Brief notes (I was building on 'nebula' and running on 'muggle2').
search for the amd64 package for ubuntu at https://debian.pkgs.org/sid/debian-main-amd64/ Package Homepage https://launchpad.net/ubuntu/jammy/+source/tripwire ssh nebula # [update system] cd ~/dpkg-rebuild mkdir tripwire cd !$ wget \ https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/tripwire/2.4.3.7-4/tripwire_2.4.3.7-4.dsc \ https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/tripwire/2.4.3.7-4/tripwire_2.4.3.7.orig.tar.gz \ https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/tripwire/2.4.3.7-4/tripwire_2.4.3.7-4.debian.tar.xz # verify checksums on web page sha256sum * dpkg-source -x tripwire_2.4.3.7-4.dsc # tab completion is nice # bump version + changelog entry - see https://wiki.debian.org/BuildingTutorial dch -n time debuild -b -uc -us # 2m47s on nebula, i9-12900K. didn't seem parallel at all cd .. ls # looky at all those shiny new debs! ls -l tripwire_2.4.3.7-4.1_amd64.* -rw-r--r-- 1 schanzle 771div 148316 Jun 10 18:12 tripwire_2.4.3.7-4.1_amd64.build -rw-r--r-- 1 schanzle 771div 7096 Jun 10 18:12 tripwire_2.4.3.7-4.1_amd64.buildinfo -rw-r--r-- 1 schanzle 771div 1391 Jun 10 18:12 tripwire_2.4.3.7-4.1_amd64.changes -rw-r--r-- 1 schanzle 771div 1864346 Jun 10 18:12 tripwire_2.4.3.7-4.1_amd64.deb # installed on muggle2...tripwire --init....suspense... # dang, still crashed. Software interrupt forced exit: Segmentation Fault real 7m28.401s # try rebuilding w/o --enable-static in debian/rules # YES!! Successful 'tripwire --init' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968430 Title: tripwire --init Segmentation Fault To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tripwire/+bug/1968430/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
