On Mon, Oct 22, 2007 at 05:17:57AM +0000, [EMAIL PROTECTED] wrote:
> I have exact same errors.  I made no deviations that I know of.
> 
> root:/# echo ${CLFS_HOST} ${CLFS_TARGET} ${BUILD32} ${BUILD64};
> -m64
> root:/# echo ${CLFS-HOST}
> HOST
> root:/# echo ${CLFS-TARGET}
> TARGET
> root:/# echo ${BUILD32}
> 
> root:/# echo ${BUILD64}
> -m64
> root:/# uname -a
> Linux Debian 2.6.18-5-amd64 #1 SMP Tue Oct 2 20:37:02 UTC 2007 x86_64 x86_64 
> x86_64 GNU/Linux
> root:/#
 Are you also using the stable book ?  That's generally believed to
be free of serious errors (I think there was one thinko in my ppc64
instructions that has come to light).  It's a _very_ long time since
I needed to use 'less' during the build (I now build in an xterm,
using the tools on the host to diagnose problems, and on the rare
occasions that I've followed the 'boot' method I included 'vim' and
used that to look at files), but passwd *ought* to work - if it
didn't, getting in to the built system would be interesting.

 Actually, I vaguely remember problems with passwd in the past -
either my commands for 'shadow' didn't match the book, or I had
missed the patch.  Or, perhaps it was one of the old versions of
shadow where grpconv and pwconv didn't always work - looking at my
buildscripts, I switched to unconditionally running those commands
without the '&&' in February 06 and I've never changed back.  If you
type the commands in by hand, it shouldn't make a difference, but
it's the sort of thing that can fubar a script.  Also, check that
there aren't lock files for group or passwd left behind in
/var/lock.

ĸen
> 
> 
> 
>  -------------- Original message ----------------------
> From: Vincent Forbes <[EMAIL PROTECTED]>
> > 
> >         
> >           
> > 
> >               Sure thing.  Here are the stats.  CLFS version 1.0.0
> >               
> >             
> >               Host OS Ubuntu 7.10
> >               
> >             
> >               Host is X86_64 multilib and target x86_64-unknown-linux-gnu
> >               
> >             
> >               
> >                 The value of the $CLFS_HOST=x86_64-cross-linux-gnu, 
> > CLFS_TARGET=x86_64-unknown-linux-gnu, BUILD32="",
> >                 and BUILD64=-m64 environment variables.
> >               
> >             
> >               Packages I noticed problems in:  shadow, less, and man
> > 
> >               
> >             
> >               Here are the behaviors I found
> >  Man, the repeated problem is a quick display of one screen and the 
> > following 
> > error.  
> > "Error executing formatting or display command.
> > 
> > System command )cd /usr/share/man && (echo ".pl 1100i"; /bin/cat 
> > '/usr/share/man 
> > /man1/groff.1'; echo ".\\\""; 
> > 
> > echo ".pl \n(nlu+10") | /usr/bin/gtbl | /usr/bin/nroff -Tlatin1 -mandoc | 
> > /bin/less -isR)
> > 
> > exited with status 256." 
> > 
> > less will only output a single screen the same as less --help.  However 
> > less 
> > --help | more will let me to view all the output. 
> > 
> > passwd will not accept input.  running passwd at the prompt with any 
> > arguments 
> > shows: 
> > Changing password for root Enter the new password (minimum of 5, maximum of 
> > 127 
> > characters) 
> > Please use a combination of upper and lower case letters and numbers. 
> > Bad password:  too short. 
> > Warning:  weak password (enter it again to use it anyway) 
> > Password changed
> >               I only deviated from the book in the following 
> > sections.CFLAGS and 
> > CXXFLAGS are set to "-march=nocona -m64 -pipe -O2 -finline-functions -fPIC 
> > -fstack-protector-all"
> > BUILD64 is not use.  I also used the latest kernel.  CFLAGS was set to 
> > "-march=nocona -m64 -pipe -O2 -finline-functions -fPIC" during the glibc 
> > final 
> > install.  
> > 
> > 
> > > Date: Fri, 19 Oct 2007 19:59:05 -0700
> > > From: [EMAIL PROTECTED]
> > > To: clfs-support@lists.cross-lfs.org
> > > Subject: Re: [Clfs-support] less and passwd commands do not work correctly
> > > 
> > > Vincent,
> > >     Can you provide the information we ask to include all issues so we 
> > > can track it down a little better.
> > >     http://cross-lfs.org/view/1.0.0/x86/introduction/askforhelp.html
> > > _______________________________________________
> > > Clfs-support mailing list
> > > Clfs-support@lists.cross-lfs.org
> > > http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
> > 
> > _________________________________________________________________
> > Climb to the top of the charts!  Play Star Shuffle:  the word scramble 
> > challenge 
> > with star power.
> > http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_oct
> 
> 

