Bjoern, is there a new patch available by any chance? can you at least post somewhere latest patch that was working? also, would your know if your patch be included in 7.1-RELEASE?
Thanks in advance, and thanks for good work! On Mon, Sep 1, 2008 at 6:15 PM, Bjoern A. Zeeb <[EMAIL PROTECTED]> wrote: > On Tue, 2 Sep 2008, Matkhamtkha Brekher wrote: > >> this patch is broken >> >> today ive tried to compile the patched world and it stops compiling >> with due to error: > > I bet you got errors over errors when you tried to apply it. > > check the output or the return code from patch in your scripts... > patch < .... > case $? in > 0) ;; # all fine > * echo "PATCH DID NOT APPLY CLEANLY" >&2 > exit 1 > ;; > esac > > You could try with patch -C first btw to not hose your src tre... > > > > I am wroking towards getting it into HEAD and once 7 will be in freeze > I'll generate a new patch but 7 has been hosed for a while and people > are doing last minute MFCs now so I would have had to regen it every > few hours. > > > -- > Bjoern A. Zeeb Stop bit received. Insert coin for new game. > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-jail > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > -- http://alexus.org/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "[EMAIL PROTECTED]"
