DragonFly BSD
DragonFly commits List (threaded) for 2004-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/usr.bin/make src/usr.bin/make/lst.lib


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 22 Dec 2004 00:19:22 -0800 (PST)

    Ok, a bug been's introduced somewhere in make.  I'm not sure when or 
    where, but when I do a make installer_release or make installer_quickrel
    in /usr/src/nrelease the make garbles a command line during the build:

    echo "echo 'Installing package dfuife_cgi-1.1...'" >> /usr/release/root/tmp/chrootscript
    echo "pkg_add /tmp/dfuife_cgi-1.1.tgz" >> /usr/release/root/tmp/chrootscript
    chmod a+x /usr/release/root/tmp/chrootscript
    chroot /usr/release/root/ µ(ú¿¿'hrootscript	<<<<< garbled
    *** Error code 1group `ú¿¿

    Stop in /usr/src/nrelease.
    *** Error code 1

    Stop in /usr/src/nrelease.

    I'm looking for it now.  It's very reproducable so I am assuming its a
    memory use-after-free issue or something like that.  If you see a commit
    tonight then I found it, otherwise more eyeballs are needed.

						-Matt




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]