public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] emerge lyx fails
@ 2003-02-19 20:08 Yrjö hatakka
  2003-02-19 21:20 ` Dan Armak
  0 siblings, 1 reply; 5+ messages in thread
From: Yrjö hatakka @ 2003-02-19 20:08 UTC (permalink / raw
  To: gentoo-dev


sandbox violation, emerge info also included

make[2]: Leaving directory `/var/tmp/portage/lyx-1.3.0/work/lyx-1.3.0/lib'
make[1]: Leaving directory `/var/tmp/portage/lyx-1.3.0/work/lyx-1.3.0/lib'
make[1]: Entering directory `/var/tmp/portage/lyx-1.3.0/work/lyx-1.3.0'
cp -p ./lyx.man lyx.1
make[1]: Leaving directory `/var/tmp/portage/lyx-1.3.0/work/lyx-1.3.0'
--------------------------- ACCESS VIOLATION SUMMARY 
---------------------------
LOG FILE = "/tmp/sandbox-lyx-1.3.0-25921.log"

mkdir:     /var/cache/fonts/tfm/jknappen
mkdir:     /var/cache/fonts/tfm/jknappen/ec
--------------------------------------------------------------------------------
cartman php-4.3.1 # emerge info
Portage 2.0.47-r2 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r3)
=================================================================
System uname: 2.4.20-gentoo-r1 i686 AMD Athlon(tm) Processor
GENTOO_MIRRORS="http://gentoo.linux.no http://mirrors.sunsite.dk/gentoo 
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config 
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ 
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg libg++ mikmod mmx mpeg 
ncurses nls pdflib png qtmt quicktime spell xml2 xmms xv zlib gtkhtml gdbm 
berkdb slang readline arts tetex bonobo svga tcltk java guile X sdl gpm tcpd 
pam libwww ssl perl python esd imlib oggvorbis gtk qt motif opengl alsa cdr 
dga fbcon kde gnome innodb jikes mozilla mysql pic tiff truetype"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon-tbird -O3 -pipe"
CXXFLAGS="-mcpu=athlon-tbird -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache userpriv usersandbox"


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] emerge lyx fails
  2003-02-19 21:20 ` Dan Armak
@ 2003-02-19 21:20   ` Ferris McCormick
  2003-02-21 18:21   ` Yrjö hatakka
  1 sibling, 0 replies; 5+ messages in thread
From: Ferris McCormick @ 2003-02-19 21:20 UTC (permalink / raw
  To: Dan Armak; +Cc: gentoo-dev

On Wed, 19 Feb 2003, Dan Armak wrote:

I saw this yesterday, too, with tetex files but not with lyx
(with tfm/jknappen, though):

(deleted)
> On Wednesday 19 February 2003 22:08, Yrjö hatakka wrote:
> > sandbox violation, emerge info also included
> > 
> > make[2]: Leaving directory `/var/tmp/portage/lyx-1.3.0/work/lyx-1.3.0/lib'
> > make[1]: Leaving directory `/var/tmp/portage/lyx-1.3.0/work/lyx-1.3.0/lib'
> > make[1]: Entering directory `/var/tmp/portage/lyx-1.3.0/work/lyx-1.3.0'
> > cp -p ./lyx.man lyx.1
> > make[1]: Leaving directory `/var/tmp/portage/lyx-1.3.0/work/lyx-1.3.0'
> > --------------------------- ACCESS VIOLATION SUMMARY 
> > ---------------------------
> > LOG FILE = "/tmp/sandbox-lyx-1.3.0-25921.log"
> > 
> > mkdir:     /var/cache/fonts/tfm/jknappen
> > mkdir:     /var/cache/fonts/tfm/jknappen/ec
> > 

My system is Gentoo sparc/linux, portage is
sys-apps/portage-2.0.46-r12

I noticed that the directory tree at /usr/share/texmf/fonts (which is 
where it happened to me) had permissions that looked like

drwxrwxrwt   11 1340     1340          272 Feb 18 17:38 tfm/

which struck me as strange.  Other emerges seem to go OK.

In my case, just performing the failing emerge with 'ebuild ... qmerge'
went as expected, and there was no more mention of the jknappen stuff.

Hope this helps.

Regards,
--
Ferris McCormick (P44646, MI) <fmccor@inforead.com>
Phone: (703) 392-0303
Fax:   (703) 392-0401


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] emerge lyx fails
  2003-02-19 20:08 [gentoo-dev] emerge lyx fails Yrjö hatakka
