Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 367339 - foo2zjs failed on RMD160 vertification
Summary: foo2zjs failed on RMD160 vertification
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-15 11:24 UTC by selberbauer
Modified: 2011-06-08 15:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description selberbauer 2011-05-15 11:24:37 UTC
When I want to install the printer driver for my HP_LaserJet_1018 (foo2zjs) with "emerge -av foo2zjs" foomatic installs proberly but foo2zjs failes on a RMA160 vertifaction failure. This Problem is depending allready some weeks before, i need the printer quit fast - could someone provide the steps how i can overjump the vertification?

Reproducible: Always

Steps to Reproduce:
1.emerge foo2zjs
2.
3.
Actual Results:  
server ~ # emerge -av foo2zjs

 * IMPORTANT: 3 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] net-print/foo2zjs-20081129  USE="cups -foomaticdb -usb" FOO2ZJS_DEVICES="-hp1000 -hp1005 -hp1018 -hp1020 -hp1215 -hp1500 -hp1600 -hp2600n -hpp1005 -hpp1006 -hpp1007 -hpp1008 -hpp1505 -km2200 -km2300 -km2430 -km2480 -km2490 -km2530 -kmcpwl -lm500 -oki3200 -oki3300 -oki3400 -oki3530 -oki5100 -oki5200 -oki5500 -oki5600 -oki5800 -sa2160 -sa300 -sa315 -sa3160 -xp6110 -xp6115" 11,907 kB

Total: 1 package (1 new), Size of downloads: 11,907 kB

Would you like to merge these packages? [Yes/No] y

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) net-print/foo2zjs-20081129
 * foo2zjs-20081129.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                               [ ok ]
>>> Downloading 'http://foo2hp.rkkda.com/icm/hpclj2600n.tar.gz'
--2011-05-15 13:20:35--  http://foo2hp.rkkda.com/icm/hpclj2600n.tar.gz
Auflösen des Hostnamen »foo2hp.rkkda.com«.... 74.208.41.246
Verbindungsaufbau zu foo2hp.rkkda.com|74.208.41.246|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 573660 (560K) [application/x-tar]
In »»/usr/portage/distfiles/hpclj2600n.tar.gz«« speichern.

100%[======================================================================================>] 573.660     90,5K/s   in 6,2s    

2011-05-15 13:20:42 (90,7 KB/s) - »»/usr/portage/distfiles/hpclj2600n.tar.gz«« gespeichert [573660/573660]

(u'Failed on RMD160 verification', 'f4d39fccabb5c438038bcbfb0fec2fc2aa257b00', u'9a06114299186e45f6e29a9b22a585786da8389a')
!!! Fetched file: hpclj2600n.tar.gz VERIFY FAILED!
!!! Reason: Failed on RMD160 verification
!!! Got:      f4d39fccabb5c438038bcbfb0fec2fc2aa257b00
!!! Expected: 9a06114299186e45f6e29a9b22a585786da8389a
Refetching... File renamed to '/usr/portage/distfiles/hpclj2600n.tar.gz._checksum_failure_.5grKw5'

!!! Couldn't download 'hpclj2600n.tar.gz'. Aborting.
 * Fetch failed for 'net-print/foo2zjs-20081129', Log file:
 *  '/var/tmp/portage/net-print/foo2zjs-20081129/temp/build.log'

>>> Failed to emerge net-print/foo2zjs-20081129, Log file:

>>>  '/var/tmp/portage/net-print/foo2zjs-20081129/temp/build.log'

 * Messages for package net-print/foo2zjs-20081129:

 * Fetch failed for 'net-print/foo2zjs-20081129', Log file:
 *  '/var/tmp/portage/net-print/foo2zjs-20081129/temp/build.log'

 * IMPORTANT: 3 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


Expected Results:  
Succesful Emerged!

server ~ # tail -f /var/log/emerge-fetch.log
>>> Downloading 'ftp://ftp.minolta-qms.com/pub/crc/out_going/windows/cpplxp.exe'
--2011-05-15 13:17:36--  ftp://ftp.minolta-qms.com/pub/crc/out_going/windows/cpplxp.exe
           => »/usr/portage/distfiles/cpplxp.exe«
Auflösen des Hostnamen »ftp.minolta-qms.com«.... 161.33.3.3
Verbindungsaufbau zu ftp.minolta-qms.com|161.33.3.3|:21... fehlgeschlagen: Die Wartezeit für die Verbindung ist abgelaufen.
Erneuter Versuch.

--2011-05-15 13:18:37--  ftp://ftp.minolta-qms.com/pub/crc/out_going/windows/cpplxp.exe
  (Versuch: 2) => »/usr/portage/distfiles/cpplxp.exe«
Verbindungsaufbau zu ftp.minolta-qms.com|161.33.3.3|:21... ^C
Comment 1 selberbauer 2011-05-30 16:16:50 UTC
The Problem is still there is it getting resolved anytime?

Regards
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-06-08 14:19:17 UTC
The old broken ebuilds have been removed from the tree. Please use
net-print/foo2zjs-99999999.

Short instructions:

# echo "=net-print/foo2zjs-99999999 **" >> /etc/portage/package.keywords
# emerge -av net-print/foo2zjs
Comment 3 selberbauer 2011-06-08 15:58:40 UTC
Thanks, now foo2zjs installs proberly.

But I still have some problems with printing.
I have a HP LaserJet 1018, hplibs and foo2zjs installed.

When I now want to add a Printer over the cups webinterface it shows me the HP printer. But when I want to try to print a test site there doesnt come anything.
I also tried to print localy with cat file > /dev/usblp but theres also no reaction is there something I have forgotten (kernel has found the printer - it just doesnt prints or moves anything)

Regards