Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1872 - install error of cddump
Summary: install error of cddump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 1873
Blocks:
  Show dependency tree
 
Reported: 2002-04-17 09:14 UTC by Lee Won-Goo
Modified: 2003-02-26 12:28 UTC (History)
0 users

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


Attachments
Patch for fixing cddump installation script (cddump.patch,551 bytes, patch)
2002-06-06 08:27 UTC, Daniel Ahlberg (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lee Won-Goo 2002-04-17 09:14:41 UTC
i can't install dump

this is log
===============================================================================
Path to perl [/usr/bin/perl] : Path to mkisofs [/usr/bin/mkisofs] : Path to 
cdrecord [/usr/bin/cdrecord] : Path to cpio [/usr/bin/cpio] : Device name of 
CD-recorder [0,0,0] : Recorder speed [6] : Install cddump to directory 
[/usr/local/bin] : 
Complete installation of cddump to . [y] : Creating ./cddump
ACCESS DENIED  open_wr:   /usr/local/man/man8
cp: cannot create regular file `/usr/local/man/man8': 
Comment 1 Lee Won-Goo 2002-04-17 09:14:41 UTC
i can't install dump

this is log
===============================================================================
Path to perl [/usr/bin/perl] : Path to mkisofs [/usr/bin/mkisofs] : Path to 
cdrecord [/usr/bin/cdrecord] : Path to cpio [/usr/bin/cpio] : Device name of 
CD-recorder [0,0,0] : Recorder speed [6] : Install cddump to directory 
[/usr/local/bin] : 
Complete installation of cddump to . [y] : Creating ./cddump
ACCESS DENIED  open_wr:   /usr/local/man/man8
cp: cannot create regular file `/usr/local/man/man8': Çã°¡ °ÅºÎµÊ
cannot read /etc/cddumpdates at install.cddump line 77.

>>> Install cddump-0.7 into /var/tmp/portage/cddump-0.7/image/ category app-cdr
strip:
>>> Completed installing into /var/tmp/portage/cddump-0.7/image/

--------------------------- ACCESS VIOLATION SUMMARY --------------------------
-
LOG FILE = "/tmp/sandbox-cddump-0.7-24359.log"

open_wr:   /usr/local/man/man8
-------------------------------------------------------------------------------
-
!!! emerge aborting on  /usr/portage/app-cdr/cddump/cddump-0.7.ebuild .
===============================================================================
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-17 10:32:13 UTC
besides being a sandbox violation, this ebuild shows a blatant ignorance of LFH...
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2002-06-06 08:27:06 UTC
Created attachment 1369 [details, diff]
Patch for fixing cddump installation script

This patch changes the path from /usr/local/man/man8 to ${D}usr/man/man8 in a
copy which install.cddump executes during install.
Comment 4 Matthew Kennedy (RETIRED) gentoo-dev 2002-12-14 00:11:02 UTC
assigned
Comment 5 Daniel Ahlberg (RETIRED) gentoo-dev 2003-02-26 12:28:38 UTC
Fixed, thanks for finding this!