Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] chage can't open /etc/passwd [SOLVED]
Date: Wed, 19 Sep 2007 02:00:56
Message-Id: 1190166442.15232.6.camel@blackwidow.nbk
In Reply to: Re: [gentoo-user] chage can't open /etc/passwd [SOLVED] by Albert Hopkins
1 On Tue, 2007-09-18 at 20:16 -0500, Albert Hopkins wrote:
2 > No, doesn't work. I'm going to try downgrading GCC (w/o any
3 > optimizations), re-compiling shadow with my original CFLAGS and see
4 > what
5 > happens.
6
7 # grep ^CFLAGS /etc/make.conf
8 CFLAGS="-O2 -march=k8 -msse3 -ggdb -pipe -fomit-frame-pointer"
9
10 # gcc-config i686-pc-linux-gnu-4.2.0
11 # source /etc/profile
12 # chage -l marduk
13 chage: can't open password file
14
15 # gcc-config i686-pc-linux-gnu-4.1.2
16 # source /etc/profile
17 # emerge -1 shadow > /dev/null
18 # chage -l marduk
19 Last password change : Sep 18, 2007
20 Password expires : Nov 17, 2007
21 Password inactive : never
22 Account expires : never
23 Minimum number of days between password change : 0
24 Maximum number of days between password change : 60
25 Number of days of warning before password expires : 14
26
27 Seems to be a problem with GCC.
28
29 --
30 Albert W. Hopkins
31
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] chage can't open /etc/passwd [SOLVED] Norberto Bensa <nbensa@×××××.com>