bkauler

Results 82 comments of bkauler

Got it! I made what seems to me to be a very logical change to butch_template-configure_cached.txt: https://github.com/bkauler/sabotage/commit/de2eed892f18f58e7b75a4d01699510d8f8a1745 ...I don't know how to submit a pull request for an individual commit!...

I am able to get back on my computer for a short time, looking why jobflow failed: `/mnt/sdb5/projects/bk-sabotage_builddir/bin/musl-gcc: line 4: /mnt/sdb5/projects/bk-sabotage_builddir/bin/../../../bin/rawcc: No such file or directory` $R/bin/musl-gcc has this in...

Looking at build_jobflow.log, it seems to start off executing musl-gcc ok: ``` Wed May 25 09:25:22 GMT-8 2016: start build /mnt/sdb5/projects/bk-sabotage_builddir/bin/musl-gcc -Wall -D_GNU_SOURCE -std=c99 -fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables...

OK, found the cause. Recipe stage0-musl is assuming installation of musl is in /opt. What confused me, is $R/bin/musl-gcc seeming to have the wrong content -- but it is different...

Yes, another one bites the dust! build-stage0 has now completed with zero errors. Two more commits: https://github.com/bkauler/sabotage/commit/add1be727bec093330c23296fe5fe81fcd1d7e09 https://github.com/bkauler/sabotage/commit/aab416a399deddb64ba9c158d7fa3e90f4ca4dd2 I still haven't figured out how to submit to you a pull...

There is a show-stopper in stage1. The 'config' file worked in stage0, I had this in it: `export butch_do_custom_destdir=false` However, that doesn't carry over to the 'config' file in the...

Ah ha! Have nailed that bug too. Stage1 should compile and install correctly now. Testing... Yep, packages in stage1 now installing correctly. Here is my fix: https://github.com/bkauler/sabotage/commit/007e35dc217d3af312b98bacfbe7b50d8757cf7d

Yikes! The recipe for kbd wiped out the entire /bin directory. Have fixed it, have to start again from the beginning... OK, kbd has compiled, stage1 completed zero errors. Here...

Ha ha, have finished compiling stage1, all is well, except I just noticed folder $R/x86_64-unknown-linux-gnu. That would be a gcc thing? Where is it supposed to go? Packages are still...

Compiled about 60 packages so far, looking good! EDIT: Got through my entire build, 348 packages. A few more packages needed fixing, but superb, the vast majority handled installing into...