14040 LibreOffice binary package is corrupt - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Ports & Packages > Installation and Maintenance of FreeBSD Ports or Packages

Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software).

Reply
 
Thread Tools Display Modes
  #1  
Old February 10th, 2012, 17:34
GullibleJones GullibleJones is offline
Junior Member
 
Join Date: Nov 2008
Posts: 30
Thanks: 1
Thanked 0 Times in 0 Posts
Default LibreOffice binary package is corrupt

I tried installing it twice; both times, one of the files (the same one) failed to decompress, resulting the the package not being installed (though its dependencies were).
Reply With Quote
  #2  
Old February 10th, 2012, 20:10
phoenix's Avatar
phoenix phoenix is offline
Moderator
 
Join Date: Nov 2008
Location: Kamloops, BC, Canada
Posts: 3,141
Thanks: 43
Thanked 703 Times in 579 Posts
Default

Have you tried downloading it again?
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote
  #3  
Old February 11th, 2012, 00:37
GullibleJones GullibleJones is offline
Junior Member
 
Join Date: Nov 2008
Posts: 30
Thanks: 1
Thanked 0 Times in 0 Posts
Default

I believe so. Though if it works for you then I probably messed up.
Reply With Quote
  #4  
Old February 11th, 2012, 05:05
phoenix's Avatar
phoenix phoenix is offline
Moderator
 
Join Date: Nov 2008
Location: Kamloops, BC, Canada
Posts: 3,141
Thanks: 43
Thanked 703 Times in 579 Posts
Default

I'm using the 32-bit package for LibreOffice 3.4. Usually corrupt packages are due to download errors, though.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote
  #5  
Old February 11th, 2012, 13:07
OH OH is offline
Member
 
Join Date: Aug 2009
Location: The Netherlands
Posts: 208
Thanks: 4
Thanked 31 Times in 27 Posts
Default

  • Which file exactly?
  • Where from exactly?
  • What md5 checksum do you have?
Reply With Quote
  #6  
Old February 14th, 2012, 19:01
segfault's Avatar
segfault segfault is offline
Junior Member
 
Join Date: Aug 2009
Location: Canada
Posts: 83
Thanks: 55
Thanked 12 Times in 8 Posts
Default

I've been having the same problems. Errors on a failure to decompress a bzip file.
Can post the exact file tonight when I get home.
Reply With Quote
  #7  
Old March 20th, 2012, 08:57
KNOStic's Avatar
KNOStic KNOStic is offline
Junior Member
 
Join Date: Jun 2010
Location: Voorheesville, NY
Posts: 71
Thanks: 5
Thanked 13 Times in 8 Posts
Default

Confirmed ... the file is absolutely corrupted on all mirrors. Tried all of them.

Please replace with an uncorrupted file.

Edit: specific file name: libreoffice-3.4.4.tbz
__________________
Kevin McAleavey
The KNOS Project
Reply With Quote
  #8  
Old March 20th, 2012, 11:03
OH OH is offline
Member
 
Join Date: Aug 2009
Location: The Netherlands
Posts: 208
Thanks: 4
Thanked 31 Times in 27 Posts
Default

Again we need more info.

When issuing # pkg_add -r libreoffice it will say what file it's downloading, from where and for which architecture.
Copy and paste that line here.

Abort the download and fetch it manually. After that you can easily run md5(1) on it:
# md5 libreoffice-3.4.4.tbz
Reply With Quote
  #9  
Old March 21st, 2012, 07:21
KNOStic's Avatar
KNOStic KNOStic is offline
Junior Member
 
Join Date: Jun 2010
Location: Voorheesville, NY
Posts: 71
Thanks: 5
Thanked 13 Times in 8 Posts
Default

Quote:
Originally Posted by OH View Post
Again we need more info.

When issuing # pkg_add -r libreoffice it will say what file it's downloading, from where and for which architecture.
Copy and paste that line here.

