Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8238 - postgresql 7.2.2 tries to install outside the sandbox
Summary: postgresql 7.2.2 tries to install outside the sandbox
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
: 8060 8301 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-09-22 18:30 UTC by Denys Dmytriyenko
Modified: 2007-09-22 23:08 UTC (History)
4 users (show)

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


Attachments
Fixes outside the sandbox installation of Pg.3pm man page (postgresql-7.2.2-site-perl5.patch,719 bytes, patch)
2002-09-24 16:30 UTC, Denys Dmytriyenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Denys Dmytriyenko 2002-09-22 18:30:28 UTC
postgresql 7.2.2 tries to install perl5 interface manual page for Pg.pm outside
of its sandbox.
System is 1.2 based with all recently updated packages, Portage is 2.0.37.
Here is some output:

...
make[4]: Entering directory
`/var/tmp/portage/postgresql-7.2.2/work/postgresql-7.2.2/src/interfaces/perl5'
make[4]: Leaving directory
`/var/tmp/portage/postgresql-7.2.2/work/postgresql-7.2.2/src/interfaces/perl5'
mkdir /var/tmp/portage/postgresql-7.2.2/image/usr/lib/perl5
mkdir /var/tmp/portage/postgresql-7.2.2/image/usr/lib/perl5/site_perl
mkdir /var/tmp/portage/postgresql-7.2.2/image/usr/lib/perl5/site_perl/5.6.1
mkdir
/var/tmp/portage/postgresql-7.2.2/image/usr/lib/perl5/site_perl/5.6.1/i686-linux
mkdir
/var/tmp/portage/postgresql-7.2.2/image/usr/lib/perl5/site_perl/5.6.1/i686-linux/auto
mkdir
/var/tmp/portage/postgresql-7.2.2/image/usr/lib/perl5/site_perl/5.6.1/i686-linux/auto/Pg
mkdir /var/tmp/portage/postgresql-7.2.2/image/usr/share/man/man3
make[4]: Entering directory
`/var/tmp/portage/postgresql-7.2.2/work/postgresql-7.2.2/src/interfaces/perl5'
Installing
/var/tmp/portage/postgresql-7.2.2/image/usr/lib/perl5/site_perl/5.6.1/i686-linux/auto/Pg/Pg.so
Installing
/var/tmp/portage/postgresql-7.2.2/image/usr/lib/perl5/site_perl/5.6.1/i686-linux/auto/Pg/Pg.bs
Files found in blib/arch: installing files in blib/lib into architecture
dependent library tree
Installing
/var/tmp/portage/postgresql-7.2.2/image/usr/lib/perl5/site_perl/5.6.1/i686-linux/Pg.pm
Installing
/var/tmp/portage/postgresql-7.2.2/image/usr/lib/perl5/site_perl/5.6.1/i686-linux/auto/Pg/autosplit.ix
ACCESS DENIED  open_wr:   /usr/man/man3pm/Pg.3pm
Installing /usr/man/man3pm/Pg.3pm
ACCESS DENIED  chmod:     /usr/man/man3pm/Pg.3pm
Writing
/var/tmp/portage/postgresql-7.2.2/image//usr/lib/perl5/site_perl/5.6.1/i686-linux/auto/Pg/.packlist
make[4]: Leaving directory
`/var/tmp/portage/postgresql-7.2.2/work/postgresql-7.2.2/src/interfaces/perl5'
make[3]: Leaving directory
`/var/tmp/portage/postgresql-7.2.2/work/postgresql-7.2.2/src/interfaces/perl5'
...
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-postgresql-7.2.2-6268.log"

open_wr:   /usr/man/man3pm/Pg.3pm
chmod:     /usr/man/man3pm/Pg.3pm
--------------------------------------------------------------------------------
Comment 1 Maurizio Disimino 2002-09-24 09:07:34 UTC
can you please paste here USE settings you used ?
Comment 2 Denys Dmytriyenko 2002-09-24 11:35:58 UTC
Sure. Here are they...

/etc/make.conf:
USE="fbcon -gnome -gpm sse matrox dga tiff dvd imap mozilla perl mysql postgres
samba"

/etc/make.profile/make.defaults (w/o changes):
USE="x86 oss 3dnow apm arts avi berkdb crypt cups encode gdbm gif gpm gtk imlib
java jpeg kde libg++ libwww mikmod mmx motif  mpeg ncurses nls
oggvorbis opengl pam pdflib png python qt qtmt quicktime readline sdl
slang spell ssl svga tcpd truetype X xml2 xmms xv"
Comment 3 Maurizio Disimino 2002-09-24 14:03:48 UTC
sorry, it WORKSFORME ..
Comment 4 Denys Dmytriyenko 2002-09-24 16:30:32 UTC
Created attachment 4141 [details, diff]
Fixes outside the sandbox installation of Pg.3pm man page

Had to fix it myself. Attached is the very small (one-liner) patch for the
postgresql-7.2.2/src/interfaces/perl5/GNUmakefile file.
Comment 5 Ryan Phillips (RETIRED) gentoo-dev 2002-09-25 15:12:03 UTC
*** Bug 8060 has been marked as a duplicate of this bug. ***
Comment 6 Ryan Phillips (RETIRED) gentoo-dev 2002-09-25 15:24:03 UTC
committed
Comment 7 Ryan Phillips (RETIRED) gentoo-dev 2002-09-25 15:26:08 UTC
*** Bug 8301 has been marked as a duplicate of this bug. ***