I am very new at Crux, but familiar with Linux. I have a newly installed Crux system and am trying to install some new packages. While running pkgmk -d -i, I receive md5sum errors frequently. In particular I am trying to install fakeroot. The error reads MD5Sum mismatch found MISSING <the md5sum results> fakeroot_1.9.5.tar.gz NEW <the md5sum results> fakeroot_1.9.5.tar.gz Error Building ..... I doubt I am receiving the data incorrectly, as many packages install fine. How should I go about fixing this? thanks
pkgmk -d -i -im md5sums are ignored if you use the -im option. On Tue, Jun 24, 2008 at 1:57 AM, Glenn Margewich <ddaglenn@gmail.com> wrote:
I am very new at Crux, but familiar with Linux.
I have a newly installed Crux system and am trying to install some new packages. While running pkgmk -d -i, I receive md5sum errors frequently. In particular I am trying to install fakeroot. The error reads MD5Sum mismatch found MISSING <the md5sum results> fakeroot_1.9.5.tar.gz NEW <the md5sum results> fakeroot_1.9.5.tar.gz Error Building .....
I doubt I am receiving the data incorrectly, as many packages install fine. How should I go about fixing this?
thanks
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
Hi, Glenn Margewich wrote:
I am very new at Crux, but familiar with Linux.
I have a newly installed Crux system and am trying to install some new packages. While running pkgmk -d -i, I receive md5sum errors frequently. In particular I am trying to install fakeroot. The error reads MD5Sum mismatch found MISSING <the md5sum results> fakeroot_1.9.5.tar.gz NEW <the md5sum results> fakeroot_1.9.5.tar.gz Error Building .....
Cached copy? I have no issues here. my file's md5sum is 95c0c78c734b9782ec8d47e99c8e3fc8 fakeroot_1.9.5.tar.gz if that don't match yours your got a bad copy or altered. redownload it again do a ports -u opt to make sure opt is upto date. if it still fails doa force refresh in your browser for that url. then download that file again. my guess is some transparant proxy is giving out a stale copy.
I doubt I am receiving the data incorrectly, as many packages install fine. How should I go about fixing this?
thanks ------------------------------------------------------------------------
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
Regards, Danny Rawlins <Romster>
pkgmk -d -i -im md5sums are ignored if you use the -im option. Blindly using that can pose a security risk or corrupted source files. I've tested fakeroot there is no md5sum mismatch also I looked on the site[1] and it hasn't been modified since April. Also edit your /etc/pkgmk.conf and enable downloading of files if you with to do so that'll avoid the need to use pkgmk -d also i hope you looked at prt-get it's a front end to pkgutils not much use to this port but for dependency handling it's a must. On Tue, Jun 24, 2008 at 1:57 AM, Glenn Margewich <ddaglenn@gmail.com <mailto:ddaglenn@gmail.com>> wrote: I am very new at Crux, but familiar with Linux. I have a newly installed Crux system and am trying to install some new packages. While running pkgmk -d -i, I receive md5sum errors frequently. In particular I am trying to install fakeroot. The error reads MD5Sum mismatch found MISSING <the md5sum results> fakeroot_1.9.5.tar.gz NEW <the md5sum results> fakeroot_1.9.5.tar.gz Error Building ..... I doubt I am receiving the data incorrectly, as many packages install fine. How should I go about fixing this? thanks [1]http://ftp.de.debian.org/debian/pool/main/f/fakeroot/?C=M;O=D 26-Apr-2008 17:02 387K Regards, Danny Rawlins _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
Glenn Margewich [2008-06-23 20:57]:
I am very new at Crux, but familiar with Linux.
I have a newly installed Crux system and am trying to install some new packages. While running pkgmk -d -i, I receive md5sum errors frequently. In particular I am trying to install fakeroot. The error reads MD5Sum mismatch found MISSING <the md5sum results> fakeroot_1.9.5.tar.gz NEW <the md5sum results> fakeroot_1.9.5.tar.gz Error Building .....
I doubt I am receiving the data incorrectly, as many packages install fine.
Seems you are receiving it incorrectly though. Check your file's size, too. Here's the reference data: $ ls -l fakeroot_1.9.5.tar.gz -rw-r--r-- 1 tilman tilman 395829 Apr 26 17:02 fakeroot_1.9.5.tar.gz $ md5sum fakeroot_1.9.5.tar.gz 95c0c78c734b9782ec8d47e99c8e3fc8 fakeroot_1.9.5.tar.gz $ Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
participants (4)
-
Danny Rawlins
-
Glenn Margewich
-
Nicholas Lenz
-
Tilman Sauerbeck