DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Ports and Packages

FreeBSD Ports and Packages Installation and upgrading of ports and packages on FreeBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 8th February 2010
delboy's Avatar
delboy delboy is offline
Fdisk Soldier
 
Join Date: May 2008
Posts: 63
Default Uncompress failed.

FreeBSD 8.0
amd64

i
Code:
nstall  -o root -g wheel -m 444 gsl_math.h gsl_pow_int.h gsl_nan.h gsl_machine.h gsl_mode.h gsl_precision.h gsl_types.h gsl_version.h gsl_minmax.h gsl_inline.h '/usr/local/include/gsl'
install  -o root -g wheel -m 444 /usr/ports/distfiles//gsl-ref.ps.gz /usr/local/share/doc/gsl
/usr/bin/gunzip -f /usr/local/share/doc/gsl/gsl-ref.ps.gz
gunzip: /usr/local/share/doc/gsl/gsl-ref.ps.gz: unexpected end of file
gunzip: /usr/local/share/doc/gsl/gsl-ref.ps.gz: uncompress failed
*** Error code 1

Stop in /usr/ports/math/gsl.

===>>> Installation of gsl-1.13 (math/gsl) failed
===>>> Aborting update
===>>> Update for math/gsl failed
===>>> Aborting update

Never seen this error before,does it mean I have a corrupted file.
Reply With Quote
  #2   (View Single Post)  
Old 8th February 2010
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

Probably, yes.

It looks like you're building a port, try cleaning all the files:
Code:
# cd /usr/ports/math/gsl
# make clean distclean deinstall
# rm -rf /usr/locla/share/doc/gsl
# make install
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote
  #3   (View Single Post)  
Old 9th February 2010
delboy's Avatar
delboy delboy is offline
Fdisk Soldier
 
Join Date: May 2008
Posts: 63
Default

Thank you Martin,installed fine after those commands.
Must put them in my little black book for future reference.
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
back-sql - SQLConnect() failed vol_o3 OpenBSD General 0 9th September 2009 09:36 AM
Ok, i've tried but failed. Damn birdmansdomain OpenBSD Security 28 23rd July 2009 07:50 AM
phpPgAdmin login failed gosha General software and network 14 17th March 2009 11:49 PM
Communication with su failed amandus OpenBSD Packages and Ports 7 17th July 2008 07:17 AM
Failed Installs dctr OpenBSD Installation and Upgrading 23 4th June 2008 04:25 AM


All times are GMT. The time now is 08:28 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick