Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90991 - gdm 2.6.0.9 ipv6 option broken
Summary: gdm 2.6.0.9 ipv6 option broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 91329
  Show dependency tree
 
Reported: 2005-04-30 12:58 UTC by Bret Towe
Modified: 2005-06-05 08:06 UTC (History)
0 users

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 Bret Towe 2005-04-30 12:58:14 UTC
upstream apparently changed the format to enable ipv6 for gdm
in the configure code it looks like its 
--enable-enable-ipv6 or --disable-enable-ipv6
changing to this format tho didnt work i finally just added
a sed line after the epatch item to change enable_ipv6=no to =yes 
in configure as a work around
so far thats the only way ive found to enable ipv6 again with this version
of gdm
Comment 1 foser (RETIRED) gentoo-dev 2005-06-03 15:08:45 UTC
the config looks just fine to me, --enable-ipv6 should work just fine. Could you
please provide your 'emerge info' & further evidence to back up your claims ?
Comment 2 Bret Towe 2005-06-03 22:22:02 UTC
checking for inet_aton... yes
checking whether to enable IPv6... no
checking linux/vt.h usability... yes

[ebuild   R   ] gnome-base/gdm-2.6.0.9  -debug +ipv6 +pam (-selinux) +tcpd
+xinerama* 0 kB


Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4,
glibc-2.3.4.20050125-r1, 2.6.11.8 i686)
=================================================================
System uname: 2.6.11.8 i686 Unknown CPU Typ
Gentoo Base System version 1.4.16
ccache version 2.3 [disabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.11-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /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/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks fixpackages sandbox sfperms"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo
http://cudlug.cudenver.edu/gentoo/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,--as-needed"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/mdhd/portage.local"
SYNC="rsync://vox.net/gentoo-portage"
USE="x86 3dnow X acpi apache2 avi berkdb bitmap-fonts bonobo canna cjk crypt
cups curl dlloader dmx eds emboss encode esd f77 fam flac font-server foomaticdb
fortran gd gd-external gdbm ggi gif gimpprint gnome gphoto2 gpm gtk gtk2 gtkhtml
guile imagemagick imlib ipv6 jpeg kde ldap libg++ libwww mikmod mmx mmx2 mng
mono motif mozilla mp3 mysql ncurses nls nptl ogg oggvorbis opengl pam pdflib
perl png python qt quicktime readline samba sdl slang spell sqlite sse ssl svg
tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts unicode userlocales
vorbis wmf xinerama xml xml2 xprint xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LINGUAS
Comment 3 foser (RETIRED) gentoo-dev 2005-06-04 04:15:15 UTC
confirmed

I think it's not the switch itself that is broken, we should check and see if
configure.in has changed between 2.6.0.7 & .9 .
Comment 4 foser (RETIRED) gentoo-dev 2005-06-05 08:06:36 UTC
It was the switch after all, a mistake. Fixed in 2.6.0.9-r{2,3}

Thanks for the report.