nylas / sync-engine

:incoming_envelope: IMAP/SMTP sync system with modern APIs
https://nylas.com/docs/platform
GNU Affero General Public License v3.0
3.5k stars 354 forks source link

building debian package fails on dh_strip #417

Closed arthurzenika closed 7 years ago

arthurzenika commented 7 years ago
$ dpkg-buildpackage -us -uc
[snip]
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_strip
strip: debian/inbox-sync/usr/share/python/inbox-sync/lib/python2.7/site-packages/stv1JkuR: Not enough room for program headers, try linking with -N
strip:debian/inbox-sync/usr/share/python/inbox-sync/lib/python2.7/site-packages/stv1JkuR[.note.gnu.build-id]: Bad value
dh_strip: strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/inbox-sync/usr/share/python/inbox-sync/lib/python2.7/site-packages/_cffi_backend.so returned exit code 1
debian/rules:4: recipe for target 'binary' failed
make: *** [binary] Error 29
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
grinich commented 7 years ago

Closing as stale for now.