*** zoli__ has joined #baserock | 05:23 | |
*** zoli__ has quit IRC | 05:24 | |
*** zoli__ has joined #baserock | 05:24 | |
*** paulw has joined #baserock | 06:01 | |
*** mariaderidder has joined #baserock | 07:47 | |
*** bashrc has joined #baserock | 08:06 | |
*** mdunford has joined #baserock | 08:07 | |
*** jonathanmaw has joined #baserock | 08:23 | |
*** ssam2 has joined #baserock | 08:42 | |
*** ChanServ sets mode: +v ssam2 | 08:42 | |
*** edcragg has joined #baserock | 08:53 | |
*** a1exhughe5 has joined #baserock | 09:41 | |
pedroalvarez | hrf! this busybox has been linked agains libpcre.so.3 | 09:45 |
---|---|---|
pedroalvarez | which is not present in my system.. | 09:45 |
rjek | oops | 09:45 |
ssam2 | split rules, or missing stratum in the system .morph? | 09:45 |
pedroalvarez | but but.. | 09:46 |
ssam2 | lack of automated runtime dependency tracking makes this sort of thing common when constructing new systems | 09:46 |
pedroalvarez | this is busybox in build essential | 09:46 |
ssam2 | hmm, true | 09:46 |
*** mdunford has quit IRC | 09:51 | |
paulsherwood | ssam2: this build-system thing.... | 09:53 |
*** sambishop has quit IRC | 09:54 | |
ssam2 | go on | 09:54 |
paulsherwood | note that adding build-system: in itself would be a simple non-invasive change. | 09:54 |
paulsherwood | it's calling it a new VERSION that creates the friction | 09:54 |
paulsherwood | both ybd and morph would be happy with the new definitions, if you don't change the version number | 09:55 |
ssam2 | isn't VERSION just a tool for indicating incompatible changes? | 09:55 |
paulsherwood | this change is not incompatible | 09:55 |
ssam2 | adding build-system: doesn't gain anything | 09:55 |
paulsherwood | i think it does? | 09:55 |
ssam2 | *requiring* build-system is the interesting part | 09:55 |
paulsherwood | yup | 09:55 |
paulsherwood | but adding does gain something, even so | 09:56 |
paulsherwood | (it's tidier, and makes it possible to reason about those definitions without probing to autodetect) | 09:56 |
ssam2 | yes, I guess we could try to introduce the change as an optional one | 09:57 |
ssam2 | the complexity involved in taking that approach long-term gives me nightmares, though | 09:57 |
ssam2 | trying to track which features of which tools work on definitions which do which things | 09:57 |
ssam2 | we can say "you have to specify build-system now, and all the tools work" (which is what I proposed) | 09:58 |
*** sambishop has joined #baserock | 09:58 | |
ssam2 | or we can say "you can specify build-system for everything now, and if you don't, some tools may not work for you in future" | 09:58 |
ssam2 | I guess you prefer the latter? | 09:59 |
paulsherwood | that seems fine to me :) | 09:59 |
ssam2 | I really think this is the shallow imprint of what will become a massive hole. But I'll think on it | 09:59 |
paulsherwood | but note also i'm managing to avoid most of the complexity you're worried about so far in ybd... and i think i can keep it working | 09:59 |
paulsherwood | you may be right, i may be wrong | 09:59 |
ssam2 | I think it'd be interesting to try the latter approach in YBD | 10:00 |
ssam2 | I may also be wrong, of course :) | 10:00 |
* paulsherwood has a meetging | 10:00 | |
ssam2 | what do others in this channel think? | 10:02 |
tiagogomes_ | I just don't like this approach of doing small changes and increasing VERSION. I'd had prefer that we though how definitions should be, did the changes and increased the VERSION in one jump. I realize that improving definitions is a iterative process, but we start this version thingy recently and what you propose is already the 6th version! When you bring default split rules to definitions are you planning to increase VERSION | 10:06 |
tiagogomes_ | again? | 10:06 |
ssam2 | yes, to 7 | 10:08 |
*** mdunford has joined #baserock | 10:09 | |
ssam2 | I would prefer to do all the changes in one go, but I think that in practice we'd just discuss things forever and never have the resources to actually do them | 10:09 |
ssam2 | is your problem that there might be a long chain of upgrades that people need to do to catch up with 'master' ? | 10:11 |
ssam2 | or something else? | 10:11 |
ssam2 | turns out that building the baserock-15.02 tag in a Baserock 15.25 reference system doesn't work | 10:14 |
pedroalvarez | ssam2: stage1-gcc? | 10:14 |
ssam2 | with either Morph or YBD. Seems to be that it's trying and failing to build documentation | 10:14 |
ssam2 | stage1-gcc | 10:15 |
tiagogomes_ | catching up with master shouldn't be a problem as it will be done with the migration scripts. Is more like I'd like to see a plan for the definitions, an implementation, and a jump in the version. Not every change, a jump in the version | 10:15 |
*** mdunford has quit IRC | 10:16 | |
*** rdale has joined #baserock | 10:17 | |
ssam2 | tiagogomes_: I think that's fair | 10:17 |
ssam2 | tiagogomes_: but I think making such a plan is hard. I don't know exactly I want from them yet, beyond detangling them from Morph's code | 10:18 |
pdar | whats the current version of baserock provided on the downloads page of g.b.o? | 10:19 |
pedroalvarez | latest :P | 10:19 |
ssam2 | 15.25 | 10:19 |
pedroalvarez | yes, that one | 10:19 |
pdar | ta ssam2 | 10:20 |
pdar | and pedroalvarez | 10:20 |
tiagogomes_ | ssam2 detangling them from Morph's code sounds like a plan to me :) So the next jump in definitions could be doing precisely that, moving split rules to definitions and adding build-system to the strata | 10:20 |
tiagogomes_ | ssam2 also, shoudn't build-system be removed from the chunk morph and moved to the strata as well? It is odd to see it in both strata and chunk morphs | 10:23 |
ssam2 | tiagogomes_: I agree it's a little strange.. but I think it would be worse to have configure-commands, build-commands etc. in one place and build-system in another | 10:24 |
*** rdale has quit IRC | 10:30 | |
*** rdale has joined #baserock | 10:31 | |
tiagogomes_ | I am not sure on that one | 10:40 |
pedroalvarez | uh | 10:55 |
pedroalvarez | if something fails to build sometimes, should I max-jobs=1? | 10:55 |
pedroalvarez | I had this one: http://paste.baserock.org/zugipilaze | 10:56 |
pedroalvarez | didn't know why | 10:56 |
pedroalvarez | and then it just worked | 10:56 |
ssam2 | yeah, could be that their Makefile logic is a broken when running in parallel | 10:58 |
*** ssam2 has quit IRC | 11:03 | |
*** tiagogomes_ has quit IRC | 11:04 | |
*** tiagogomes_ has joined #baserock | 11:04 | |
*** franred has joined #baserock | 11:11 | |
*** rdale has quit IRC | 11:17 | |
*** franred has quit IRC | 11:19 | |
*** rdale has joined #baserock | 11:19 | |
pdar | Was baserock 15.25 prior sams patches getting rid of workspaces? | 11:23 |
nowster | when uploading a new patch to a gerrit ref, is it sufficient to send a diff against the existing patch, or should the whole thing be merged down into a single patchset again? | 11:32 |
*** mdunford has joined #baserock | 11:33 | |
pedroalvarez | pdar: probably | 11:37 |
tiagogomes_ | nowster single patch-set again with same change-id | 11:38 |
pedroalvarez | nowster: I'd prefer the fixes merged in one patch-set | 11:38 |
pedroalvarez | but I've seen recently a +2 in a patch series that had fixes in later commits | 11:38 |
nowster | so rebase -i and "squash commits"? | 11:39 |
pedroalvarez | yup, making sure you keep the change-id of the original patch-set | 11:40 |
nowster | let's see what it does | 11:40 |
nowster | ...fixup | 11:40 |
nowster | it seems to have kept it | 11:41 |
pdar | Are there any instructions on w.b.o regarding upgrading a system ina chroot | 11:49 |
pedroalvarez | I believe that upgrading one is not possible | 11:50 |
pdar | alas | 11:50 |
pedroalvarez | only deploying a new one and using it | 11:50 |
pedroalvarez | you can upgrade morph only if that's what you are looking for | 11:51 |
tiagogomes_ | is not possible to update a chroot system using the ssh+rsync extension, using localhost? | 11:53 |
tiagogomes_ | But I think it is easier to deploy a new one and make it use the same /src of the older one | 11:54 |
pedroalvarez | tiagogomes_: nope, the upgrades system depends on the baserock btrfs layout | 11:54 |
tiagogomes_ | right | 11:56 |
pdar | thanks pedroalvarez and tiagogomes_, I shall do a new one and switch the src | 11:57 |
*** franred has joined #baserock | 12:06 | |
*** zoli__ has quit IRC | 12:59 | |
*** zoli__ has joined #baserock | 13:02 | |
*** zoli__ has quit IRC | 13:04 | |
*** zoli__ has joined #baserock | 13:04 | |
*** zoli__ has quit IRC | 13:06 | |
*** zoli__ has joined #baserock | 13:12 | |
*** zoli___ has joined #baserock | 13:13 | |
*** zoli__ has quit IRC | 13:13 | |
*** zoli___ has quit IRC | 13:13 | |
*** zoli__ has joined #baserock | 13:17 | |
*** zoli__ has quit IRC | 13:20 | |
*** zoli__ has joined #baserock | 13:26 | |
*** zoli___ has joined #baserock | 13:27 | |
*** zoli__ has quit IRC | 13:27 | |
*** zoli___ has quit IRC | 13:29 | |
*** zoli__ has joined #baserock | 13:29 | |
*** zoli__ has quit IRC | 13:31 | |
*** zoli__ has joined #baserock | 13:34 | |
*** zoli__ has joined #baserock | 13:41 | |
*** paulw has quit IRC | 13:42 | |
*** zoli__ has quit IRC | 13:42 | |
*** zoli__ has joined #baserock | 13:43 | |
*** zoli__ has quit IRC | 13:45 | |
*** zoli__ has joined #baserock | 13:47 | |
*** zoli__ has quit IRC | 13:49 | |
*** zoli__ has joined #baserock | 13:52 | |
*** zoli__ has quit IRC | 13:54 | |
*** zoli__ has joined #baserock | 13:55 | |
*** zoli___ has joined #baserock | 13:56 | |
*** zoli__ has quit IRC | 13:56 | |
*** zoli___ has quit IRC | 13:58 | |
*** zoli__ has joined #baserock | 13:59 | |
*** zoli__ has joined #baserock | 14:01 | |
*** mdunford has quit IRC | 14:02 | |
*** zoli__ has quit IRC | 14:02 | |
*** zoli__ has joined #baserock | 14:02 | |
*** zoli__ has quit IRC | 14:04 | |
*** zoli__ has joined #baserock | 14:05 | |
*** zoli__ has quit IRC | 14:05 | |
*** zoli__ has joined #baserock | 14:08 | |
*** zoli__ has quit IRC | 14:09 | |
*** zoli__ has joined #baserock | 14:09 | |
*** zoli__ has quit IRC | 14:11 | |
*** zoli__ has joined #baserock | 14:14 | |
*** zoli__ has quit IRC | 14:16 | |
pedroalvarez | extlinux question of today: why, when creating a baserock ext4 disk image, with one partition, extlinux doesn't just work? | 14:16 |
*** mdunford has joined #baserock | 14:16 | |
pedroalvarez | I have to "dd if=/usr/lib/syslinux/mbr.bin of=$disk` to make it work | 14:17 |
pedroalvarez | ahh | 14:18 |
pedroalvarez | it's on the partition | 14:18 |
pedroalvarez | useful command of the day: `xxd -l512 $disk` | 14:19 |
*** zoli__ has joined #baserock | 14:21 | |
*** zoli__ has quit IRC | 14:22 | |
*** zoli__ has joined #baserock | 14:22 | |
*** zoli___ has joined #baserock | 14:23 | |
*** zoli__ has quit IRC | 14:23 | |
*** zoli___ has quit IRC | 14:24 | |
*** zoli__ has joined #baserock | 14:25 | |
*** zoli__ has quit IRC | 14:27 | |
*** zoli___ has joined #baserock | 14:27 | |
*** zoli__ has joined #baserock | 14:33 | |
*** zoli__ has quit IRC | 14:35 | |
*** zoli__ has joined #baserock | 14:35 | |
*** zoli__ has quit IRC | 14:37 | |
*** zoli__ has joined #baserock | 14:40 | |
*** zoli__ has quit IRC | 14:42 | |
*** zoli__ has joined #baserock | 14:44 | |
*** zoli__ has quit IRC | 14:46 | |
*** zoli__ has joined #baserock | 14:46 | |
*** zoli___ has joined #baserock | 14:47 | |
*** zoli___ has quit IRC | 14:48 | |
*** zoli__ has joined #baserock | 14:48 | |
*** zoli__ has quit IRC | 14:51 | |
*** zoli__ has joined #baserock | 14:53 | |
*** zoli___ has joined #baserock | 14:53 | |
*** zoli___ has quit IRC | 14:54 | |
*** zoli__ has joined #baserock | 14:57 | |
*** zoli__ has joined #baserock | 15:07 | |
*** zoli___ has joined #baserock | 15:10 | |
*** zoli__ has quit IRC | 15:12 | |
*** zoli___ has quit IRC | 15:12 | |
*** zoli__ has joined #baserock | 15:12 | |
*** zoli___ has joined #baserock | 15:14 | |
*** zoli__ has quit IRC | 15:14 | |
*** zoli___ has quit IRC | 15:16 | |
*** zoli__ has joined #baserock | 15:16 | |
*** zoli__ has quit IRC | 15:18 | |
*** zoli__ has joined #baserock | 15:18 | |
*** zoli__ has quit IRC | 15:20 | |
*** zoli__ has joined #baserock | 15:21 | |
*** zoli__ has quit IRC | 15:22 | |
*** zoli___ has joined #baserock | 15:22 | |
*** zoli__ has joined #baserock | 15:23 | |
*** zoli___ has joined #baserock | 15:23 | |
*** zoli__ has quit IRC | 15:23 | |
*** zoli___ has quit IRC | 15:24 | |
*** zoli__ has joined #baserock | 15:25 | |
*** zoli___ has joined #baserock | 15:26 | |
*** zoli__ has quit IRC | 15:26 | |
*** zoli___ has quit IRC | 15:27 | |
*** mariaderidder has quit IRC | 15:27 | |
*** zoli__ has joined #baserock | 15:30 | |
*** zoli___ has joined #baserock | 15:31 | |
*** zoli__ has joined #baserock | 15:31 | |
*** zoli__ has quit IRC | 15:34 | |
*** zoli__ has joined #baserock | 15:38 | |
*** zoli__ has joined #baserock | 15:42 | |
*** mariaderidder has joined #baserock | 15:42 | |
*** zoli__ has quit IRC | 15:42 | |
*** jonathanmaw has quit IRC | 15:48 | |
*** CTtpollard has quit IRC | 15:50 | |
*** zoli__ has joined #baserock | 15:51 | |
*** zoli__ has joined #baserock | 15:54 | |
*** zoli__ has quit IRC | 15:56 | |
*** zoli___ has joined #baserock | 15:56 | |
*** zoli___ has quit IRC | 16:01 | |
*** franred has quit IRC | 16:03 | |
*** rdale has quit IRC | 16:04 | |
*** zoli__ has joined #baserock | 16:05 | |
*** a1exhughe5 has quit IRC | 16:07 | |
*** zoli___ has joined #baserock | 16:17 | |
*** zoli__ has quit IRC | 16:20 | |
*** mariaderidder has quit IRC | 16:30 | |
*** zoli___ has quit IRC | 16:47 | |
*** zoli__ has joined #baserock | 16:47 | |
*** bashrc has quit IRC | 16:49 | |
*** sambishop has quit IRC | 16:57 | |
*** zoli__ has quit IRC | 16:58 | |
*** zoli__ has joined #baserock | 16:58 | |
*** gary_perkins has quit IRC | 17:01 | |
*** zoli__ has quit IRC | 17:07 | |
*** mdunford has quit IRC | 17:07 | |
*** tiagogomes_ has quit IRC | 17:37 | |
*** tiagogomes has joined #baserock | 17:37 | |
*** edcragg has quit IRC | 17:44 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!