Bug 1031554

Summary: fwupdate fails to build with --disable-debuginfo
Product: [openSUSE] openSUSE Tumbleweed Reporter: Bernhard Wiedemann <bwiedemann>
Component: BasesystemAssignee: Gary Ching-Pang Lin <glin>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: openSUSE 13.2   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Bernhard Wiedemann 2017-03-29 19:47:26 UTC
Steps To Reproduce:
osc co Base:System/fwupdate
cd $_
osc build --disable-debuginfo

Actual Results:
[   18s] error: Installed (but unpackaged) file(s) found:
[   18s]    /usr/src/debug/fwupdate-0.5/efi/dumpesrt.c
[   18s]    /usr/src/debug/fwupdate-0.5/efi/dumpf.c
[   18s]    /usr/src/debug/fwupdate-0.5/efi/fakeesrt.c
[   18s]    /usr/src/debug/fwupdate-0.5/efi/fakeesrt2.c
[   18s]    /usr/src/debug/fwupdate-0.5/efi/fwupdate.c 
[   18s]    /usr/src/debug/fwupdate-0.5/efi/hexdump.h  
[   18s]    /usr/src/debug/fwupdate-0.5/efi/mkvar.c
[   18s]    /usr/src/debug/fwupdate-0.5/efi/mkvar2.c   
[   18s]    /usr/src/debug/fwupdate-0.5/include/fwup-efi.h

Reproducible: Always

Note: this is the only openSUSE:Factory package affected by this.
Comment 1 Gary Ching-Pang Lin 2017-03-30 03:15:37 UTC
"make install" installs the source and debug info of the efi files by default. I have to find a better way to package them.
Comment 2 Gary Ching-Pang Lin 2017-03-30 04:17:51 UTC
Fixed with sr#483476
Comment 3 Gary Ching-Pang Lin 2017-03-30 04:20:33 UTC
Close this bug.