| View previous topic :: View next topic |
| Author |
Message |
alaroldai n00b

Joined: 10 Feb 2013 Posts: 1
|
Posted: Sun Feb 10, 2013 3:22 am Post subject: emerge psimisc - "Filesize does not match recorded size |
|
|
Hey guys, just moved to Gentoo from Arch and going through the install process. I've got a working command-line but my mouse doesn't seem to work, so I've made some changes to my USE flags and attempted to re-emerge xorg-x11. However, one of the dependencies (sys-process/psmisc-22.16) continually fails to verify after downloading:
!!! Fetched file: psmisc-22.16.tar.gz VERIFY FAILED
!!! Reason: Filesize does not match recorded size
!!! Got: 468223
!!! Expected: 465138
Presumably this is a problem with the ebuild? It's also worth noting that psmisc-22.16 isn't the latest version - the psmisc website (http://psmisc.sourceforge.net/changelog.html) lists version 22.17 as the latest version.
Any ideas? Terminals are nice, but I'd like to be able to see more than one at once  |
|
| Back to top |
|
 |
eccerr0r Advocate

Joined: 01 Jul 2004 Posts: 2996 Location: USA
|
Posted: Sun Feb 10, 2013 6:28 am Post subject: |
|
|
| Code: | doujima:/usr/portage/distfiles$ ls -l psmisc-22.16.tar.gz
-rw-rw-r-- 1 portage portage 465138 Feb 25 2012 psmisc-22.16.tar.gz
|
It looks like the portage tree is different than the real size. I ended up grabbing this file which matches portage. You might want to emerge --sync again to make sure it's up to date (and make sure you're using a valid mirror).
These are stored in the Manifest files in portage. _________________ Core-i7-2700K@4.1GHz/8GB RAM/180GB SSD/Intel HD3000 graphics
What the heck am I advocating? |
|
| Back to top |
|
 |
ssuominen Developer

Joined: 30 Sep 2005 Posts: 1820 Location: Finland
|
Posted: Sun Feb 10, 2013 8:01 am Post subject: |
|
|
In any case, I've renamed psmisc-22.16.tar.gz to psmisc-22.16-r1.tar.gz in the ebuild (and mirrors will catch up)
Futhermore I've opened a stabilization request for 22.20
I would still recommend adding ~sys-process/psmisc-22.20 to /etc/portage/package.keywords since it can be considered just as stable anything from stable is |
|
| Back to top |
|
 |
|