Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 12637

Summary: app-text/acroread fix
Product: Gentoo Linux Reporter: Maurizio Disimino <h3y>
Component: Current packagesAssignee: Martin Holzer (RETIRED) <mholzer>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: 1.4_rc1   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Maurizio Disimino 2002-12-23 15:13:22 UTC
>>> Install acroread-5.06-r1 into /var/tmp/portage/acroread-5.06-r1/image/
category app-text
cp: failed to preserve ownership for
/var/tmp/portage/acroread-5.06-r1/image//opt/Acrobat5/Reader/intellinux/res: No
such file or directory
cp: failed to preserve ownership for
/var/tmp/portage/acroread-5.06-r1/image//opt/Acrobat5/Reader/intellinux/fonts:
No such file or directory

dodir ${INSTALLDIR}
	for i in Browsers Reader Resource
	do
		chown -R root.root ${i}
		cp -a ${i} ${D}${INSTALLDIR}
	done

-----------------

/var/tmp/portage/acroread-5.06-r1/work/Reader/intellinux/{fonts,res}
Those two symlinks are pointing to non-yet-existing (Reader and Resource
are created after Browser) directories.
Quick hack: dodir ${INSTALLDIR}/{Browser,Reader/res,Resource/Font}
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2002-12-24 04:38:57 UTC
i don't see any kind of error msg

please paste
#emerge info

did you enable any debugging option ?
Comment 2 Maurizio Disimino 2002-12-24 07:49:28 UTC
> please paste
> #emerge info
Portage 2.0.47_pre1 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.19-gentoo-r10 i686 AMD Duron(tm) Processor
USE="x86 imlib libg++ libwww mikmod mpeg pdflib sdl spell truetype xv gdbm slang
 python oggvorbis gtk opengl -3dfx 3dnow -acl acpi -afs -alsa -apache2 -apm arts
 avi -berkdb -bonobo -cdr crypt -cups dga -directfb -doc -dvd -encode -esd -evo 
gif -gnome -gpm -gps gtk2 -imap -ipv6 -java jpeg kde -kerberos -ldap matrox 
maildir mmx motif mozilla -mysql ncurses -nls oss pam perl png -pnp qt qtmt 
-quicktime readline -samba -sasl -scanner -snmp -socks5 ssl -svga -tcltk -tcpd 
tiff X -xml -xml2 -xmms -zeo zlib"
ARCH="x86"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3"
CXXFLAGS="-march=i686 -O3 -pipe"
ACCEPT_KEYWORDS="x86"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
MAKEOPTS="-j2"
JDK_HOME=""
JAVA_HOME=""
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"

> did you enable any debugging option ?
No.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-01-14 16:31:20 UTC
fixed in cvs

thx
Comment 4 Maurizio Disimino 2003-01-17 04:15:10 UTC
http://web.losingtime.net/gentoo/misc/acroread.log

it doesn't seem to be fixed ..
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-01-18 10:19:56 UTC
could you please look which version do you have ?

head /usr/portage/app-text/acroread/acroread-5.06-r1.ebuild 

should be:

# $Header: /home/cvsroot/gentoo-x86/app-text/acroread/acroread-5.06-r1.ebuild,v 
1.6 2003/01/14 22:26:43 mholzer Exp $

do you use PORTAGE_OVERLAY ?
Comment 6 Maurizio Disimino 2003-01-18 10:24:42 UTC
beryllium vsftpd #  head -3 /usr/portage/app-text/acroread/acroread-5.06-r1.ebuild
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/app-text/acroread/acroread-5.06-r1.ebuild,v
1.6 2003/01/14 22:26:43 mholzer Exp $

yes, I use PORTDIR_OVERLAY but there's not app-text/acroread stuff there.

Maurizio
Comment 7 Martin Holzer (RETIRED) gentoo-dev 2003-01-18 10:39:19 UTC
this is only a 1.4 issue

works perfect on my 1.2, i'll try to fix this again
Comment 8 Martin Holzer (RETIRED) gentoo-dev 2003-01-18 11:35:10 UTC
header 1.7 works for me

please test
Comment 9 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:21:07 UTC
db fix
Comment 10 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:26:01 UTC
db fix
Comment 11 Martin Holzer (RETIRED) gentoo-dev 2003-04-24 09:31:33 UTC
closed