> From: Vincent Forbes <[EMAIL PROTECTED]>
> Date: Sat, 20 Oct 2007 04:15:21 +0000
> To: Cross-LFS Support List <clfs-support@lists.cross-lfs.org>
> Subject: Re: [Clfs-support] less and passwd commands do not work correctly
> 
> 
>         
>           
> 
>               Sure thing.  Here are the stats.  CLFS version 1.0.0
>               
>             
>               Host OS Ubuntu 7.10
>               
>             
>               Host is X86_64 multilib and target x86_64-unknown-linux-gnu
>               
>             
>               
>                 The value of the $CLFS_HOST=x86_64-cross-linux-gnu, 
> CLFS_TARGET=x86_64-unknown-linux-gnu, BUILD32="",
>                 and BUILD64=-m64 environment variables.
>               
>             
>               Packages I noticed problems in:  shadow, less, and man
> 
>               
>             
>               Here are the behaviors I found
>  Man, the repeated problem is a quick display of one screen and the following 
> error.  
> "Error executing formatting or display command.
> 
> System command )cd /usr/share/man && (echo ".pl 1100i"; /bin/cat 
> '/usr/share/man /man1/groff.1'; echo ".\\\""; 
> 
> echo ".pl \n(nlu+10") | /usr/bin/gtbl | /usr/bin/nroff -Tlatin1 -mandoc | 
> /bin/less -isR)
> 
> exited with status 256." 
> 
> less will only output a single screen the same as less --help.  However less 
> --help | more will let me to view all the output. 
> 
> passwd will not accept input.  running passwd at the prompt with any 
> arguments shows: 
> Changing password for root Enter the new password (minimum of 5, maximum of 
> 127 characters) 
> Please use a combination of upper and lower case letters and numbers. 
> Bad password:  too short. 
> Warning:  weak password (enter it again to use it anyway) 
> Password changed
>               I only deviated from the book in the following sections.CFLAGS 
> and CXXFLAGS are set to "-march=nocona -m64 -pipe -O2 -finline-functions 
> -fPIC -fstack-protector-all"
> BUILD64 is not use.  I also used the latest kernel.  CFLAGS was set to 
> "-march=nocona -m64 -pipe -O2 -finline-functions -fPIC" during the glibc 
> final install.  
> 
> 
> > Date: Fri, 19 Oct 2007 19:59:05 -0700
> > From: [EMAIL PROTECTED]
> > To: clfs-support@lists.cross-lfs.org
> > Subject: Re: [Clfs-support] less and passwd commands do not work correctly
> > 
> > Vincent,
> >     Can you provide the information we ask to include all issues so we 
> > can track it down a little better.
> >     http://cross-lfs.org/view/1.0.0/x86/introduction/askforhelp.html
> > _______________________________________________
> > Clfs-support mailing list
> > Clfs-support@lists.cross-lfs.org
> > http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
> 
> _________________________________________________________________
> Climb to the top of the charts!  Play Star Shuffle:  the word scramble 
> challenge with star power.
> http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_oct
> _______________________________________________
> Clfs-support mailing list
> Clfs-support@lists.cross-lfs.org
> http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support


> _______________________________________________
> Clfs-support mailing list
> Clfs-support@lists.cross-lfs.org
> http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support


-- 
das eine Mal als Tragödie, das andere Mal als Farce
_______________________________________________
Clfs-support mailing list
Clfs-support@lists.cross-lfs.org
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to