On Thu, Sep 21, 2006 at 03:19:20PM -0400, Michael Plourde wrote:
> ric" dpkg-buildpackage -rfakeroot -b -uc
> unable to get login information for username "mplourde" at
> /scratchbox/devkits/debian/lib/dpkg/controllib.pl line 59.

> It seem that something is wrong with my user conf. What is wrong ? Any clues
> about this error ? I had google it and found nothing ...


Hmm.. 
it might be that /etc/passwd is missing in the target.
You get one there by running
[sbox-yourhosttarget: ~] > sb-conf install --etc
or by selecting etc by using sb-menu

Command
[sbox-yourhosttarget: ~] > getent passwd mplourde
should work, and if the perl is not broken, then 
[sbox-yourhosttarget: ~] > perl -e '@_=getpwnam("mplourde"); print "$_[2]\n"'
should work also.



-- 
Toni Timonen
040-5111863,GPG 0x7984A4FD
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to