First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 105618
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: OpenOffice Team <openoffice@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Paul Varner <fuzzyray@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
openoffice-bin.patch openoffice-bin-1.9.128.ebuild patch patch Paul Varner 2005-09-11 10:58 0000 738 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 105618 depends on: Show dependency tree
Bug 105618 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-11 10:56 0000
This problem is made apparent with portage-2.1.0-alpha as the ebuild fails with
"no such file or directory" errors. The following is the problem:

S="${WORKDIR}/SRC680_m${SNV}_native_packed-1_en-US.8951/RPMS"
is defined before
SNV="$(get_version_component_range 3)"

so S effectively becomes "${WORKDIR}/SRC680_m_native_packed-1_en-US.8951/RPMS"
which does not exist.

Moving the declaration of S to after the declaration of SNV fixes the issue.

Reproducible: Always
Steps to Reproduce:
1. emerge >=sys-apps/portage-2.1.0_alpha
2. emerge openoffice-bin-1.9.128
3.

Actual Results:  
emerge of openoffice-bin fails

Expected Results:  
successful emerge of openoffice-bin

Portage 1.589-cvs (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r1,
2.6.12-gentoo-r6 i686)
=================================================================
System uname: 2.6.12-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
Gentoo Base System version 1.12.0_pre8
Python:              dev-lang/python-2.3.5,dev-lang/python-2.4.1-r1 [2.4.1 (#1,
Jun 17 2005, 01:55:04)]
distcc: No such file or directory [disabled]
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.9.6, 1.5, 1.8.5-r3, 1.7.9-r1, 1.6.3, 1.4_p6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache cvs distlocks fixpackages sandbox sfperms
strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://www.ibiblio.org/pub/Linux/distributions/gentoo
http://gentoo.mirrors.pair.com/"
LINGUAS="en"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apache2 arts artswrappersuid audiofile avi bash-completion
berkdb bitmap-fonts browserplugin cdr crypt cups curl dvd eds emboss encode fam
fbcon flac foomaticdb fortran gdbm gif gpm gstreamer gtk gtk2 imagemagick imlib
java javascript jpeg kde kdeenablefinal kdexdeltas libg++ libwww mad maildir
mikmod mmx motif mp3 mpeg ncurses nls nptl ogg oggvorbis opengl pam pdflib perl
png ppds python qt quicktime readline samba sasl sdl spell sqlite sse ssl tcltk
tcpd tiff truetype truetype-fonts type1-fonts usb vorbis win32codecs xine xml2
xmms xscreensaver xv zlib linguas_en userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, MAKEOPTS

Config files: /etc/make.conf, /etc/portage/mirrors, /etc/portage/package.mask,
/etc/portage/package.unmask, /etc/portage/package.keywords,
/etc/portage/profile/packages, /etc/portage/profile/virtuals

------- Comment #1 From Paul Varner 2005-09-11 10:58:26 0000 -------
Created an attachment (id=68183) [edit]
openoffice-bin-1.9.128.ebuild patch

Trivial patch to fix the out of order declaration

------- Comment #2 From Andreas Proschofsky 2005-09-13 22:40:34 0000 -------
Oh my, that's one stupid bug. Fixed it, thanks for noticing

------- Comment #3 From Paul Varner 2005-09-19 09:06:10 0000 -------
The recently released 1.9.130 ebuild also has this problem.

------- Comment #4 From Andreas Proschofsky 2005-09-19 09:27:59 0000 -------
Aaaaaaaaaaaaaaaaaaaargh /me definately needs a vacation, fixed it, again.

First Last Prev Next    No search results available      Search page      Enter new bug