Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem while installing in Ubuntu14.04x64 #1449

Open
saurovh opened this issue Jan 23, 2018 · 9 comments
Open

Problem while installing in Ubuntu14.04x64 #1449

saurovh opened this issue Jan 23, 2018 · 9 comments
Labels
bug 🐛 Issue concerns a bug. level 1 ❕ A bug that caused minor damage: App is still usable, but minor features might not work.

Comments

@saurovh
Copy link

saurovh commented Jan 23, 2018

Lintian check results for /home/fisherman/Downloads/boostnote_0.8.20_amd64.deb:
no entry control.tar.gz in archive

gzip: stdin: unexpected end of file
/bin/tar: Child returned status 1
/bin/tar: Error is not recoverable: exiting now

image

@jorgeyp
Copy link

jorgeyp commented Jan 29, 2018

Same thing happens to me:

$ sudo dpkg -i boostnote_0.8.20_amd64.deb           
dpkg-deb: error: archive 'boostnote_0.8.20_amd64.deb' has premature member 'control.tar.xz' before 'control.tar.gz', giving up
dpkg: error processing archive boostnote_0.8.20_amd64.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
 boostnote_0.8.20_amd64.deb

@YaoQ
Copy link

YaoQ commented Feb 5, 2018

I got same error when I install boostnote_0.8.20_amd64.deb. Hope we can upgrade it soon on Ubuntu14.04

@djpouliot
Copy link

djpouliot commented Apr 12, 2018

I had the same issue with ubuntu 14.04. I solved the problem by upgrading dpkg. I think I had to upgrade from 1.17.4 to 1.17.5 or something like that.

@Rokt33r Rokt33r added the bug 🐛 Issue concerns a bug. label Apr 14, 2018
@Rokt33r
Copy link
Member

Rokt33r commented Apr 14, 2018

@saurovh @jorgeyp @YaoQ Does it still happen?

@djpouliot
Copy link

I found a little more info that I had forgotten, since I did this a while ago. Here is a link showing a bug in dpkg:

https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1730627

To fix, upgrade to dpkg 1.17.5ubuntu5.8:

https://launchpad.net/ubuntu/+source/dpkg/1.17.5ubuntu5.8

@saurovh
Copy link
Author

saurovh commented Apr 15, 2018

@Rokt33r using osx now, working fine here :-p

@kulkarniamit
Copy link

Experiencing the same issue with dpkg 1.17.5 on Ubuntu 14.04:

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04 LTS"

$ dpkg --version
Debian `dpkg' package management program version 1.17.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.

$ sudo dpkg -i boostnote_0.11.15_amd64.deb 
dpkg-deb: error: archive 'boostnote_0.11.15_amd64.deb' has premature member 'control.tar.xz' before 'control.tar.gz', giving up
dpkg: error processing archive boostnote_0.11.15_amd64.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
 boostnote_0.11.15_amd64.deb

Tried to install dpkg-dev_1.19.6_all.deb but had the same error:

$ sudo dpkg -i dpkg-dev_1.19.6_all.deb 
dpkg-deb: error: archive 'dpkg-dev_1.19.6_all.deb' has premature member 'control.tar.xz' before 'control.tar.gz', giving up
dpkg: error processing archive dpkg-dev_1.19.6_all.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
 dpkg-dev_1.19.6_all.deb

@sbhonde1
Copy link

sbhonde1 commented Oct 4, 2019

I got the same error when I tried to install using:
sudo dpkg -i boostnote_0.12.1_amd64.deb
However, I just double clicked the file in order to install it using Ubuntu Software. It worked.

@Flexo013 Flexo013 added the level 1 ❕ A bug that caused minor damage: App is still usable, but minor features might not work. label Oct 8, 2019
@Flexo013
Copy link
Contributor

Flexo013 commented Oct 8, 2019

While this only seems to affect Ubuntu 14.04 (and workarounds exist) I suggest we keep this open in until we no longer have problems when installing though dpkg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Issue concerns a bug. level 1 ❕ A bug that caused minor damage: App is still usable, but minor features might not work.
Projects
None yet
Development

No branches or pull requests

8 participants