Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16714 - glibc-2.2.5-r7 symlinks things to /var/tmp/...
Summary: glibc-2.2.5-r7 symlinks things to /var/tmp/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-02 23:34 UTC by Matt Taylor
Modified: 2003-03-30 14:23 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 Matt Taylor 2003-03-02 23:34:56 UTC
Right at the end of the merge I see this

>>> /usr/share/zoneinfo/posix/SystemV/AST4ADT ->
..//var/tmp/portage/glibc-2.2.5-r7/image//usr/share/zoneinfo/posix/America/Halifax
>>> /usr/share/zoneinfo/posix/SystemV/AST4 ->
..//var/tmp/portage/glibc-2.2.5-r7/image//usr/share/zoneinfo/posix/America/Puerto_Rico
>>> /usr/share/zoneinfo/posix/SystemV/CST6 ->
..//var/tmp/portage/glibc-2.2.5-r7/image//usr/share/zoneinfo/posix/America/Regina

>>> Regenerating /etc/ld.so.cache...
>>> sys-libs/glibc-2.2.5-r7 merged.

$ ll /usr/share/zoneinfo/posix/SystemV/AST4ADT
lrwxrwxrwx    1 root     root           82 Mar  2 23:24
/usr/share/zoneinfo/posix/SystemV/AST4ADT ->
..//var/tmp/portage/glibc-2.2.5-r7/image//usr/share/zoneinfo/posix/America/Halifax

 $ ll
..//var/tmp/portage/glibc-2.2.5-r7/image//usr/share/zoneinfo/posix/America/Halifax
ls:
..//var/tmp/portage/glibc-2.2.5-r7/image//usr/share/zoneinfo/posix/America/Halifax:
No such file or directory

$ ll /var/tmp/portage/glibc-2.2.5-r7/image//usr/share/zoneinfo/posix/America/Halifax
ls:
/var/tmp/portage/glibc-2.2.5-r7/image//usr/share/zoneinfo/posix/America/Halifax:
No such file or directory

$ ll /usr/share/zoneinfo/posix/America/Halifax
-rw-r--r--    2 root     root         1.2K Mar  2 23:23
/usr/share/zoneinfo/posix/America/Halifax



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

Actual Results:  
symlinks point to files in /var/tmp/ rather than the proper files in /usr

Expected Results:  
symlinks point to the proper place

# emerge info
Portage 2.0.46-r12 (default-1.0, gcc-2.95.3, glibc-2.2.5-r2,2.2.5-r7)
=================================================================
System uname: 2.4.19-gentoo-r10b i686 AMD Athlon(tm) processor
GENTOO_MIRRORS="http://linux.oit.umass.edu/gentoo/gentoo
http://csociety-ftp.ecn.purdue.edu/pub/gentoo/ http://gentoo.oregonstate.edu
http://www.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"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt cups jpeg libg++ mikmod mmx mpeg ncurses pdflib
quicktime spell truetype xml2 xmms xv berkdb bonobo cdr directfb esd gdbm gif
gnome gnome-libs gpm gtk gtkhtml guile imlib libwww motif mozilla mysql nls
oggvorbis opengl pam perl png python readline sdl slang snmp ssl svga tcltk tcpd
tiff X -kde -qt -arts -java dvd encode gtk2"
COMPILER=""
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3 -pipe"
CXXFLAGS="-march=i686 -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-03-05 14:38:34 UTC
Make sure LANG, LC_ALL, etc is not set as root, and try to remerge glibc.
Comment 2 Matt Taylor 2003-03-06 18:08:38 UTC
LANG, LC_ALL, etc are not set, and were not set when I emerged.
Comment 3 Matt Taylor 2003-03-26 01:07:10 UTC
just emerged glibc-2.2.5-r8 and the symlinks are gone.
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2003-03-30 14:23:11 UTC
Ok, great.