Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73791 - emerge cracklib 2.7-r10 generate a lot of "broken pipe" messagges and then fails
Summary: emerge cracklib 2.7-r10 generate a lot of "broken pipe" messagges and then fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-08 05:08 UTC by Federico Tomassetti
Modified: 2004-12-08 11:07 UTC (History)
0 users

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


Attachments
Corrects the problem with packer (packer.patch,482 bytes, patch)
2004-12-08 05:50 UTC, Miroslav Šulc
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Tomassetti 2004-12-08 05:08:22 UTC
During installing (at line 62 in the ebuild), make install it's launched, this try to use packer but don't find it

/bin/sh: line 1: packer: command not found

if you correct it with util/packer all goes right...


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Miroslav Šulc gentoo-dev 2004-12-08 05:50:03 UTC
Created attachment 45530 [details, diff]
Corrects the problem with packer

This patch corrects the problem with packer that Federico wrote about.
Comment 2 Nagy Elemer Karoly 2004-12-08 10:36:33 UTC
Yep.
Dirty hack until r11 is synced for users (currently, without cracklib (ssh, shadow, pam) gentoo is uninstallable from stage1):

emerge cracklib
cd /var/tmp/portage/cracklib-2.7-r10/work/cracklib,2.7/
cp util/packer /bin/packer
cp cracklib/libcrack.so.2 /lib/
emerge cracklib
rm /bin/packer
Comment 3 SpanKY gentoo-dev 2004-12-08 11:07:12 UTC
updated the patch to pass PATH to packer too