Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99306 - use flags not updated to contain "ogg" "vorbis"
Summary: use flags not updated to contain "ogg" "vorbis"
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-17 02:54 UTC by arne anka
Modified: 2005-07-19 04:24 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 arne anka 2005-07-17 02:54:24 UTC
installed from 2005.0 follwing the handbook (stage 3) but emerging kde configure always  said "Ogg 
Vorbis libraries not found". looking into the bugzilla made clear that an update happened adding 
"ogg" and "vorbis" as separate flags, replacing the flag "oggvorbis".
despite following the installation handbook (http://www.gentoo.org/doc/en/handbook/handbook-x86.
xml?style=printable&full=1) the flags were not correctly added.

additionally (or maybe the root of the issue): /etc/make.profile is not a link and not a regular 
directory (file says "directory", rm -rf says "no directory").
i am not really sure what caused this kind of misconfiguration

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0, 2.6.12-gentoo-r5 i686)
==========================================================
=======
System uname: 2.6.12-gentoo-r5 i686 Intel(R) Pentium(R) M processor 1.86GHz
Gentoo Base System version 1.6.13
ccache version 2.4 [enabled]
dev-lang/python:     2.3.4-r1, 2.4.1-r1
sys-apps/sandbox:    1.2.11
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
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe -msse2 -mmmx -msse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /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/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe -msse2 -mmmx -msse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://ftp.gentoo.mesh-solutions.
com/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa arts avi berkdb bitmap-fonts crypt cups curl emboss encode fam flac 
foomaticdb fortran gdbm gif gpm imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3 mpeg 
ncurses nls ogg oggvorbis opengl pam pdflib perl png python qt quicktime readline sdl spell ssl tcltk 
tcpd tetex tiff truetype truetype-fonts type1-fonts vorbis xml2 xv zlib userland_GNU kernel_linux 
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2005-07-17 08:29:37 UTC
Has nothing to do with the release media, per se.  Reassigning.
Comment 2 Jan Kundrát (RETIRED) gentoo-dev 2005-07-17 08:52:33 UTC
In case you're using GRP installation, don't follow "normal" Handbook, but use  
the one for your specific version  
(http://www.gentoo.org/doc/en/handbook/2005.0/handbook-x86.xml?style=printable&full=1 
in your case). 
 
Also remember that you cannot remove symlink pointing to directory by 
`rm /path/to/file/`, you have to use `rm /path/to/file` without trailing slash. 
Comment 3 Xavier Neys (RETIRED) gentoo-dev 2005-07-19 03:50:24 UTC
Handbook does not tell you to set oggvorbis.
Both ogg & vorbis are selected by default as specified in
/usr/portage/profiles/base/use.defaults and are in use as shown by your emerge
--info.
FYI, /etc/make.profile should look like
$ ls -l /etc/make.profile lrwxrwxrwx  1 root root 48 Apr  8 18:51
/etc/make.profile -> ../usr/portage/profiles/default-linux/x86/2005.0
$ file /etc/make.profile
/etc/make.profile: symbolic link to
`../usr/portage/profiles/default-linux/x86/2005.0'

Fix you link and if the problem persists, please file a bug for our kde guys.
Comment 4 arne anka 2005-07-19 04:24:04 UTC
> Handbook does not tell you to set oggvorbis.
right, but it doesn't neither say setting "oggvorbis" will disable "ogg" and "vorbis".

the link was corrected after a reboot.