<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>111902</bug_id>
          
          <creation_ts>2005-11-08 11:53 0000</creation_ts>
          <short_desc>ufed forces enable of esd USE flag</short_desc>
          <delta_ts>2005-11-09 05:43:46 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Portage Development</product>
          <component>Tools</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>e.liubarskij@gmail.com</reporter>
          <assigned_to>tools-portage@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>e.liubarskij@gmail.com</who>
            <bug_when>2005-11-08 11:53:16 0000</bug_when>
            <thetext>ufed-0.40_rc enables esd USE flag even if it is disabled.

Reproducible: Always
Steps to Reproduce:
1. emerge ufed
2. execute ufed and unset esd USE flag (is it is enabled) 
3. press enter, save and quit

Actual Results:  
esd flag is enabled, but in ufed it shows as disabled.

Expected Results:  
esd USE flag is unset.

emerge --info
Portage 2.0.53_rc7 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r3,
2.6.14-gentoo i686)
=================================================================
System uname: 2.6.14-gentoo i686 Intel(R) Celeron(R) CPU 2.00GHz
Gentoo Base System version 1.12.0_pre9
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=&quot;x86 ~x86&quot;
AUTOCLEAN=&quot;yes&quot;
CBUILD=&quot;i686-pc-linux-gnu&quot;
CFLAGS=&quot;-O3 -march=pentium4 -pipe -fomit-frame-pointer&quot;
CHOST=&quot;i686-pc-linux-gnu&quot;
CONFIG_PROTECT=&quot;/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control&quot;
CONFIG_PROTECT_MASK=&quot;/etc/gconf /etc/terminfo /etc/env.d&quot;
CXXFLAGS=&quot;-O3 -march=pentium4 -pipe -fomit-frame-pointer&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;autoconfig ccache distlocks sandbox sfperms strict&quot;
GENTOO_MIRRORS=&quot;http://trumpetti.atm.tut.fi/gentoo/
ftp://ftp.dtiltas.lt/mirror/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/&quot;
LC_ALL=&quot;lt_LT.utf8&quot;
LINGUAS=&quot;lt&quot;
MAKEOPTS=&quot;-j2&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
SYNC=&quot;rsync://rsync.europe.gentoo.org/gentoo-portage&quot;
USE=&quot;x86 X a52 aac aalib acpi alsa apm artworkextra audiofile avi
bash-completion berkdb bitmap-fonts bmp browserplugin bzip2 cdparanoia cdr
chroot crypt curl dbus dv dvd dvdread eds emboss encode esd exif expat fam
ffmpeg firefox flac foomaticdb fortran gd gdbm gif glut gnome gnutls gpm
gstreamer gtk gtk2 hal idn imagemagick imlib java javascript jpeg lame lcms
libg++ libwww live logrotate mad matroska mikmod mjpeg mmx mmxext mng motif
mozilla mp3 mpeg mplayer nautilus ncurses network nls nptl nsplugin numeric
nvidia ogg oggvorbis openal opengl oss pam pcre pdflib perl png python quicktime
readline real sdl spell sse sse2 ssl symlink tcpd tiff truetype truetype-fonts
type1-fonts udev unicode usb vcd vidix vorbis win32codecs wxwindows xine xml
xml2 xmms xv xvid zlib linguas_lt userland_GNU kernel_linux elibc_glibc&quot;
Unset:  ASFLAGS, CTARGET, LANG, LDFLAGS, PORTDIR_OVERLAY</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>kenton.groombridge@us.army.mil</who>
            <bug_when>2005-11-08 18:37:02 0000</bug_when>
            <thetext>Same problem for me.  It is also forcing audiofile on me as well.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>truedfx@gentoo.org</who>
            <bug_when>2005-11-08 20:16:51 0000</bug_when>
            <thetext>Could you please run

sed -i -e &apos;159s/^/$pkg =~/&apos; /usr/lib/ufed/Portage.pm

and verify whether this fixes it for you?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>e.liubarskij@gmail.com</who>
            <bug_when>2005-11-09 04:22:01 0000</bug_when>
            <thetext>Yes, this fixed the problem for me.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>truedfx@gentoo.org</who>
            <bug_when>2005-11-09 05:43:46 0000</bug_when>
            <thetext>Okay, I added 0.40_rc-r1 to the tree with the fix. Thanks for the report.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>