Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37089 - quickpkg including / with new tar
Summary: quickpkg including / with new tar
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: High critical
Assignee: Portage team
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2004-01-03 04:12 UTC by Lukasz Strzygowski (RETIRED)
Modified: 2004-02-27 10:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
quickpkg.diff (quickpkg.diff,479 bytes, patch)
2004-01-03 04:13 UTC, Lukasz Strzygowski (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Strzygowski (RETIRED) gentoo-dev 2004-01-03 04:12:21 UTC
When I try to build any package, by quickpkg <pkgname> command, quickpkg hangs on " * Building package for zsh-4.1.1-r3...".  I've created a patch that get quickpkg to work.

Reproducible: Always
Steps to Reproduce:
1. quickpkg <pkgname>

Actual Results:  
Hangs on  * Building package for <package>....

Expected Results:  
* Packages now in /usr/portage/packages:
* <pkgname>: <size>

Portage 2.0.49-r20 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20031222-r0,
2.4.23-ck1-lcs1)
=================================================================
System uname: 2.4.23-ck1-lcs1 i686 AMD Duron(tm) Processor
Gentoo Base System version 1.4.3.12
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon -s -funroll-loops -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=athlon -s -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://www.ibiblio.org/gentoo
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync2.pl.gentoo.org/gentoo-portage/"
USE="X acl acpi alsa apm avi berkdb cdr crypt fbcon foomaticdb gdbm gif gpm gtk2
java joystick jpeg libg++ libwww mad maildir mmx mpeg ncurses nls oss pam perl
pic png readline scanner sse ssl tcpd tetex truetype unicode x86 xml2 xv zlib"
Comment 1 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-01-03 04:13:50 UTC
Created attachment 23058 [details, diff]
quickpkg.diff

This patch gets quickpkg to work
Comment 2 Philipp Kern 2004-01-04 06:44:21 UTC
This patch is quite vital. quickpkg doesn't work correctly without it.
It doesn't hang as stated, but it does create a bin.tar.bz2 in /var/tmp/portage/<pkg> with all files in / included (quite big, eh?).
This is introduced here:
     Sat Dec 13 22:38:59 2003 --> sys-apps/portage-2.0.49-r18
     Sat Jan  3 13:23:15 2004 --> sys-apps/portage-2.0.49-r20
So on the 18->20 hop.
Comment 3 Masatomo Nakano (RETIRED) gentoo-dev 2004-01-04 07:04:33 UTC
carpaski:
is anyone working for quickpkg now?
Comment 4 SpanKY gentoo-dev 2004-01-04 20:07:25 UTC
i wrote the updated quickpkg
i 'maintain' it when the need arises

i think this 'bug' arose because of a newer tar ... it didnt use to do this :)
Comment 5 Philipp Kern 2004-01-05 04:50:17 UTC
It's app-arch/tar-1.13.92 (o:
Comment 6 Nicholas Jones (RETIRED) gentoo-dev 2004-02-22 13:19:55 UTC
This should be fixed in 2.0.50, is it not?
Comment 7 Nicholas Jones (RETIRED) gentoo-dev 2004-02-27 10:28:19 UTC
Should be fixed. No noise recently.