On Fri, Mar 22, 2019 at 09:01:16AM -0300, eamanu15 wrote: > Package: jcc > X-Debbugs-CC: [email protected], [email protected] > > Hello, > > I am trying to package jcc to adopt it according to #922568. > > But when I try to use dpkg-buildpackage I have the next error: > > ``` > *h_missing -O--buildsystem=pybuild* > * dh_dwz -O--buildsystem=pybuild* > * dwz -q -- > debian/python-jcc/usr/lib/python2.7/dist-packages/jcc/_jcc2.x86_64-linux-gnu.so > <http://jcc2.x86_64-linux-gnu.so>* > *dh_dwz: dwz -q -- > debian/python-jcc/usr/lib/python2.7/dist-packages/jcc/_jcc2.x86_64-linux-gnu.so > <http://jcc2.x86_64-linux-gnu.so> returned exit code 1* > *make: *** [debian/rules:60: binary] Error 1* > *dpkg-buildpackage: error: debian/rules binary subprocess returned exit > status 2* > *debuild: fatal error at line 1182:* > *dpkg-buildpackage -us -uc -ui -i -I -i -I failed* > > *gbp:error: 'debuild -i -I' failed: it exited with 29 * > > > *``` *I am a little confuse whit that error, I never see it and I don't > know what is happen. > > Could any help me, please?
Could you run the dwz command by hand on the file that it breaks on,
but without the -q option? Something like:
dwz
debian/python-jcc/usr/lib/python2.7/dist-packages/jcc/_jcc2.x86_64-linux-gnu.so
...to see if it will provide more information.
G'luck,
Peter
--
Peter Pentchev roam@{ringlet.net,debian.org,FreeBSD.org} [email protected]
PGP key: http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115 C354 651E EFB0 2527 DF13
signature.asc
Description: PGP signature

