Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24932 - XMMS 1.2.7-r20 - r23 ipv6 support don't work...
Summary: XMMS 1.2.7-r20 - r23 ipv6 support don't work...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Keychain (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-20 18:07 UTC by ipglider
Modified: 2003-07-20 23:24 UTC (History)
1 user (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 ipglider 2003-07-20 18:07:38 UTC
I try to compile XMMS with IPv6 support, but it don't work, the patch for IPv6
aren't downloaded, and yes, I have the 'use' ipv6 flag in make.conf.
I watch the .ebuild and try without 3dnow and mmx, but again IPv6 doesn't work.

Reproducible: Always
Steps to Reproduce:
1. Add ipv6 in use flags to make.conf
2. emerge xmms -f
3. emerge xmms

Actual Results:  
When make emerge xmms -f the IPv6 patch aren't downloaded, and when make emerge
xmms it haven't IPv6 support.

Expected Results:  
Work with IPv6.

Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.21 i686 AMD Athlon(tm) XP 2000+
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss apm avi cups encode foomaticdb libg++ libwww mad mikmod motif mpeg
ncurses nls pdflib quicktime slang spell truetype xml2 xmms xv gdbm berkdb
readline svga tcltk java sdl gpm tcpd pam perl python esd oggvorbis ldap 3dnow X
acpi alsa cdr cjk crypt curl dvd gif gtk imlib ipv6 jpeg mmx opengl png samba
sse ssl usb zlib -arts -kde -qt -gnome"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -mfpmath=sse,387"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -mfpmath=sse,387"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 J. Ellis (RETIRED) gentoo-dev 2003-07-20 21:00:03 UTC
The ipv6 patch isn't downloaded (w/emerge -f xmms) because it is in the files dir, so already part of your portage tree. I see the following with r23:

env USE="x86 mmx ipv6" emerge xmms-1.2.7-r23.ebuild 
Calculating dependencies ...done!
>>> emerge (1 of 1) media-sound/xmms-1.2.7-r23 to /
>>> md5 src_uri ;-) xmms-1.2.7.tar.gz
>>> md5 src_uri ;-) xmms-1.2.7-mmx.patch.gz
>>> Unpacking source...
>>> Unpacking xmms-1.2.7.tar.gz to /var/tmp/portage/xmms-1.2.7-r23/work
 * Applying xmms-jump.patch...                                            [ ok ]
 * Applying xmms-sigterm.patch...                                         [ ok ]
 * Applying xmms-1.2.7-mmx.patch.gz...                                    [ ok ]
 * Applying xmms-ipv6-20020408-mmx.patch...                               [ ok ]
 * Applying xmms-russian-charset.patch...                                 [ ok ]
 * Applying xmms-fhs-skinsdir.patch...                                    [ ok ]

Note that ipv6 patch being applied.