On Tue, 2012-04-24 at 14:29 -0500, Bruce Dubbs wrote:

> Running the same program as root fails.
> 
> sudo make check TESTS=test-getlogin
> 
> The program is doing:
> 
> buf = getlogin();
> name = getenv( "USERNAME" );
> 
> And failing if they don't match.  In my case,
> 
> name=root
> buf=bdubbs
> 
> So it fails.

Yeah, I've reported that upstream, and was hoping that they'd at least
acknowledge it as it's easy to reproduce.

I also reported the fact that the assert at line 45 triggers during a
jhalfs build due to it being run in an environment where isatty()
returns false.

That's the one I'll try to reproduce with Pierre's invocation method
hopefully later on this evening.  Dinner is beckoning though...

Regards,

Matt.

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to