Abort the download and fetch it manually. After that you can easily run md5(1) on it:
# md5 libreoffice-3.4.4.tbz
Apologies. I thought those answers would have been implied. For amd64, the package is libreoffice-3.4.5.tbz and that one was fine. libreoffice-3.4.4.tbz which is the one in question is for i386. Distro I grabbed for was 9.0-release. It is the 3.4.4 one for i386 which is corrupt on all mirrors tried.

I originally tried to add it using the normal # pkg_add -r libreoffice and it spewed many errors from gtar claiming that files and directories didn't exist. There were many, many of them. Tried multiple mirrors, same result from all of them at a command line. I assumed that perhaps I was getting a truncated download, but the errors were exactly the same every time I tried. No other packages downloaded last night suffered any irregularities, just that one.

I then directly downloaded the file via ftp, again from six different mirrors (ftp., ftp4., etc) directly and saved to Desktop. I then opened the file using file-roller in gnome and this screenshot shows the result:

http://oi42.tinypic.com/358osyf.jpg

And as requested, result of MD5 on the file (they all had the same result):

# MD5 (libreoffice-3.4.4.tbz) = d1f3e156e8b9930e71ee53d0a05821d4

Hope this helps.
__________________
Kevin McAleavey
The KNOS Project

Last edited by KNOStic; March 21st, 2012 at 07:26.
Reply With Quote
  #10  
Old March 23rd, 2012, 21:45
OH OH is offline
Member
 
Join Date: Aug 2009
Location: The Netherlands
Posts: 208
Thanks: 4
Thanked 31 Times in 27 Posts
Default

OK, evidently the i386 package of LibreOffice 3.4.4 is broken. I don't think they'll create a new one, as they're busy preparing 3.5.

I've made one, maybe it can be of some use.
Code:
SIZE (libreoffice-3.4.5.tbz) = 118853665
MD5 (libreoffice-3.4.5.tbz) = 8a5d64dd32ce83f672346a2135963008
It was built in a i386 VirtualBox without an X installation, so it's untested.

The download is no longer available as of August 9

Last edited by OH; August 9th, 2012 at 13:48. Reason: Download no longer available
Reply With Quote
The Following 5 Users Say Thank You to OH For This Useful Post:
KNOStic (March 25th, 2012), mbianchi (July 1st, 2012), segfault (March 24th, 2012), yuga (June 13th, 2012), YZMSQ (March 25th, 2012)
  #11  
Old March 25th, 2012, 05:41
KNOStic's Avatar
KNOStic KNOStic is offline
Junior Member
 
Join Date: Jun 2010
Location: Voorheesville, NY
Posts: 71
Thanks: 5
Thanked 13 Times in 8 Posts
Default

Quote:
Originally Posted by OH View Post
OK, evidently the i386 package of LibreOffice 3.4.4 is broken. I don't think they'll create a new one, as they're busy preparing 3.5.

I've made this one, maybe it can be of some use.
Code:
SIZE (libreoffice-3.4.5.tbz) = 118853665
MD5 (libreoffice-3.4.5.tbz) = 8a5d64dd32ce83f672346a2135963008
It was built in a i386 VirtualBox without an X installation, so it's untested.
Thanks for that ... we're probably going to revert to "legacy" but I'll give it a spin.
__________________
Kevin McAleavey
The KNOS Project
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
3 Questions regarding Binary Package Management shepper Installation and Maintenance of FreeBSD Ports or Packages 4 May 4th, 2011 05:03
[Solved] Making binary package from installed port rambetter Installation and Maintenance of FreeBSD Ports or Packages 3 January 10th, 2011 06:46
[Solved] consolekit 0.4.1_1 ports build failure, workaround or i386 binary package available? mickrussom Installation and Maintenance of FreeBSD Ports or Packages 15 August 16th, 2010 14:05
Upgrade a binary package rainman82 Installation and Maintenance of FreeBSD Ports or Packages 1 September 9th, 2009 15:59
binary package maintenance tool kamikaze Installation and Maintenance of FreeBSD Ports or Packages 6 May 9th, 2009 14:39


All times are GMT +1. The time now is 00:12.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0