Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1682921

Summary: segfault while building liquidwar
Product: [Fedora] Fedora Reporter: Gwyn Ciesla <gwync>
Component: allegroAssignee: Hans de Goede <hdegoede>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: hdegoede, jnovy
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-02-26 08:37:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1675326    

Description Gwyn Ciesla 2019-02-25 20:16:37 UTC
On my local f30 VM, I have allegro 4.4.2-23, and liquidwar builds for version 5.6.5. In koji, with allegro 4.4.3-1, dat segfaults while compiling game data:

https://koji.fedoraproject.org/koji/taskinfo?taskID=33043158

gmake[2]: Leaving directory '/builddir/build/BUILD/liquidwar-5.6.5/data/back'
BUILDSTDERR: gmake[2]: *** [Makefile:13: back.dat] Segmentation fault (core dumped)
BUILDSTDERR: gmake[2]: *** Deleting file 'back.dat'
BUILDSTDERR: gmake[1]: *** [Makefile:33: back/back.dat] Error 2

Comment 1 Hans de Goede 2019-02-26 08:37:08 UTC
Thank you for the bug report.

It seems that the 4.4.3 update broke the dat and grabber tools. I've fixed this and submitted a bug upstream for this:
https://github.com/liballeg/allegro5/issues/1027

4.4.3-2, which includes the fix for this, is now building for F30+.

Comment 2 Gwyn Ciesla 2019-02-26 14:18:30 UTC
Thank you!