GNU bug report logs -
#72959
Request for merging "fonts-split-outputs" branch
Previous Next
Reported by: 宋文武 <iyzsong <at> envs.net>
Date: Mon, 2 Sep 2024 10:56:02 UTC
Severity: normal
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72959 in the body.
You can then email your comments to 72959 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72959
; Package
guix-patches
.
(Mon, 02 Sep 2024 10:56:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
宋文武 <iyzsong <at> envs.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 02 Sep 2024 10:56:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I think the branch is ready once it built on CI.
From https://issues.guix.gnu.org/70496:
Hello, here are some patches for font packages which updates
the install phase in font-build-system for multiple outputs, and
use that for some font packages.
When a font family is provided in different formats (eg: both ttf and
otf), font picker will list duplicated entries. To remove those
duplicated entries, these patches will prefer "otf" over "ttf" files
by using '("out" "ttf")) as package's outputs field, so that otf files
will go into the default "out" output.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72959
; Package
guix-patches
.
(Wed, 18 Sep 2024 09:14:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 72959 <at> debbugs.gnu.org (full text, mbox):
Hello,
QA says:
https://qa.guix.gnu.org/branch/fonts-split-outputs
"Failed to process target revision"
and the logs show a build failure in guile-ssh.
Is there a way to try a new evaluation?
Andreas
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72959
; Package
guix-patches
.
(Wed, 18 Sep 2024 09:22:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 72959 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Andreas Enge <andreas <at> enge.fr> writes:
> Hello,
>
> QA says:
> https://qa.guix.gnu.org/branch/fonts-split-outputs
> "Failed to process target revision"
> and the logs show a build failure in guile-ssh.
>
> Is there a way to try a new evaluation?
It's possible to ask the data service to retry, although in this case
I'd maybe rebase the branch, as that will make sure it's up to date as
well as having the data service retry processing it.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72959
; Package
guix-patches
.
(Wed, 18 Sep 2024 09:52:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 72959 <at> debbugs.gnu.org (full text, mbox):
Am Wed, Sep 18, 2024 at 10:21:25AM +0100 schrieb Christopher Baines:
> It's possible to ask the data service to retry, although in this case
> I'd maybe rebase the branch, as that will make sure it's up to date as
> well as having the data service retry processing it.
Good point, although the branch was not very outdated, it had been
rebased on September 2.
I have just rebased, but cannot force push.
So instead I have deleted the remote branch and pushed a new one.
Hopefully this will work with the QA machinery.
Andreas
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72959
; Package
guix-patches
.
(Wed, 18 Sep 2024 10:27:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 72959 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Andreas Enge <andreas <at> enge.fr> writes:
> Am Wed, Sep 18, 2024 at 10:21:25AM +0100 schrieb Christopher Baines:
>> It's possible to ask the data service to retry, although in this case
>> I'd maybe rebase the branch, as that will make sure it's up to date as
>> well as having the data service retry processing it.
>
> Good point, although the branch was not very outdated, it had been
> rebased on September 2.
>
> I have just rebased, but cannot force push.
> So instead I have deleted the remote branch and pushed a new one.
> Hopefully this will work with the QA machinery.
Yep, that's fine, that's the way that all rebases have to be done.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72959
; Package
guix-patches
.
(Wed, 02 Oct 2024 17:09:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 72959 <at> debbugs.gnu.org (full text, mbox):
Hello!
Since ‘fonts-split-outputs’ is next in the merge queue at
<https://qa.guix.gnu.org/> and not fully built yet at bordeaux.guix,
I created this jobset:
https://ci.guix.gnu.org/jobset/fonts-split-outputs
Perhaps 宋文武 you could rebase the branch and trigger a new evaluation
with:
wget --post-data="" -O/dev/null \
https://ci.guix.gnu.org/jobset/fonts-split-outputs/hook/evaluate
?
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72959
; Package
guix-patches
.
(Mon, 07 Oct 2024 12:34:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 72959 <at> debbugs.gnu.org (full text, mbox):
Hello,
Ludovic Courtès <ludo <at> gnu.org> skribis:
> Since ‘fonts-split-outputs’ is next in the merge queue at
> <https://qa.guix.gnu.org/> and not fully built yet at bordeaux.guix,
> I created this jobset:
>
> https://ci.guix.gnu.org/jobset/fonts-split-outputs
>
> Perhaps 宋文武 you could rebase the branch and trigger a new evaluation
> with:
>
> wget --post-data="" -O/dev/null \
> https://ci.guix.gnu.org/jobset/fonts-split-outputs/hook/evaluate
I went ahead and rebased the branch on top of
ff88c8cf3e2b8e3e86f438dd42adfce2db8dc337 and triggered a new evaluation.
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72959
; Package
guix-patches
.
(Thu, 10 Oct 2024 17:53:02 GMT)
Full text and
rfc822 format available.
Message #26 received at 72959 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> writes:
> Ludovic Courtès <ludo <at> gnu.org> skribis:
>
>> Since ‘fonts-split-outputs’ is next in the merge queue at
>> <https://qa.guix.gnu.org/> and not fully built yet at bordeaux.guix,
>> I created this jobset:
>>
>> https://ci.guix.gnu.org/jobset/fonts-split-outputs
>>
>> Perhaps 宋文武 you could rebase the branch and trigger a new evaluation
>> with:
>>
>> wget --post-data="" -O/dev/null \
>> https://ci.guix.gnu.org/jobset/fonts-split-outputs/hook/evaluate
>
> I went ahead and rebased the branch on top of
> ff88c8cf3e2b8e3e86f438dd42adfce2db8dc337 and triggered a new evaluation.
Things have been building but QA hasn't quite submitted all the new
builds post rebase yet. This might be complicated by the lack of
issues.guix.gnu.org, once it's back though things will hopefully not
take too much longer to finish building.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72959
; Package
guix-patches
.
(Mon, 14 Oct 2024 10:53:02 GMT)
Full text and
rfc822 format available.
Message #29 received at 72959 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Christopher Baines <mail <at> cbaines.net> writes:
> Ludovic Courtès <ludo <at> gnu.org> writes:
>
>> Ludovic Courtès <ludo <at> gnu.org> skribis:
>>
>>> Since ‘fonts-split-outputs’ is next in the merge queue at
>>> <https://qa.guix.gnu.org/> and not fully built yet at bordeaux.guix,
>>> I created this jobset:
>>>
>>> https://ci.guix.gnu.org/jobset/fonts-split-outputs
>>>
>>> Perhaps 宋文武 you could rebase the branch and trigger a new evaluation
>>> with:
>>>
>>> wget --post-data="" -O/dev/null \
>>> https://ci.guix.gnu.org/jobset/fonts-split-outputs/hook/evaluate
>>
>> I went ahead and rebased the branch on top of
>> ff88c8cf3e2b8e3e86f438dd42adfce2db8dc337 and triggered a new evaluation.
>
> Things have been building but QA hasn't quite submitted all the new
> builds post rebase yet. This might be complicated by the lack of
> issues.guix.gnu.org, once it's back though things will hopefully not
> take too much longer to finish building.
The builds have been progressing. Substitute availability isn't quite as
high as master yet, and there are probably some flaky builds that'll
require more attempts to get substitutes, but it looks like this can be
merged this week.
I had a look at why x86_64-linux on ci.guix.gnu.org is a bit behind, and
some builds seem to be in the failed dependency state, but with no
failed dependency listed. Clicking the restart button does prompt that
thing to be built, but doesn't seem to unblock the builds on mass.
宋文武, are you available to push this once it's ready?
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72959
; Package
guix-patches
.
(Mon, 14 Oct 2024 12:41:02 GMT)
Full text and
rfc822 format available.
Message #32 received at 72959 <at> debbugs.gnu.org (full text, mbox):
Hi Christopher,
Christopher Baines <mail <at> cbaines.net> skribis:
> Ludovic Courtès <ludo <at> gnu.org> writes:
>
>> Ludovic Courtès <ludo <at> gnu.org> skribis:
>>
>>> Since ‘fonts-split-outputs’ is next in the merge queue at
>>> <https://qa.guix.gnu.org/> and not fully built yet at bordeaux.guix,
>>> I created this jobset:
>>>
>>> https://ci.guix.gnu.org/jobset/fonts-split-outputs
>>>
>>> Perhaps 宋文武 you could rebase the branch and trigger a new evaluation
>>> with:
>>>
>>> wget --post-data="" -O/dev/null \
>>> https://ci.guix.gnu.org/jobset/fonts-split-outputs/hook/evaluate
>>
>> I went ahead and rebased the branch on top of
>> ff88c8cf3e2b8e3e86f438dd42adfce2db8dc337 and triggered a new evaluation.
>
> Things have been building but QA hasn't quite submitted all the new
> builds post rebase yet. This might be complicated by the lack of
> issues.guix.gnu.org, once it's back though things will hopefully not
> take too much longer to finish building.
Yeah. FWIW we’re at 64% successfully built at
<https://ci.guix.gnu.org/jobset/fonts-split-outputs>.
It’ll still be some time before AArch64 builds even start (20% still
queued), though perhaps we shouldn’t wait for it.
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72959
; Package
guix-patches
.
(Tue, 15 Oct 2024 15:58:02 GMT)
Full text and
rfc822 format available.
Message #35 received at 72959 <at> debbugs.gnu.org (full text, mbox):
Hello,
Christopher Baines <mail <at> cbaines.net> skribis:
> The builds have been progressing. Substitute availability isn't quite as
> high as master yet, and there are probably some flaky builds that'll
> require more attempts to get substitutes, but it looks like this can be
> merged this week.
Yay, good.
> I had a look at why x86_64-linux on ci.guix.gnu.org is a bit behind, and
> some builds seem to be in the failed dependency state, but with no
> failed dependency listed. Clicking the restart button does prompt that
> thing to be built, but doesn't seem to unblock the builds on mass.
Right, I broke that with recent changes to Cuirass (I even wrote tests
that happen to not test the right thing…).
> 宋文武, are you available to push this once it's ready?
If not, we can probably do it on their behalf, in an effort to move
forward.
Thanks,
Ludo’.
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Sat, 19 Oct 2024 14:45:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
宋文武 <iyzsong <at> envs.net>
:
bug acknowledged by developer.
(Sat, 19 Oct 2024 14:45:03 GMT)
Full text and
rfc822 format available.
Message #40 received at 72959-done <at> debbugs.gnu.org (full text, mbox):
Hello,
I have just pushed the fonts-split-outputs branch, which had been built
on QA, after rebasing it on master.
Now I have rebased mesa-updates on the (new) master branch and pushed it;
normally it should be picked up and built automatically by QA.
Thanks to you all for your patience!
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 17 Nov 2024 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 211 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.