Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39148 - media-libs/pdflib-5.0.2 emerging failed with ACCESS VIOLATION
Summary: media-libs/pdflib-5.0.2 emerging failed with ACCESS VIOLATION
Status: RESOLVED DUPLICATE of bug 38500
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-23 03:59 UTC by Dietrich Heise
Modified: 2005-07-17 13:06 UTC (History)
2 users (show)

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 Dietrich Heise 2004-01-23 03:59:38 UTC
make[2]: Entering directory `/var/tmp/portage/pdflib-5.0.2/work/PDFlib-Lite-5.0.2-Unix-src/progs/pdflib'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/var/tmp/portage/pdflib-5.0.2/work/PDFlib-Lite-5.0.2-Unix-src/progs/pdflib'
make[1]: Leaving directory `/var/tmp/portage/pdflib-5.0.2/work/PDFlib-Lite-5.0.2-Unix-src/progs'
./config/install-sh -c pdflib-config /var/tmp/portage/pdflib-5.0.2/image//usr/bin
install: `doc/pdflib' is a directory
gzip: /var/tmp/portage/pdflib-5.0.2/image/usr/share/doc/pdflib-5.0.2/pdflib: No such file or directory
install: cannot stat `/var/tmp/portage/pdflib-5.0.2/work/PDFlib-Lite-5.0.2-Unix-src/bind/java/pdflib.java': No such file or directory
mv: cannot stat `/var/tmp/portage/pdflib-5.0.2/work/PDFlib-Lite-5.0.2-Unix-src/bind/java/pdflib.java': No such file or directory
error: cannot read: com/pdflib/pdflib.java
1 error
com/pdflib/*.class : no such file or directory
man:
prepallstrip:
strip:
strip:
making executable: /usr/lib/libpdf.so.2.2.0
making executable: /usr/lib/libpdf_java.so.0.0.0
>>> Completed installing into /var/tmp/portage/pdflib-5.0.2/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-pdflib-5.0.2-9078.log"

open_wr:   /usr/lib/perl5/site_perl/5.8.0/i686-linux/#inst.9375#
open_wr:   /usr/lib/tcl8.3/pdflib/#inst.9426#
--------------------------------------------------------------------------------

Reproducible: Always
Steps to Reproduce:




p3 typo3 # emerge info
Portage 2.0.49-r20 (default-x86-1.4, gcc-3.2.3, glibc-2.3.1-r4,2.3.2-r9, 2.4.23)
=================================================================
System uname: 2.4.23 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.3.10
distcc 2.11.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=pentium3 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://intern.gate.wg/ http://intern.gate.wg/olddistfiles
ftp://sunsite.dk/mirrors/gentoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/
ftp://ftp.rez-gif.supelec.fr/pub/Linux/distrib/gentoo/ "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="aalib apache apm arts avi berkdb crypt cups curl encode esd flash
foomaticdb freetype-version-1 gd-external gdbm gif gnome gpm gtk gtk2 guile imap
imlib java jpeg kde ldap libg++ libwww mad mcal memlimit mikmod mmx mod_php
motif mozilla mpeg mysql ncures ncurses nls ogg oggvorbis opengl oss pam pdflib
perl png python qt quicktime readline ruby scanner sdl slang snmp spell ssl svga
tcltk tcpd tetex tiff truetype vorbis x86 xml2 xmms xv zlib"
Comment 1 Sebastian 2004-01-23 04:23:05 UTC
I get almost the same problem:

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-pdflib-5.0.2-9484.log"

open_wr:   /usr/lib/perl5/site_perl/5.8.0/i686-linux/#inst.9688#
--------------------------------------------------------------------------------
Comment 2 Peter Westwood 2004-01-23 07:06:49 UTC
I get a similar problem:

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-pdflib-5.0.2-16599.log"

open_wr:   /usr/lib/perl5/site_perl/5.8.0/i686-linux/#inst.16803#
--------------------------------------------------------------------------------
Comment 3 steven 2004-01-23 08:38:53 UTC
Content of log file:
open_wr:   /usr/lib/perl5/site_perl/5.8.0/i686-linux/#inst.20623#
open_wr:   /usr/lib/tcl8.3/pdflib/#inst.20674#
Comment 4 Arthur Ward 2004-01-23 09:09:06 UTC
For me, FEATURES="sandbox ccache nostrip userpriv usersandbox".

The violation log:
open_wr:   /usr/lib/perl5/site_perl/5.8.0/i686-linux/#inst.32144#

Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2004-01-23 12:35:45 UTC
sorry about that, fixed in portage.
Comment 6 SpanKY gentoo-dev 2004-01-24 18:49:19 UTC
way to not dup seemant
Comment 7 SpanKY gentoo-dev 2004-01-24 18:49:31 UTC

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