@ 2003-02-19 21:20 ` Dan Armak
  2003-02-19 21:20   ` Ferris McCormick
  2003-02-21 18:21   ` Yrjö hatakka
  0 siblings, 2 replies; 5+ messages in thread
From: Dan Armak @ 2003-02-19 21:20 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

Please report this on bugs.gentoo.org (check if someone reported it already 
first) - get the full emerge output and look up the exact places where the 
access violations occur (they'll be marked in (red?) output when they occur), 
otherwise without being able to reproduce the problem it'd be very hard to 
fix it.

On Wednesday 19 February 2003 22:08, Yrjö hatakka wrote:
> sandbox violation, emerge info also included
> 
> make[2]: Leaving directory `/var/tmp/portage/lyx-1.3.0/work/lyx-1.3.0/lib'
> make[1]: Leaving directory `/var/tmp/portage/lyx-1.3.0/work/lyx-1.3.0/lib'
> make[1]: Entering directory `/var/tmp/portage/lyx-1.3.0/work/lyx-1.3.0'
> cp -p ./lyx.man lyx.1
> make[1]: Leaving directory `/var/tmp/portage/lyx-1.3.0/work/lyx-1.3.0'
> --------------------------- ACCESS VIOLATION SUMMARY 
> ---------------------------
> LOG FILE = "/tmp/sandbox-lyx-1.3.0-25921.log"
> 
> mkdir:     /var/cache/fonts/tfm/jknappen
> mkdir:     /var/cache/fonts/tfm/jknappen/ec
> 
- --------------------------------------------------------------------------------
> cartman php-4.3.1 # emerge info
> Portage 2.0.47-r2 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r3)
> =================================================================
> System uname: 2.4.20-gentoo-r1 i686 AMD Athlon(tm) Processor
> GENTOO_MIRRORS="http://gentoo.linux.no http://mirrors.sunsite.dk/gentoo 
> http://www.ibiblio.org/pub/Linux/distributions/gentoo"
> CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
> /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config 
> /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ 
> /usr/share/config"
> CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
> PORTDIR="/usr/portage"
> DISTDIR="/usr/portage/distfiles"
> PKGDIR="/usr/portage/packages"
> PORTAGE_TMPDIR="/var/tmp"
> PORTDIR_OVERLAY="/usr/local/portage"
> USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg libg++ mikmod mmx mpeg 
> ncurses nls pdflib png qtmt quicktime spell xml2 xmms xv zlib gtkhtml gdbm 
> berkdb slang readline arts tetex bonobo svga tcltk java guile X sdl gpm tcpd 
> pam libwww ssl perl python esd imlib oggvorbis gtk qt motif opengl alsa cdr 
> dga fbcon kde gnome innodb jikes mozilla mysql pic tiff truetype"
> COMPILER="gcc3"
> CHOST="i686-pc-linux-gnu"
> CFLAGS="-mcpu=athlon-tbird -O3 -pipe"
> CXXFLAGS="-mcpu=athlon-tbird -O3 -pipe"
> ACCEPT_KEYWORDS="x86 ~x86"
> MAKEOPTS="-j2"
> AUTOCLEAN="yes"
> SYNC="rsync://rsync.gentoo.org/gentoo-portage"
> FEATURES="sandbox ccache userpriv usersandbox"
> 
> 
> --
> gentoo-dev@gentoo.org mailing list
> 
> 

- -- 
Dan Armak
Gentoo Linux developer (KDE)
Matan, Israel
Public GPG key: http://www.gentoo.org/~danarmak/danarmak-gpg-public.key
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+U/UYUI2RQ41fiVERAoTjAJ9QwYVtd9U3XLYZp4IPfUu5mMb/gACdGg9e
wO8Vns1SkUUf5zOyZtgC0fE=
=nfk3
-----END PGP SIGNATURE-----


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] emerge lyx fails
  2003-02-19 21:20 ` Dan Armak
  2003-02-19 21:20   ` Ferris McCormick
@ 2003-02-21 18:21   ` Yrjö hatakka
  2003-02-21 18:28     ` Yrjö hatakka
  1 sibling, 1 reply; 5+ messages in thread
From: Yrjö hatakka @ 2003-02-21 18:21 UTC (permalink / raw
  To: gentoo-dev

On Wednesday 19 February 2003 23:20, Dan Armak wrote:
> Hello,
>
> Please report this on bugs.gentoo.org (check if someone reported it already
> first) - get the full emerge output and look up the exact places where the
> access violations occur (they'll be marked in (red?) output when they
> occur), otherwise without being able to reproduce the problem it'd be very
> hard to fix it.

I was too slow, you beat me on this ;) ( bug #15692 )


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] emerge lyx fails
  2003-02-21 18:21   ` Yrjö hatakka
@ 2003-02-21 18:28     ` Yrjö hatakka
  0 siblings, 0 replies; 5+ messages in thread
From: Yrjö hatakka @ 2003-02-21 18:28 UTC (permalink / raw
  To: gentoo-dev

>
> I was too slow, you beat me on this ;) ( bug #15692 )

Sorry wrong bug, it was satai@gentoo.org who was faster bug #15766


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-02-21 18:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-19 20:08 [gentoo-dev] emerge lyx fails Yrjö hatakka
2003-02-19 21:20 ` Dan Armak
2003-02-19 21:20   ` Ferris McCormick
2003-02-21 18:21   ` Yrjö hatakka
2003-02-21 18:28     ` Yrjö hatakka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox