Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24270 - etherwake ebuilds with some strange (at least for me) errors
Summary: etherwake ebuilds with some strange (at least for me) errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 25465
  Show dependency tree
 
Reported: 2003-07-11 03:36 UTC by Stefan Sarzio
Modified: 2003-09-07 09:22 UTC (History)
0 users

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


Attachments
new ebuild fixes filename confusion (etherwake-1.08.ebuild,766 bytes, text/plain)
2003-09-06 06:41 UTC, Bryan Østergaard (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Sarzio 2003-07-11 03:36:39 UTC
s. Actual Results, plus these qpkg outputs:

--- cut here ---
qpkg -l etherwake
net-misc/etherwake-1.08 *
CONTENTS:
/usr
/usr/sbin
/usr/share
/usr/share/doc
/usr/share/doc/etherwake-1.08
/usr/share/doc/etherwake-1.08/readme.gz
/usr/share/man
/usr/share/man/man8
/usr/share/man/man8/etherwake.8.gz
--- cut here ---

--- cut here ---
qpkg -f /usr/sbin/ether-wake 
qp	sys-apps/net-tools *
--- cut here ---

Reproducible: Always
Steps to Reproduce:
1. emerge etherwake
2.
3.

Actual Results:  
--- cut here ---
>>> md5 src_uri ;-) ether-wake.c
>>> md5 src_uri ;-) etherwake.8
>>> Unpacking source...
>>> Unpacking ether-wake.c to /var/tmp/portage/etherwake-1.08/work
unpack ether-wake.c: file format not recognized. Ignoring.
>>> Unpacking etherwake.8 to /var/tmp/portage/etherwake-1.08/work
unpack etherwake.8: file format not recognized. Ignoring.
>>> Source unpacked.
/usr/portage/distfiles/ether-wake.c:9:1: warning: multi-line string literals are
deprecated

>>> Install etherwake-1.08 into /var/tmp/portage/etherwake-1.08/image/ category
net-misc
>>> dosbin: making etherwake executable...
install: cannot stat `etherwake': No such file or directory
man:
prepallstrip:
strip: 
>>> Completed installing into /var/tmp/portage/etherwake-1.08/image/

usr/
usr/sbin/
usr/share/
usr/share/doc/
usr/share/doc/etherwake-1.08/
usr/share/doc/etherwake-1.08/readme.gz
usr/share/man/
usr/share/man/man8/
usr/share/man/man8/etherwake.8.gz
>>> Done.
>>> extracting info
>>> extracting etherwake-1.08
>>> Merging net-misc/etherwake-1.08 to /
--- /usr/
--- /usr/sbin/
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/etherwake-1.08/
>>> /usr/share/doc/etherwake-1.08/readme.gz
--- /usr/share/man/
--- /usr/share/man/man8/
>>> /usr/share/man/man8/etherwake.8.gz

>>> Regenerating /etc/ld.so.cache...
>>> net-misc/etherwake-1.08 merged.
>>> Recording net-misc/etherwake in "world" favorites file...
--- cut here ---

Expected Results:  
"normal" ebuild process

Installed net-tools version is 1.60-r7.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-07-11 07:49:22 UTC
just duplicate package
Comment 2 Stefan Sarzio 2003-07-14 00:14:54 UTC
Sorry for such a stupid question, but...what does that mean??
Comment 3 Christian Jiresjö 2003-09-02 08:22:57 UTC
Why is this bug still open. Either merge etherwakes new version into the net-tools ebuild and drop the separate ebuild or fix the ebuild for etherwake. Will attach files for both solutions later if no one bets me too it.
Comment 4 Bryan Østergaard (RETIRED) gentoo-dev 2003-09-06 06:41:08 UTC
Created attachment 17156 [details]
new ebuild fixes filename confusion

Etherwake (the program) was installed as /usr/sbin/ether-wake and the manpage
is called etherwake.8. all files are now installed as etherwake.
Comment 5 Brian Jackson (RETIRED) gentoo-dev 2003-09-07 09:18:05 UTC
fixed using kloeri's ebuild changes, thanks to everyone