Control: tags -1 moreinfo

Daniel Kahn Gillmor:
> Package: debhelper
> Version: 12.1.1
> Severity: normal
> 
> using debhelper 12 on the slt package, i get the following error:
> 
>    dh_dwz -O--buildsystem=golang
> dh_dwz: dwz -q -- debian/slt/usr/bin/slt returned exit code 1
> make: *** [debian/rules:5: binary] Error 1
> dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
> 2
> debuild: fatal error at line 1182:
> 
> 
> if i try to run dwz by hand, i see:
> 
> 0 dkg@alice:~/src/slt/slt$ dwz debian/slt/usr/bin/slt 
> dwz: debian/slt/usr/bin/slt: .debug_info section not present
> 1 dkg@alice:~/src/slt/slt$ 
> 
> I'm currently overriding dh_dwz to avoid /usr/bin/slt in that package
> to get it to build cleanly.
> 
> Feel free to replicate on a debian unstable VM with:
> 
>     sudo apt build-dep slt
>     sudo apt install devscripts git-buildpackage
>     debcheckout slt
>     cd slt
>     sed -i 's/.*dwz.*//' debian/rules
>     gbp buildpackage -uc -us --git-ignore-new
> 
> thanks for maintaining debhelper!
> 
>        --dkg
> 
> [...]
Hi,

Just to confirm, isn't the fundamental issue that slt is compiled
without debug symbols?  At least, that is what I gather from the
situation (admittedly, without having had time to build slt directly).

Thanks,
~Niels

Reply via email to