*** locallycompact has joined #baserock | 06:48 | |
*** locallycompact has joined #baserock | 06:48 | |
*** noisecell has joined #baserock | 07:07 | |
*** ctbruce has joined #baserock | 07:32 | |
*** noisecell has quit IRC | 07:49 | |
*** noisecell has joined #baserock | 07:56 | |
*** toscalix has joined #baserock | 07:58 | |
*** rdale has joined #baserock | 08:04 | |
*** jonathanmaw has joined #baserock | 08:47 | |
*** locallycompact has quit IRC | 09:02 | |
*** ssam2 has joined #baserock | 09:05 | |
*** ChanServ sets mode: +v ssam2 | 09:05 | |
*** tiagogomes has quit IRC | 09:07 | |
ssam2 | anyone fancy reviewing https://gitlab.com/baserock/definitions/merge_requests/51 ? | 09:09 |
---|---|---|
ssam2 | seems gitlab finally built my branches, was just on some kind of strike while I was waiting for them to start | 09:09 |
ssam2 | of course they all immediately failed | 09:10 |
*** tiagogomes has joined #baserock | 09:12 | |
gitlab-br-bot | definitions: merge request (sam/buildstream-autoconvert->master: Add BuildStream conversion script and do ongoing BuildStream convert + build as part of the CI) #52 changed state ("opened"): https://gitlab.com/baserock/definitions/merge_requests/52 | 09:56 |
gitlab-br-bot | ybd: merge request (benbrown/no-cull-trees->master: Save trees file after culling) #385 changed state ("opened"): https://gitlab.com/baserock/ybd/merge_requests/385 | 10:26 |
gitlab-br-bot | ybd: merge request (benbrown/no-cull-trees->master: Save trees file after culling) #385 changed state ("opened"): https://gitlab.com/baserock/ybd/merge_requests/385 | 10:29 |
*** locallycompact has joined #baserock | 10:32 | |
gitlab-br-bot | definitions: merge request (sam/buildstream-autoconvert->master: Add BuildStream conversion script and do ongoing BuildStream convert + build as part of the CI) #52 changed state ("opened"): https://gitlab.com/baserock/definitions/merge_requests/52 | 10:52 |
gitlab-br-bot | definitions: merge request (sam/buildstream-autoconvert->master: Add BuildStream conversion script and do ongoing BuildStream convert + build as part of the CI) #52 changed state ("opened"): https://gitlab.com/baserock/definitions/merge_requests/52 | 10:55 |
benbrown_ | ssam2: The manager seemed to be having some issues with removing a stale machine, so I manually removed it. CI should run a little more smoothly now. | 11:00 |
ssam2 | oh, thanks | 11:03 |
ssam2 | yeah it was all wonky last night | 11:03 |
benbrown_ | Not sure what might have caused it, but IME docker-machine isn't the most robust tool :) | 11:04 |
gitlab-br-bot | ybd: merge request (benbrown/no-cull-trees->master: Save trees file after culling) #385 changed state ("merged"): https://gitlab.com/baserock/ybd/merge_requests/385 | 11:05 |
gitlab-br-bot | definitions: merge request (sam/buildstream-autoconvert->master: Add BuildStream conversion script and do ongoing BuildStream convert + build as part of the CI) #52 changed state ("opened"): https://gitlab.com/baserock/definitions/merge_requests/52 | 11:10 |
gitlab-br-bot | definitions: merge request (sam/buildstream-autoconvert->master: Add BuildStream conversion script and do ongoing BuildStream convert + build as part of the CI) #52 changed state ("opened"): https://gitlab.com/baserock/definitions/merge_requests/52 | 11:16 |
gitlab-br-bot | definitions: merge request (sam/buildstream-autoconvert->master: Add BuildStream conversion script and do ongoing BuildStream convert + build as part of the CI) #52 changed state ("opened"): https://gitlab.com/baserock/definitions/merge_requests/52 | 11:17 |
*** tiagogomes has quit IRC | 14:01 | |
*** tiagogomes has joined #baserock | 14:16 | |
*** ctbruce has quit IRC | 14:57 | |
jonathanmaw | ssam2: erk, don't think I'll be getting gdb running in a stage2 chroot. gdb seems to depend on texinfo (for makeinfo), and satisfying dependencies for texinfo requires ncurses, perl, and gdbm. gdbm is failing to build because it can't find aclocal | 15:20 |
ssam2 | are you building it from a tarball ? | 15:20 |
jonathanmaw | it doesn't depend on automake in the definitions, though | 15:20 |
jonathanmaw | ssam2: clone from upstream:gdbm-tarball | 15:21 |
ssam2 | hmm | 15:21 |
ssam2 | you shouldn't need texinfo at all | 15:21 |
ssam2 | are you building gdb from a tarball, I mean ? | 15:21 |
ssam2 | there should definitely be a way to disable docs, or use pregenerated ones from a release tarball | 15:21 |
jonathanmaw | ssam2: using binutils-gdb, since that's what's in the definitions | 15:22 |
ssam2 | try a release tarball | 15:22 |
*** locallycompact has quit IRC | 15:35 | |
*** noisecell has quit IRC | 15:43 | |
jonathanmaw | how odd, gdb from tarball passes the make stage, but expects makeinfo when installing | 15:47 |
ssam2 | that's suspicious | 15:50 |
ssam2 | possible timestamp issues? | 15:50 |
ssam2 | a common pattern is for the release tarball to contain all the generated 'info' files, but also the autoconf bits that regenerate them | 15:51 |
ssam2 | on the assumption that `make` will be smart about not trying to regenerate them | 15:51 |
ssam2 | but things can go wrong with that | 15:51 |
ssam2 | not sure how 'make' could have caused the timestamps of the source files to change, but ... it's often worth doing something like `find . -exec touch -d '20170825-000000' \{} \;` to fix any broken timestamps | 15:53 |
ssam2 | (that -d value is made up, i don't have busybox here to test what the right format actually is) | 15:53 |
ssam2 | or just rip the bits out of the makefiles that are calling `makeinfo`, no point spending too much time debugging broken autotools stuff... | 15:54 |
jonathanmaw | changing the timestamps caused the install to pass | 15:55 |
ssam2 | nice | 15:55 |
*** toscalix has quit IRC | 16:03 | |
*** toscalix has joined #baserock | 16:05 | |
*** toscalix has quit IRC | 16:08 | |
*** gtristan has joined #baserock | 16:20 | |
*** jonathanmaw has quit IRC | 16:33 | |
*** ssam2 has quit IRC | 17:07 | |
*** rdale has quit IRC | 21:57 | |
*** gtristan has quit IRC | 22:00 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!