Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47936 - baselayout: offer option to use devices.tar.bz2, but not re-create it every time.
Summary: baselayout: offer option to use devices.tar.bz2, but not re-create it every t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-15 10:14 UTC by Jason Costomiris
Modified: 2004-09-20 16:10 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 Jason Costomiris 2004-04-15 10:14:41 UTC
It's good that we've got RC_DEVICE_TARBALL in /etc/conf.d/rc.  Definitely a step in the right direction.

I propose the following changes:

RC_CREATE_DEVICE_TARBALL=

- This will toggle whether or not the devices.tar.bz2 file will get re-created each time.

RC_UNPACK_DEVICE_TARBALL=

- This will toggle whether or not to actually use the devices.tar.bz2 file.

Why?  Reduces the possibility of error.  Once you've got a working devices.tar.bz2, turn off the re-create option.

Reproducible: Always
Steps to Reproduce:
1. change to udev
2. you'll see the behavior referenced here..
Actual Results:  
described above

Expected Results:  
described above..

# emerge --info
Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.5-gentoo)
===============================================================
==
System uname: 2.6.5-gentoo i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
Gentoo Base System version 1.4.8
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -funroll-loops -pipe"
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/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.seren.com/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb berkdbi crypt cups curl encode esd foomaticdb gdbm gif gnome gpm 
gtk gtk2 imap imlib innodb ipv6 java jpeg kde ldap libg++ libwww mad mikmod motif mpeg mysql 
ncurses nls oggvorbis opengl oss pam pdflib perl png python quicktime readline samba sdl slang slp 
spell ssl svga tcltk tcpd truetype usb x86 xml xml2 xmms xv zlib"
Comment 1 Radek Podgorny 2004-04-15 12:35:18 UTC
Good idea but should be IMHO performed somewhat "cleaner". Don't ask me how exactly... :-)

Radek
Comment 2 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-04-16 16:57:24 UTC
I agree, something like this needs to be added.  I'll add it to my TODO list...
Comment 3 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-09-20 16:10:06 UTC
Already fixed.