Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 354225 - emerge net-libs/xulrunner-1.9.2.13 fails inside mercurial repository
Summary: emerge net-libs/xulrunner-1.9.2.13 fails inside mercurial repository
Status: RESOLVED DUPLICATE of bug 284673
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-09 12:28 UTC by Massimo Burcheri
Modified: 2011-02-17 20:32 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 Massimo Burcheri 2011-02-09 12:28:16 UTC
emerge net-libs/xulrunner-1.9.2.13 fails like this:

#
make[2]: Entering directory `/var/tmp/portage/net-libs/xulrunner-1.9.2.13/work/mozilla-1.9.2'
#
export_tier_testharness
#
make[2]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.2.13/work/mozilla-1.9.2'
#
make libs_tier_testharness
#
make[2]: Entering directory `/var/tmp/portage/net-libs/xulrunner-1.9.2.13/work/mozilla-1.9.2'
#
libs_tier_testharness
#
make[2]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.2.13/work/mozilla-1.9.2'
#
make[1]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.2.13/work/mozilla-1.9.2'
#
>>> Source compiled.
#
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
#
LOG FILE "/var/log/sandbox/sandbox-27521.log"
#
 
#
VERSION 1.0
#
FORMAT: F - Function called
#
FORMAT: S - Access Status
#
FORMAT: P - Path as passed to function
#
FORMAT: A - Absolute Path (not canonical)
#
FORMAT: R - Canonical Path
#
FORMAT: C - Command Line
#
 
#
F: symlink
#
S: deny
#
P: /hg-checklink-6UNkgf
#
A: /hg-checklink-6UNkgf
#
R: /hg-checklink-6UNkgf
#
C: /usr/bin/python2.6 /usr/bin/hg identify
#
 
#
F: chmod
#
S: deny
#
P: /hg-checkexec-_06N4z
#
A: /hg-checkexec-_06N4z
#
R: /hg-checkexec-_06N4z
#
C: /usr/bin/python2.6 /usr/bin/hg identify
#
 
#
F: unlink
#
S: deny
#
P: /hg-checkexec-_06N4z
#
A: /hg-checkexec-_06N4z
#
R: /hg-checkexec-_06N4z
#
C: /usr/bin/python2.6 /usr/bin/hg identify
#
 
#
F: symlink
#
S: deny
#
P: /.hg/wlock
#
A: /.hg/wlock
#
R: /.hg/wlock
#
C: /usr/bin/python2.6 /usr/bin/hg identify
#
 
#
F: symlink
#
S: deny
#
P: /.hg/wlock.break
#
A: /.hg/wlock.break
#
R: /.hg/wlock.break
#
C: /usr/bin/python2.6 /usr/bin/hg identify
#
 
#
F: symlink
#
S: deny
#
P: /.hg/wlock.break.break
#
A: /.hg/wlock.break.break
#
R: /.hg/wlock.break.break
#
C: /usr/bin/python2.6 /usr/bin/hg identify 

...
#
F: unlink
#
S: deny
#
P: /.hg/wlock.break.break.break.break.break.break.break.break.break.break.break.break.break
#
A: /.hg/wlock.break.break.break.break.break.break.break.break.break.break.break.break.break
#
R: /.hg/wlock.break.break.break.break.break.break.break.break.break.break.break.break.break
#
C: /usr/bin/python2.6 /usr/bin/hg identify
#
--------------------------------------------------------------------------------
#
!!! When you file a bug report, please include the following information:
#
GENTOO_VM=ibm-jdk-bin-1.6  CLASSPATH="" JAVA_HOME="/opt/ibm-jdk-bin-1.6.0.8_p1"
#
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER=""
#
and of course, the output of emerge --info


Reproducible: Always

Steps to Reproduce:
1. Make / a Mercurial repository
2. emerge =net-libs/xulrunner-1.9.2.13



About the environment: / is managed by mercurial here so there is /.hg
By appropriate ignores there is generally everything ignored but /etc and /home/ and some others.
This was never a problem for other ebuilds.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-02-15 13:27:17 UTC
1) Please paste your `emerge --info =net-libs/xulrunner-1.9.2.13' output in a comment (which you "wrote" about yourself in comment #0).
2) Attach the entire build log as a file.
Comment 2 Wormo (RETIRED) gentoo-dev 2011-02-16 05:42:36 UTC
Take a look at Comment #15 in bug 284673, see if you can use usersandbox as suggested there to prevent mercurial from seeing /.hg 
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2011-02-17 20:32:04 UTC

*** This bug has been marked as a duplicate of bug 284673 ***