Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21329 - shorewall-1.4.3
Summary: shorewall-1.4.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-20 06:35 UTC by Dietrich Heise
Modified: 2003-05-20 16:49 UTC (History)
0 users

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 Dietrich Heise 2003-05-20 06:35:08 UTC
Same error for me than in the last update for shorewall.
The sed solution was not realy good I think.
Why don't you use the option to install the start and stop script in /etc/init.d
by changing 

PREFIX=${D} ./install.sh || die
to
PREFIX=${D} ./install.sh /etc/init.d/ || die

[here is the error...]
didi root # emerge -u --deep world
  Calculating world dependencies ...done!
>>> emerge (1 of 3) net-firewall/shorewall-1.4.3 to /
   >>> md5 src_uri ;-) shorewall-1.4.3.tgz
>>> Unpacking source...
>>> Unpacking shorewall-1.4.3.tgz to /var/tmp/portage/shorewall-1.4.3/work
>>> Source unpacked.

>>> Install shorewall-1.4.3 into /var/tmp/portage/shorewall-1.4.3/image/
category net-firewall
Installing Shorewall Version 1.4.3

Shorewall control program installed in
/var/tmp/portage/shorewall-1.4.3/image//sbin/shorewall
install: cannot create regular file
`/var/tmp/portage/shorewall-1.4.3/image//etc/rc.d/init.d/shorewall': No such
file or directory

ERROR: Failed to install -o root -g root -m 0544 init.sh
/var/tmp/portage/shorewall-1.4.3/image//etc/rc.d/init.d/shorewall

!!! ERROR: net-firewall/shorewall-1.4.3 failed.
!!! Function src_install, Line 23, Exitcode 1
!!! (no error message)
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-05-20 16:49:21 UTC
fixed