*** bochecha has joined #buildstream | 01:00 | |
*** bochecha has quit IRC | 01:43 | |
*** bochecha has joined #buildstream | 03:11 | |
*** bochecha has quit IRC | 03:43 | |
*** bochecha has joined #buildstream | 05:11 | |
*** bochecha has quit IRC | 05:43 | |
*** palasso has joined #buildstream | 05:50 | |
*** bochecha has joined #buildstream | 05:52 | |
*** bochecha has quit IRC | 06:24 | |
*** bochecha has joined #buildstream | 07:08 | |
*** bochecha has quit IRC | 07:59 | |
*** bochecha has joined #buildstream | 07:59 | |
*** bochecha has quit IRC | 08:03 | |
*** bochecha has joined #buildstream | 08:03 | |
*** jonathanmaw has joined #buildstream | 08:16 | |
*** ssam2 has joined #buildstream | 08:58 | |
gitlab-br-bot | buildstream: issue #64 ("Give a clear error when someone attempts to subclass an element from a plugin") changed state ("opened") https://gitlab.com/BuildStream/buildstream/issues/64 | 09:09 |
---|---|---|
gitlab-br-bot | buildstream: merge request (summary-status->master: Print status message when fetching artifact list) #74 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/74 | 09:31 |
gitlab-br-bot | push on buildstream@summary-status (by Sam Thursfield): 8 commits (last: _pipeline.py: Fix --deps run) https://gitlab.com/BuildStream/buildstream/commit/1c2a884125092ef0bf9c53fc662de75099f77ec3 | 09:31 |
gitlab-br-bot | push on buildstream@master (by Sam Thursfield): 2 commits (last: _pipeline.py: Add remote_ticker for artifact list fetching) https://gitlab.com/BuildStream/buildstream/commit/34f884ed0faf878b7d13a848521dcb91a230c50d | 09:50 |
gitlab-br-bot | buildstream: issue #60 ("Status message when doing cache network operations") changed state ("closed") https://gitlab.com/BuildStream/buildstream/issues/60 | 09:50 |
gitlab-br-bot | buildstream: issue #60 ("Status message when doing cache network operations") changed state ("closed") https://gitlab.com/BuildStream/buildstream/issues/60 | 09:50 |
gitlab-br-bot | buildstream: merge request (summary-status->master: Print status message when fetching artifact list) #74 changed state ("merged"): https://gitlab.com/BuildStream/buildstream/merge_requests/74 | 09:50 |
gitlab-br-bot | buildstream: Jürg Billeter deleted branch summary-status | 09:50 |
gitlab-br-bot | buildstream: merge request (noforcews->master: workspace open: --no-checkout doesn't need --force) #77 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/77 | 12:35 |
jonathanmaw | hrm, I'm seeing "AttributeError: 'ImportElement' object has no attribute 'commands'" when trying to build | 12:43 |
jonathanmaw | Is this a known problem? | 12:43 |
jonathanmaw | full paste at https://pastebin.com/hFDEGeY7 | 12:45 |
gitlab-br-bot | push on buildstream@source-bundle-import (by Jürg Billeter): 1 commit (last: import.py: Implement generate_script() for source bundles) https://gitlab.com/BuildStream/buildstream/commit/8e695fe4bacb470cf9095581176451b8bb88083e | 12:58 |
gitlab-br-bot | buildstream: merge request (source-bundle-import->master: import.py: Implement generate_script() for source bundles) #78 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/78 | 12:59 |
juergbi | jonathanmaw: that was #59 and should be fixed with the above merge request | 13:01 |
jonathanmaw | ah, too | 13:01 |
jonathanmaw | ta juergbi | 13:01 |
*** tlater has joined #buildstream | 13:05 | |
*** persia has joined #buildstream | 13:17 | |
*** jonathanmaw has left #buildstream | 13:19 | |
*** jonathanmaw has joined #buildstream | 13:19 | |
jjardon[m] | I have problems building a module that needs to access the network: https://gitlab.com/baserock/definitions/-/jobs/29318541 how bst workaround this? | 13:29 |
*** yash10p has joined #buildstream | 14:18 | |
ssam2 | jjardon[m], that's a DESTDIR issue | 14:31 |
ssam2 | looks like my patch was wrong | 14:31 |
ssam2 | "could not open /etc/xml/catalog for saving" -- it should be writing to "$DESTDIR/etc/xml/catalog" | 14:32 |
ssam2 | actually your build is just running './post-install.sh' without setting destdir.sh -- try rebasing on https://gitlab.com/baserock/definitions/merge_requests/48 | 14:34 |
ssam2 | s/destdir.sh/DESTDIR/ | 14:35 |
jjardon[m] | ssam2: ah, rigth; I was already using your patch: https://gitlab.com/baserock/definitions/commits/jjardon/bst_test4 | 14:42 |
ssam2 | i don't see that patch in that branch ? | 14:43 |
ssam2 | oh, yes I see it | 14:43 |
ssam2 | i haven't got that far in my build yet | 14:43 |
ssam2 | what are the post-install commands in the generated docutils/xml-catalog.bst file ? | 14:44 |
ssam2 | I have `DESTDIR="%{install-root}" ./post-install.sh` ... but your buildstream output shows just `./post-install.sh` | 14:44 |
ssam2 | my local build hasn't got that far yet because gzip seems broken -- the gnulib bootstrap script is failing to find rsync | 14:44 |
ssam2 | that seems to be a bug in defs2bst .. it's losing the pre-configure-commands | 14:45 |
ssam2 | bah, my issue is that i moved all the definitions into an 'old' subdir, and git's rename detection failed to notice when applying the gzip patch | 15:00 |
* ssam2 sacks off the old/ idea | 15:01 | |
gitlab-br-bot | push on buildstream@cross_platform (by Tristan Maat): 4 commits (last: _sandboxchroot.py: Improve mount interface) https://gitlab.com/BuildStream/buildstream/commit/25850c8643e0bf985e26cb80098a2ccd951b200a | 15:14 |
ssam2 | jjardon[m], i just built xml-catalog successfully with buildstream, so I think something is wrong with your conversion... | 15:37 |
ssam2 | ohh | 15:37 |
ssam2 | i pushed a change to defs2bst.git ... maybe try pulling in there | 15:37 |
ssam2 | not sure it's the same issue though | 15:38 |
jjardon[m] | ok, thanks, I will try later | 15:41 |
gitlab-br-bot | push on buildstream@cross_platform (by Tristan Maat): 2 commits (last: tarcache.py: Improve tar interface) https://gitlab.com/BuildStream/buildstream/commit/6e1883e0c0b8b71da381604c5e1d9114f9187336 | 15:44 |
*** xjuan has joined #buildstream | 16:36 | |
gitlab-br-bot | push on buildstream@cross_platform (by Tristan Maat): 1 commit (last: _sandboxchroot.py: Improve mount error reporting) https://gitlab.com/BuildStream/buildstream/commit/c69fdda0d7f32fb0a9916991e2e1c550b03619da | 16:46 |
*** bochecha has quit IRC | 16:49 | |
*** bochecha has joined #buildstream | 16:49 | |
*** ssam2 has quit IRC | 16:53 | |
*** bochecha has quit IRC | 16:53 | |
*** bochecha has joined #buildstream | 16:53 | |
gitlab-br-bot | push on buildstream@cross_platform (by Tristan Maat): 1 commit (last: Fix failing tests) https://gitlab.com/BuildStream/buildstream/commit/d77e0c4831116665adc0b4d1f6dc529d9e6772c5 | 16:57 |
*** jonathanmaw has quit IRC | 17:02 | |
gitlab-br-bot | push on buildstream@cross_platform (by Tristan Maat): 6 commits (last: _sandboxchroot.py: Improve mount interface) https://gitlab.com/BuildStream/buildstream/commit/71d6a79963a30f46254d4ffa68c366d6b11dbc47 | 17:07 |
gitlab-br-bot | push on buildstream@cross_platform (by Tristan Maat): 6 commits (last: _sandboxchroot.py: Improve mount interface) https://gitlab.com/BuildStream/buildstream/commit/7dda1f76ecdd2160ebfd236ccf3b4bd20b5b6f2f | 17:08 |
*** jude has quit IRC | 17:08 | |
*** tlater has quit IRC | 17:17 | |
*** yash10p has quit IRC | 17:57 | |
*** xjuan has quit IRC | 18:20 | |
*** yash10p has joined #buildstream | 18:53 | |
*** xjuan has joined #buildstream | 19:30 | |
*** xjuan has quit IRC | 19:40 | |
*** tristan has joined #buildstream | 21:26 | |
*** palasso has quit IRC | 21:27 | |
*** palasso has joined #buildstream | 21:41 | |
*** bochecha has quit IRC | 21:53 | |
*** palasso has quit IRC | 22:34 | |
*** xjuan has joined #buildstream | 22:58 | |
*** yash10p has quit IRC | 23:23 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!