Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10107 - sitecopy-0.10.12-r1 ACCESS VIOLATION SUMMARY on install
Summary: sitecopy-0.10.12-r1 ACCESS VIOLATION SUMMARY on install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Maik Schreiber
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-02 14:06 UTC by Bob Paddock
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
the new ebuild (sitecopy-0.11.4-r1.ebuild,1.44 KB, text/plain)
2002-11-07 10:45 UTC, Hans Meine
Details
new ChangeLog (ChangeLog,1.17 KB, text/plain)
2002-11-07 10:48 UTC, Hans Meine
Details
libxml_subdir.diff - used by the ebuild (libxml_subdir.diff,1.35 KB, patch)
2002-11-07 10:49 UTC, Hans Meine
Details | Diff
digest-sitecopy-0.11.4-r1 (digest-sitecopy-0.11.4-r1,67 bytes, text/plain)
2002-11-07 10:50 UTC, Hans Meine
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Paddock 2002-11-02 14:06:33 UTC
emerge sitecopy generates the following, no other app. has complained about 
man1:
Installing documentation...
for f in README NEWS THANKS FAQ doc/update.sh; do \
        /bin/install -c -m 644 ./$f 
/var/tmp/portage/sitecopy-0.10.12-r1/image//usr/doc/sitecopy/`echo $f | sed 
's/^doc\///'`; \
done
Installing man page...
/bin/install -c -d /usr/share/man/man1
ACCESS DENIED  chmod:     /usr/share/man/man1
/bin/install: cannot change permissions of `/usr/share/man/man1': 
Permission denied
make: *** [install-sitecopy] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_install, Line 1, Exitcode 2
!!! install failed

--------------------------- ACCESS VIOLATION SUMMARY 
---------------------------
LOG FILE = "/tmp/sandbox-sitecopy-0.10.12-r1-22636.log"

chmod:     /usr/share/man/man1
--------------------------------------------------------------------------------
Comment 1 Hans Meine 2002-11-07 10:45:18 UTC
Created attachment 5447 [details]
the new ebuild

I updated the ebuild to use new newest version, fixed compilation for newer
libxml2 versions and installation (configure got --datadir etc. params which
made "make install prefix=.." fail.)
Comment 2 Hans Meine 2002-11-07 10:48:07 UTC
Created attachment 5448 [details]
new ChangeLog

I also updated the ChangeLog, but I am no pro here - maybe you could have a
look at it? It seems wrong to me to have the changed file as a heading (or is
that the indication of a new file?) AND after my email adress. (The rest of the
ChangeLog is strange as well.) However a human reader will understand.
Comment 3 Hans Meine 2002-11-07 10:49:17 UTC
Created attachment 5449 [details, diff]
libxml_subdir.diff - used by the ebuild

fixing compilation and sandboxed install - see comments in ebuild
Comment 4 Hans Meine 2002-11-07 10:50:57 UTC
Created attachment 5450 [details]
digest-sitecopy-0.11.4-r1

Don't know if this should be attached, but it's a working checksum ;-)
Comment 5 emikulic 2002-11-12 10:29:08 UTC
sitecopy uses nls, the ebuild needs the line:

    use nls || myconf="${myconf} --disable-nls"

in src_compile() for people who USE -nls
Comment 6 Maik Schreiber 2002-12-15 02:03:32 UTC
Thanks, fixed.