DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

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

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 17th January 2018
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 133
Default Install texlive_texmf-minimal error!

Code:
# pkg_add texlive_texmf-minimal
quirks-2.367 signed on 2017-10-03T11:21:28Z
Fatal error: Ustar [ftp://ftp.jaist.ac.jp/pub/OpenBSD/6.2/packages/amd64/texlive_texmf-minimal-2016.tgz][man/man1/install-tl.1]: 
Premature end of archive Adjusting sha for /usr/local/man/man1/pkg.TuvXqBdw4O from g+tlwh8HknEpixRFoj+bpDR8JhwMPmY5L2QkddEAVYY= to 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
Fatal error: Installation of texlive_texmf-minimal-2016 failed, partial installation recorded as partial-texlive_texmf-minimal-2016
 at /usr/libdata/perl5/OpenBSD/PkgAdd.pm line 790.
Regards!
Reply With Quote
  #2   (View Single Post)  
Old 18th January 2018
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

Texlive is large. Try a different protocol, or try a different mirror. Your FTP network connection to ftp.jaist.ac.jp failed. See my highlight in red.
Quote:
Originally Posted by sw2wolf View Post
Code:
# pkg_add texlive_texmf-minimal
quirks-2.367 signed on 2017-10-03T11:21:28Z
Fatal error: Ustar [ftp://ftp.jaist.ac.jp/pub/OpenBSD/6.2/packages/amd64/texlive_texmf-minimal-2016.tgz][man/man1/install-tl.1]: 
Premature end of archive Adjusting sha for /usr/local/man/man1/pkg.TuvXqBdw4O from g+tlwh8HknEpixRFoj+bpDR8JhwMPmY5L2QkddEAVYY= to 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
Fatal error: Installation of texlive_texmf-minimal-2016 failed, partial installation recorded as partial-texlive_texmf-minimal-2016
 at /usr/libdata/perl5/OpenBSD/PkgAdd.pm line 790.
Regards!
Reply With Quote
  #3   (View Single Post)  
Old 18th January 2018
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 133
Default

I ever tried cdn.openbsd.org which shows the same error !

Regards!
Reply With Quote
  #4   (View Single Post)  
Old 18th January 2018
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

You might attempt to manually download the complete file. If successful, then you can direct your $PKG_PATH to the local directory.
Reply With Quote
  #5   (View Single Post)  
Old 18th January 2018
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 133
Default

Quote:
Originally Posted by jggimi View Post
You might attempt to manually download the complete file. If successful, then you can direct your $PKG_PATH to the local directory.
yeah, it is what i am doing now! Thanks!
Reply With Quote
  #6   (View Single Post)  
Old 19th January 2018
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

This specific 6.2-release, amd64 package file:
  • is 250,103,713 bytes in length
  • has an SHA256 hash of ae5e607cdb5128538b453060c2555448f81637bf6f333144c1 4a34442e56b6cd
Reply With Quote
  #7   (View Single Post)  
Old 20th January 2018
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 133
Default

Quote:
Originally Posted by jggimi View Post
This specific 6.2-release, amd64 package file:
  • is 250,103,713 bytes in length
  • has an SHA256 hash of ae5e607cdb5128538b453060c2555448f81637bf6f333144c1 4a34442e56b6cd
I have installed it successfully! Surprising, there is even NO
Quote:
standalone.cls
in texlive_texmf-minimal !

Regards!
Reply With Quote
  #8   (View Single Post)  
Old 21st January 2018
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

That file is part of a different package:
Code:
$ pkglocate standalone.cls
texlive_texmf-full-2016:print/texlive/texmf,-full:/usr/local/share/texmf-dist/tex/latex/standalone/standalone.cls
The texlive_texmf-full-2016 package for 6.2-release/amd64 is 568MB.
Reply With Quote
  #9   (View Single Post)  
Old 21st January 2018
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 133
Default

Quote:
Originally Posted by jggimi View Post
That file is part of a different package:
Code:
$ pkglocate standalone.cls
texlive_texmf-full-2016:print/texlive/texmf,-full:/usr/local/share/texmf-dist/tex/latex/standalone/standalone.cls
The texlive_texmf-full-2016 package for 6.2-release/amd64 is 568MB.
thx! I knew it. But size is a problem !
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
kde4-minimal minimalising Oficre_josef OpenBSD Packages and Ports 5 12th July 2015 02:42 PM
Help with Install error baluba NetBSD Installation and Upgrading 1 6th January 2012 06:03 PM
Minimal Apache configuration file for subversion Carpetsmoker Guides 0 18th May 2010 06:42 PM
Java install error delboy FreeBSD Ports and Packages 2 26th August 2009 09:34 AM
minimal jail install with sysinstall daemon-dd FreeBSD General 3 16th September 2008 08:28 AM


All times are GMT. The time now is 07:05 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