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

Matthew Dillon dillon at apollo.backplane.com
Wed Dec 22 00:19:35 PST 2004


    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






More information about the Commits mailing list