Am Thu, Apr 13, 2023 at 10:43:31PM +0200 schrieb Simon Tournier:
> Do you mean replace all the occurrences of 'wget' by 'wget2'? Maybe
> only the occurrences of 'wget' by 'wget2' for the current broken
> packages on i686?
Yes, assuming that wget2 is the future and wget a thing of the past.
But it
Am Thu, Apr 13, 2023 at 10:57:38PM +0200 schrieb Simon Tournier:
> --8<---cut here---start->8---
> building of `/gnu/store/i6h8q8jgqxli3mkfyw7lpwzf7gq6mrxk-ghc-8.10.7.drv'
> timed out after 3600 seconds of silence
> @ build-failed /gnu/store/i6h8q8jgqxli3mkfyw7lp
Am Thu, Apr 13, 2023 at 06:25:47PM +0200 schrieb Andreas Enge:
> For the Fortran bindings, I am hesitant as well. I think it is bad style
> to disable a test just because it fails ;-) Maybe someone with experience
> in numpy can speak up.
Well, given how many packages on i686 eventual
Am Fri, Apr 14, 2023 at 10:25:25AM +0200 schrieb Andreas Enge:
> I have just started a manual build on berlin and will keep you updated.
This also did not work - timeout after 3600 seconds of silence,
the property is overwritten by the guix daemon, I think.
Anyway, as said before, I rather th
Am Sat, Apr 15, 2023 at 09:59:20AM +0200 schrieb Josselin Poiret:
> Good question. My personal opinion on this is that fixes for
> dependencies that impact multiple packages could be reviewed on the spot
> while leaf packages could wait until later.
I feel more adventurous. Since anyway we are sp
Am Fri, Apr 14, 2023 at 03:29:01PM -0400 schrieb Maxim Cournoyer:
> The staging branch has been merged to master.
Thanks and congratulations!
> Should we remove the branch from Cuirass and Guix, knowing that teams
> is the way going forward?
Definitely! I will go ahead and do so. If we want a st
Hello Lars,
Am Fri, Apr 14, 2023 at 08:40:32PM +0200 schrieb Lars-Dominik Braun:
> do you have a log file indicating where exactly it failed?
here is one:
http://localhost:8081/build/804101/log/raw
There is consistently this timeout after printing the lines
=> galois_raytrace(normal) 4154
Am Fri, Apr 14, 2023 at 08:51:18PM -0400 schrieb Maxim Cournoyer:
> None, but are there wget uptsream reports about the problem?
I do not see anything at
https://gitlab.com/gnuwget/wget
Andreas
Am Fri, Apr 14, 2023 at 08:05:46PM + schrieb Kaelyn:
> I just sent in https://issues.guix.gnu.org/62843 to disable the two tests for
> i686 and armhf (disabling TestKind.test_all for armhf might not be needed,
> but the Gentoo package definition suggests the huge array test will fail for
> a
Am Sat, Apr 15, 2023 at 01:20:07PM +0200 schrieb Andreas Enge:
> The recent master/staging merge apparently broke python-pytest even on
> x86_64, see message below, which should be sorted out first.
I tried to update to the more recent versions 7.2.2 and 7.3.1, but the
recipe does not work
Hello,
when looking at the powerpc machines at
https://ci.guix.gnu.org/workers
one sees that only one slot out of two is used on guixp9, and nothing
at all on sjd-p9.
Could someone with knowledge how cuirass is set up on berlin have a look,
please? In the meantime, I will just connect manually
Hello Josselin,
Am Sat, Apr 15, 2023 at 04:08:18PM +0200 schrieb Josselin Poiret:
> This should also fix it without bumping python-pytest to a new version (since
> it
> has so many dependents, don't want to introduce new breakage now).
in the meantime Maxim updated pytest to the latest version,
Am Sat, Apr 15, 2023 at 09:52:50PM +0200 schrieb Andreas Enge:
> when looking at the powerpc machines at
>https://ci.guix.gnu.org/workers
> one sees that only one slot out of two is used on guixp9, and nothing
> at all on sjd-p9.
It is definitely a thing with cuirass. When I manu
Am Sat, Apr 15, 2023 at 09:59:00PM +0200 schrieb Andreas Enge:
> I will try to revert the commit that updates pytest and apply yours instead
> to see if this is the safer route.
It was, in this way I get a working python-numpy on x86_64 and i686.
I think we should be rather conservative no
Am Sat, Apr 15, 2023 at 01:20:07PM +0200 schrieb Andreas Enge:
> The recent master/staging merge apparently broke python-pytest even on
> x86_64, see message below, which should be sorted out first.
With pytest repaired, your patch builds numpy successfully on both x86
architectures.
es!
Andreas
>From 0991a0daf74c0a3754618f99b7a7cb812debfa1a Mon Sep 17 00:00:00 2001
From: Andreas Enge
Date: Sat, 15 Apr 2023 22:52:39 +0200
Subject: [PATCH] gnu: wget: Add patch needed for i686.
* gnu/packages/patches/wget-hsts-portability.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register
Hello all,
the merge of staging to master, and the subsequent merge of master to
core-updates did break a few things; but on the positive side, we are
halfway there with getting rid of the staging and core-updates branches ;-)
CI has almost caught up on x86_64; looking at the dashboard at
https
Am Sun, Apr 16, 2023 at 01:09:02PM +0200 schrieb Andreas Enge:
> A single package holds up a lot (gtk+ and so on): openldap.
It was pointed out to me on IRC that there are already two fixes available
on our issue tracker! I applied one of them and also removed the additional
phase as sugges
Am Sun, Apr 16, 2023 at 01:09:02PM +0200 schrieb Andreas Enge:
> On i686, we are still stuck by wget.
HEAD of git solves the problem, I will try to propose a solution later.
Andreas
Am Sat, Apr 15, 2023 at 06:25:52PM + schrieb Kaelyn:
> I tried to update the package definition to be able to build from git but it
> became a much bigger rabbit hole than I have the energy for at the moment.
As an explanation, this may be because the git checkout contains gnulib
as a submodu
Am Sun, Apr 16, 2023 at 04:00:15PM +0200 schrieb Andreas Enge:
> HEAD of git solves the problem, I will try to propose a solution later.
Due to gnulib handled as a submodule, this turned out to be quite tricky
(for details, see the IRC logs with my discussion with jlicht).
The solution is
Am Sun, Apr 16, 2023 at 08:57:48PM +0200 schrieb Andreas Enge:
> As a stop-gap measure, I suggest to use a self-hosted tarball as in the
> attached commit. I have good hope that we will soon see a 1.23.4 release,
> see https://lists.gnu.org/archive/html/bug-wget/2023-04/msg2.html
Am Tue, Apr 04, 2023 at 09:55:37AM +0200 schrieb Lars-Dominik Braun:
> > I have just fixed calibre. It failed to build because .sip fails are
> > now in a subdirectory /lib/python3.10/site-packages/PyQt5/bindings
> > instead of /share/sip (or maybe before, they were in both directories).
> no, it w
Am Mon, Apr 17, 2023 at 08:18:00AM + schrieb Guillaume Le Vaillant:
> I tried to build the 1611 dependents of sbcl on x86-64, and most of them
> build fine. I get only 6 failures, some of them because some
> dependencies like mysql or supercollider are failing to build.
> So overall, Common Lis
Hello,
just a quick update after a night of building on CI.
Things look generally quite good on x86_64; some things are being rebuilt
due to the recent wget update, and that should hopefully also sort out
i686 rather quickly.
Am Sun, Apr 16, 2023 at 01:09:02PM +0200 schrieb Andreas Enge
Hello Simon,
you wrote recently that Julia requires more than 4GB to build, and the 16GB
of my laptop were indeed not enough. Now I see this on CI for i686:
Error in testset core:
Error During Test at
/tmp/guix-build-julia-1.8.3.drv-0/julia-1.8.3/test/testdefs.jl:21
Got exception outside of a @
Am Mon, Apr 17, 2023 at 11:03:25AM +0200 schrieb Andreas Enge:
> - ghc is taking a long time...
Actually ghc@9.0 fails its tests, which are written in Python (it looks
like ".abc" needs to be added to collections); but since it is not needed
for bootstrapping any more, maybe we
Am Mon, Apr 17, 2023 at 02:19:43PM +0200 schrieb Simon Tournier:
> and instead we could try this shorter one:
>7.8.4
> -> 8.0.2 (needs >= 7.10)
Here it looks like we still need 7.10.
> where ghc-x.y is a full GHC containing the complete testsuite. I
> propose here to replace by ’ghc-x.y/boot
Am Mon, Apr 17, 2023 at 11:03:25AM +0200 schrieb Andreas Enge:
> On aarch64 and powerpc, we are still stuck by CI problems.
Things improve! I could reenable sjd-p9 by a little "guix gc". Thanks to
Ricardo for walking me through a few cuirass steps! So we have four more
build slo
Am Mon, Apr 17, 2023 at 03:32:45PM +0200 schrieb Simon Tournier:
> Well, Julia builds fine for me, both on x86_64 and i686 (using the
> option -s i686-linux). But indeed, Julia requires some memory to pass
> the test suite – more than 16GB.
Okay, then maybe we could just restart the builds. In an
Am Mon, Apr 17, 2023 at 07:47:16PM +0200 schrieb Simon Tournier:
> All in all, I am proposing to send a patch for the first path for this
> core-updates cycle and postpone this other path – not doable for this
> cycle; I will resume this story later.
> Andreas, core-updates is frozen but is the for
Am Mon, Apr 17, 2023 at 02:03:14PM -0400 schrieb Maxim Cournoyer:
> I think python is starting to look good here, after a few upgrades.
> It'll cause a rebuild of at least GTK+, so I'll push it a bit later
> today (during the European night).
Nice! I just merged master back, hopefully this is all
Good news! The latest julia build on i686 has succeeded:
https://ci.guix.gnu.org/build/1032346/details
Andreas
Am Mon, Apr 17, 2023 at 09:01:20PM +0200 schrieb Lars-Dominik Braun:
> shouldn’t this snippet from 8.10 also work for 9.0?
>(modules '((guix build utils)))
>(snippet
> ;; collections.Iterable was moved to collections.abc in Python
> 3.10.
> '(substit
Am Tue, Apr 18, 2023 at 05:04:35AM + schrieb John Kehayias:
> I took a stab at a few random packages and ended up finding out that
> python-urllib3 needed an update due to our updated
> python-cryptography. Only saw this through test failures of leaf
> packages rather than itself (noted in upst
Hello all,
just a quick update to share good news and to heap praise on people who are
not rewarded by seeing their name in a git commit.
Am Mon, Apr 17, 2023 at 11:03:25AM +0200 schrieb Andreas Enge:
> On aarch64 and powerpc, we are still stuck by CI problems.
Thanks to tireless work
Am Wed, Apr 19, 2023 at 01:47:16PM +0200 schrieb Nicolas Goaziou:
> AFAIU, this is not sufficient. All dependencies do not appear in
> "texlive.tlpbd". For example, `texlive-halloweenmath' has no "depend"
> entry in the tlpbd. Yet, it requires both texlive-amsmath and
> texlive-pict2e (i.e., "hallo
Am Wed, Apr 19, 2023 at 11:58:03AM +0100 schrieb Christopher Baines:
> I haven't restarted submitting builds for core-updates given I think
> there's still some big changes going to land, but in any case, it would
> be good to get this going once there are no planned big changes (aka the
> branch i
Hello,
thanks for bringing this back to our attention!
Am Wed, Apr 19, 2023 at 02:41:57PM + schrieb Kaelyn:
> While I know it is late in the process of preparing core-updates for merging
> into master, I wanted to ask if it would be possible to have the patch
> addressed prior to the merge?
Hello,
Am Fri, Apr 14, 2023 at 06:47:04PM -0400 schrieb Brian Cully via Development of
GNU Guix and the GNU System distribution.:
> I've run into issues with two packages on core-updates that fail to build
> because the zip library being used can't handle dates before 1980. I assume
> there are m
Am Thu, Apr 20, 2023 at 02:56:48PM +0100 schrieb Christopher Baines:
> Andreas suggested on IRC that I get things building, so I've configured
> the qa-frontpage to start submitting builds for core-updates again.
> You can track the progress here [1] of course, and if you want to get an
> idea if a
Hello Maxim,
Am Wed, Apr 19, 2023 at 02:41:31PM +0200 schrieb Andreas Enge:
> I am not sure what "frozen" means exactly; I would say we must not make
> commits to core-updates unless they repair a broken package, or maybe help
> repair broken packages further down towards the l
Am Fri, Apr 21, 2023 at 10:20:18AM +0200 schrieb Simon Tournier:
> Since Haskell is also broken on master for i686, I guess the option is
> to apply on some “feature™ branch” after the merge, right?
Yes indeed.
> Therefore, if many things are still missing, I suggest to apply #62967
> [2]. It re
Hello,
the dashboard is completely red for aarch64 on core-updates:
https://ci.guix.gnu.org/eval/397792/dashboard?system=aarch64-linux
but when I follow any dependency chain, I end up with the scheduled build
of xz:
https://ci.guix.gnu.org/build/512146/details
So I suppose that this is just
Hello Liliana,
Am Sun, Apr 23, 2023 at 01:45:19AM +0200 schrieb Liliana Marie Prikler:
> as with the recent update to Evolution, this is an update to get a
> package into a working state again.
gfeeds has python-magic as input, which fails on the soon to be merged
core-updates. It would be intere
Am Fri, Apr 21, 2023 at 07:04:19PM +0200 schrieb reza.housse...@gmail.com:
> Consider my praise added as well! Was there already a discussion about adding
> liberapay, to at least have some monetary compensation for the hard and
> necessary work done by all these volunteers?
Thanks for the thanks!
Hello,
yesterday I updated my system to core-updates. Since I am writing this
message now, you can deduce that it succeeded. Well, there is no reason
you should care, but it could encourage you to do the same. :)
I used commands like "./pre-inst-env guix package/system ...", but this
resulted in
Hello John,
thanks for your report, and the patch work!
Am Sun, Apr 23, 2023 at 06:51:27PM + schrieb John Kehayias:
> If things continue looking good, are we planning to see the merge in
> the next few days?
Yes, the plan is to merge on Tuesday.
Andreas
Am Mon, Apr 24, 2023 at 12:01:51PM +0200 schrieb Josselin Poiret:
> * gnu/packages/patches/python-shiboken-2-compat.patch: Fix the patch according
> to upstream.
Pushed!
Andreas
Hello,
people have been working on packages close to the leaves which did not
build any more in core-updates; but as far as I can see, nothing major
has popped up that would prevent a merge.
So unless there is firm opposition, I intend to merge core-updates to
master tomorrow as announced, in the
Hello all,
I have just merged core-updates into master and deleted the branch!
This has been a long adventure, which became particularly intensive
after the last Guix Days in February. First and foremost many thanks to
everyone who contributed to the branch, be it by commits, discussions or
by wor
Hello Kaelyn,
thanks for your research!
Am Wed, Apr 19, 2023 at 04:07:51PM + schrieb Kaelyn:
> * https://issues.guix.gnu.org/62176 can be closed when core-updates is
> merged, since core-updates contains mesa 22.2.4
> * Though not exactly mesa-related, https://issues.guix.gnu.org/61364 can
Hello Arun,
this looks all very nice, thanks a lot!
I have a few "bug reports" about "mumi web".
When I start it, it runs on 0.0.0.0, port 1.2.3.4; should it not choose
a sensible default, such as localhost and 8080? Running
mumi web --address=localhost --port=8080
complains that it does not
Hello,
I wanted to set up automatic building on cuirass for the Python updates
branch, but was not sure which one it is:
$ git branch -a | grep python
remotes/origin/python-updates
remotes/origin/wip-python-graphviz
remotes/origin/wip-python-mne
remotes/origin/wip-python-pep517
Some of th
Hello,
indeed someone™ should update the documentation to describe the new
process. Probably we should agree on one before doing that as well...
In principle all big updates should go through a feature branch now.
However, this does not solve the problem of limited build power in our
two build fa
Hello,
Am Tue, May 09, 2023 at 11:54:00AM +0300 schrieb Efraim Flashner:
> The way its currently setup all we need to do is re-add aarch64-linux to
> the supported-systems of rust-bootstrap and it'll be enabled again, and
> build successfully eventually.
I am confused by what happened; did you di
PS: Congratulations for getting the first team branch through!
And thanks for waiting until the core-updates merge :-)
Hello!
Am Tue, May 09, 2023 at 02:40:21PM +0100 schrieb Christopher Baines:
> This has been somewhat successful, you should be able to see the machine
> (named rochor) on the prototype activity viewer [2].
These are exciting news!
Does it mean that this bug, for instance:
https://issues.guix.
Am Mon, May 08, 2023 at 10:15:56AM -0700 schrieb Felix Lechner:
> How about requiring prior to merging a feature branch that substitutes
> exist for all changed derivations? It would prevent build failures and
> preempt local builds, and thereby improve the experience for average
> users.
Taken ab
Hello,
Am Mon, May 08, 2023 at 01:01:05PM -0400 schrieb Maxim Cournoyer:
> - I'd make the team branches permanent; e.g. the 'gnome-team' branch
> would always exist, and get synced periodically to master (when enough
> built/deemed stable). This should reduce the overhead of constantly
> ha
Am Tue, May 09, 2023 at 11:43:01AM -0400 schrieb Greg Hogan:
> I have an up-to-date Guix but am unable to fetch the substitute from
> http://ci.guix.gnu.org/build/1332269/details
So the link indicates that the build has succeeded "19 hours ago",
which would mean on May 9 around 14:30 UTC, which
Hello all,
the title says it all, I wish to share some conclusions from working on
the core-updates merge. Clearly our tooling could be improved for the task;
there was some flying by night without instruments, and in the end I
merged the branch without being really able to tell how it compared
to
Am Wed, May 10, 2023 at 09:23:11AM -0400 schrieb Maxim Cournoyer:
> Feel free to remove 'wip-cross-built-rust'
Done!
> We'd have to try, I would assume it may cause errors in Cuirass (it'd
> make sense that it let you know: hey, you've defined a job spec that
> won't build anything!)
I just dele
Am Wed, May 10, 2023 at 03:40:31PM +0200 schrieb Andreas Enge:
> I just deleted the rust-team branch, we will see what happens.
Apparently nothing. Here is an excerpt of /var/log/cuirass.log:
2023-05-10 15:44:10 Fetching channels for spec 'gnuzilla-updates'.
2023-05-10 15:44:19 Fetc
Am Wed, May 17, 2023 at 04:30:44PM +0200 schrieb Remco van 't Veer:
> What's the preferred / politest way to draw attention to patches (and /
> or bugs) which seem to have been overlooked?
No idea, ideally it should not be necessary ;-)
There is a certain backlog in the QA process so that your pat
Hello Remco,
Am Fri, May 19, 2023 at 11:48:08AM +0200 schrieb Remco van 't Veer:
> Ruby 2.6 is EOL and 2.7 got it's "last" release in march
> (https://www.ruby-lang.org/en/news/2023/03/30/ruby-2-7-8-released/). So
> I guess 2.6 can be dropped and 2.7 may linger for a while?
the announcement stat
Hello,
Am Tue, May 23, 2023 at 01:24:00PM + schrieb jgart:
> I was openly ideating on having shell syntax like we do currently for
> emacs-ement@0.9.3, for example, but for a subset of package transformation
> options as well.
I am a bit wary of too much intelligence in interpreting command
Am Tue, May 23, 2023 at 02:12:02PM + schrieb jgart:
> > I think your semantics ends up meaning "try to make sense of the version
> > field, and give me the package at this version".
> Aren't these the current semantics of guix package transformations though?
> I'm just proposing shell syntax
Hello,
Am Thu, May 25, 2023 at 02:52:24PM +0100 schrieb Christopher Baines:
> So please share the output from wget and if you're comfortable doing so,
> the rough real world location of where the computer doing the
> downloading is.
I am in France with a 100Mb/s FTTH link, and download is fast fr
Hello,
Am Wed, May 31, 2023 at 08:20:15PM +0200 schrieb Josselin Poiret:
> Does this happen on master?
on the lastest master commit, qtbase@6 is available as a substitute
(I did not check whether from berlin or bordeaux).
Andreas
Hello Chris,
thanks for taking up this issue! I agreed with Ludovic's comments, so
things look good now for me. A very minor point: In the section on
"trivial" changes, I would drop this sentence (which was already there
before):
"This is subject to being adjusted, allowing individuals to commit d
Hello Andy,
Am Tue, May 30, 2023 at 10:54:20AM -0700 schrieb Andy Tai:
> Hi, following previous comments (thanks) I have submitted a patch to
> correctly fix a build failure due to compiler warnings, instead of
> avoiding not building tests, on this Guix bug issue:
> https://debbugs.gnu.org/cgi/bu
Hello,
Am Sat, Jun 10, 2023 at 11:17:44PM -0400 schrieb Maxim Cournoyer:
> > That to me says this should go to staging.
> Correct. Except there's no staging branch anymore. I guess we should
> create one? :-)
I would say it should go to a team branch; xsystem?
Regardless of name, I think the
Am Sun, Jun 11, 2023 at 10:37:14AM +0100 schrieb Christopher Baines:
> My reading of this line is that "adjusted" is probably not the right
> word to use, but I think the intent here is to talk about how currently
> it's accepted that people can and will push non-controversial changes on
> parts th
Hello,
Am Sun, Jun 11, 2023 at 06:10:37PM -0700 schrieb Felix Lechner:
> That was probably a misunderstanding. I meant to suggest with some
> trepidation that 'master' is merged into the feature branch, and then
> the feature branch is merged back into 'master'. I thought the two
> merge commits w
Hello,
Am Mon, Jun 19, 2023 at 06:25:04PM + schrieb John Kehayias:
> Master can be merged into this branch just prior to a patches going to this
> branch with the expectation merging back to master will be soon after and
> changes are only affecting packages that won't be touched on master a
Am Wed, Jul 05, 2023 at 09:47:06AM -0600 schrieb Katherine Cox-Buday:
> I disagree with this because it seems like Mesa moves along at a pretty
> brisk pace and I feel like we'd be constantly recreating the same branch:
> 23.1.3, 2023-06-22 (14 days)
> 23.1.2, 2023-06-08 ( 9 days)
> 23.0.4, 2023-05
Am Wed, Jul 05, 2023 at 08:19:48PM + schrieb John Kehayias:
> This is a good question and one I wonder about when packaging
> sometimes. The general guideline I've seen expressed in Python land at
> least (not sure if this is in the manual, but this discussion can go
> towards clarifying) is th
Hello Andy,
Am Mon, Jun 26, 2023 at 12:09:41PM -0700 schrieb Andy Tai:
> The state of them is that there are two prerequisites that have passed
> Guix QA check:
> https://issues.guix.gnu.org/64001
I had a quick look at this patch, but am a bit confused. If I read it
correctly, it updates tzdata (
Am Sun, Jul 23, 2023 at 08:23:36PM +0100 schrieb Christina O'Donnell:
> Sorry, I've just seen this is a duplicate of
> https://issues.guix.gnu.org/64729.
> I should have checked there first!
No problem, thanks for the report anyway! The package builds now, so a new
"guix pull" should be enough.
Am Sun, Jul 02, 2023 at 10:36:26PM +0200 schrieb Ludovic Courtès:
> You’re now well known so pretty much the only thing I would wait for as
> a reviewer before applying these updates is (1) a green light from
> qa.guix,
This looks like it lags behind now.
> and (2) a bit of spare time.
Ah, we sh
Am Mon, Jul 24, 2023 at 09:28:38AM -0700 schrieb Andy Tai:
> Hi, these patches have been merged by Mr. Song (iyzs...@envs.net) . He worked
> to get these built without the two extra patches. Thanks
So closing the bugs
https://issues.guix.gnu.org/64001 and
https://issues.guix.gnu.org/64012 ;
Am Wed, Jul 26, 2023 at 09:25:43PM -0700 schrieb Andy Tai:
> curious poetry is not named python-poetry in Guix as following
> convention of most python packages
See here:
https://guix.gnu.org/de/manual/devel/en/html_node/Python-Modules.html
The idea is that "libraries" (or "modules") start wit
Hello,
Am Wed, Aug 23, 2023 at 10:27:31AM -0700 schrieb Felix Lechner via Development
of GNU Guix and the GNU System distribution.:
> > I can't ever seem to get the GNU style commit messages correct.
> Neither can I. The style apparently helps with automated maintenance
> of the changelog, b
Hello,
just a quick reply with what I do personally as one irrelevant data point :)
Am Fri, Aug 25, 2023 at 08:07:53AM + schrieb Attila Lendvai:
> i couldn't even find out which tools are used by those who are comfortable
> with the email based workflow. i looked around once, even in the man
Am Fri, Aug 25, 2023 at 03:56:56PM +0100 schrieb (:
> Zhu Zihao writes:
> > and AFIAK, Maxime Devos is working on new build system called
> > "Antioxidant", which can build rust application without cargo (Yes,
> > invoke rustc directly!), The new build system will cache the rlib
> > intermediate r
Hello,
Am Sat, Aug 26, 2023 at 07:42:13PM +0200 schrieb kias...@disroot.org:
> I would like to hear from committers if non-committer reviews are helpful,
> because I don't really know how or what I can comment on for incoming
> patches on packages I'm not really familiar with.
> Also do "this buil
Hello,
Am Mon, Aug 28, 2023 at 06:54:35PM +0200 schrieb Nicolas Goaziou:
> Emmanuel Beffara writes:
> > I don't understand how "out" and "doc" are different in this respect. The
> > "out" output of a collection meta-package has no content of its own and it
> > only serves to gather the "out" outp
Am Wed, Aug 30, 2023 at 08:39:17AM + schrieb Attila Lendvai:
> just now i wanted to take a look at mumi's sources, but the link in the
> manual (https://git.elephly.net/gitweb.cgi?p=software/mumi.git) times out.
There is a mumi package in guix, and it gives the source location as
https://g
Hello,
just a tiny comment to one of your points:
Am Thu, Aug 24, 2023 at 07:55:05PM + schrieb Martin Baulig:
> 1. GNU Guix is currently using nfs-utils 2.4.3, whereas 2.6.3 is currently
> the
> latest version. We don't need to upgrade, but I would like to backport
> one
> change,
Am Wed, Aug 30, 2023 at 02:22:01AM +0200 schrieb Danny Milosavljevic:
> Writing the metadata into the commit messages is annoying. It totally should
> be automated, especially since Scheme has pretty simple syntax (so it should
> be easy to write such a thing/famous-last-words). It should just figu
Hello Katherine,
thanks for your summary, which contains many points I would agree with and
actionable items (disclaimer: I do not promise to act on them).
Am Wed, Aug 30, 2023 at 10:11:02AM -0600 schrieb Katherine Cox-Buday:
> Here's my understanding of the process to contribute a patch:
My pro
Hello jgart,
Am Mon, Sep 04, 2023 at 05:48:05PM + schrieb jgart:
> Old tickets are not kept around.
> For example, A branch for ticket 51810* does not exist anymore.
this is probably due to the fact that the git repo did not yet exist
at the time. The oldest issue I see is 60286 from December
Am Mon, Sep 04, 2023 at 08:44:18AM -0400 schrieb brian via Development of GNU
Guix and the GNU System distribution.:
> > - strict adherence to changelog style commit messages without a
> >clearly worded and documented argument about why it's worth the
> >effort in 2023. whenever 'C' fails
Am Mon, Sep 04, 2023 at 10:23:45AM + schrieb Attila Lendvai:
> - large backlog. contributions somtimes even fall through the cracks.
My impression/hope is that the recent introduction of teams leads to
improvements on this front. I am on the science and texlive teams and
have been getting ema
Hello,
related to this thread, I just came across an entry in Cory Doctorow's blog:
https://pluralistic.net/2023/08/18/openwashing/#you-keep-using-that-word-i-do-not-think-it-means-what-you-think-it-means
It is already interesting in its disection of the terms "open" vs. "free",
which is quit
Hello,
Am Wed, Sep 13, 2023 at 09:14:52PM +0200 schrieb Liliana Marie Prikler:
> I do wonder how the ChangeId would work in practice. Since it's not
> really assigned by the committer, it would have to be generated "on the
> fly" and attached to the mail in between, which could result in all
> ki
Hello,
mpfr just had a new release 4.1.0:
https://ftp.gnu.org/pub/gnu/mpfr/
and I am planning to make one for mpc as well.
Should I follow some procedure for an update in Guix, or could I just push
two commits to core-updates?
Andreas
Hello,
On Mon, Jul 27, 2020 at 12:58:52PM +0200, Ludovic Courtès wrote:
> It’s gonna take a while, but I think we’d rather be safe than sorry
> given that these two libraries underpin the toolchain chain (sic).
oh well, never ask a question when you fear the answer might not be
what you hope for
Hello,
after the release of mpc-1.2.0, I tried to update the version in core-updates.
More precisely, I used a tarball of the current master under the name of
mpc-1.2.1dev, with an additional commit. Then bootstrapping fails.
For someone with bayfront access, the build log is in
/var/log/guix
701 - 800 of 2118 matches
Mail list logo