all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: Kei Kebreau <kkebreau@posteo.net>
Cc: guix-devel@gnu.org
Subject: Re: 01/01: gnu: Put autoconf-related phases immediately after the 'unpack phase.
Date: Mon, 04 Sep 2017 16:27:34 -0400	[thread overview]
Message-ID: <87wp5enr9l.fsf@netris.org> (raw)
In-Reply-To: <20170904041131.AE33520DD3@vcs0.savannah.gnu.org> (Kei Kebreau's message of "Mon, 4 Sep 2017 00:11:31 -0400 (EDT)")

kkebreau@posteo.net (Kei Kebreau) writes:

> kkebreau pushed a commit to branch master
> in repository guix.
>
> commit d10092b849153dc27cfed0a9601fde6c7bdec918
> Author: Kei Kebreau <kkebreau@posteo.net>
> Date:   Sun Jul 30 21:02:35 2017 -0400
>
>     gnu: Put autoconf-related phases immediately after the 'unpack phase.
>     
>     * gnu/packages/audio.scm (audacity, rtmidi)[arguments]: Correct phases
>     accordingly.
>     * gnu/packages/bioinformatics.scm (mash, seek, vsearch, emboss,
>     htslib-for-sambamba)[arguments]: Likewise.
>     * gnu/packages/ci.scm (cuirass)[arguments]: Likewise.
>     * gnu/packages/compression.scm (minizip, xdelta)[arguments]: Likewise.
>     * gnu/packages/cpp.scm (libzen)[arguments]: Likewise.
>     * gnu/packages/crypto.scm (opendht)[arguments]: Likewise.
>     * gnu/packages/databases.scm (4store, mdbtools)[arguments]: Likewise.
>     * gnu/packages/debug.scm (stress-make)[arguments]: Likewise.
>     * gnu/packages/dns.scm (dnscrypt-proxy, dnscrypt-wrapper)[arguments]:
>     Likewise.
>     * gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Likewise.
>     * gnu/packages/embedded.scm (libjaylink, openocd)[arguments]: Likewise.
>     * gnu/packages/engineering.scm (gerbv)[arguments]: Likewise.
>     * gnu/packages/erlang.scm (erlang)[arguments]: Likewise.
>     * gnu/packages/ftp.scm (weex)[arguments]: Likewise.
>     * gnu/packages/gnome.scm (dia)[arguments]: Likewise.
>     * gnu/packages/gnunet.scm (gnurl, guile-gnunet)[arguments]: Likewise.
>     * gnu/packages/gtk.scm (guile-rsvg, graphene)[arguments]: Likewise.
>     * gnu/packages/guile.scm (guildhall, guile-ics, guile-sqlite3)[arguments]:
>     Likewise.
>     * gnu/packages/ibus.scm (ibus-libpinyin)[arguments]: Likewise.
>     * gnu/packages/irc.scm (weechat)[arguments]: Likewise.
>     * gnu/packages/java.scm (classpath-devel)[arguments]: Likewise.
>     * gnu/packages/libreoffice.scm (libetonyek)[arguments]: Likewise.
>     * gnu/packages/libusb.scm (hidapi)[arguments]: Likewise.
>     * gnu/packages/linux.scm (gpm)[arguments]: Likewise.
>     * gnu/packages/logging.scm (glog)[arguments]: Likewise.
>     * gnu/packages/machine-learning.scm (ghmm)[arguments]: Likewise.
>     * gnu/packages/mail.scm (dovecot-trees, dovecot-libsodium-plugin, esmtp)
>     [arguments]: Likewise.
>     * gnu/packages/messaging.scm (freetalk, libmesode, libstrophe)[arguments]:
>     Likewise.
>     * gnu/packages/microcom.scm (microcom)[arguments]: Likewise.
>     * gnu/packages/ocaml.scm (ocaml-ssl)[arguments]: Likewise.
>     * gnu/packages/parallel.scm (slurm)[arguments]: Likewise.
>     * gnu/packages/pdf.scm (libharu)[arguments]: Likewise.
>     * gnu/packages/samba.scm (cifs-utils)[arguments]: Likewise.
>     * gnu/packages/serialization.scm (msgpack)[arguments]: Likewise.
>     * gnu/packages/shells.scm (scsh)[arguments]: Likewise.
>     * gnu/packages/telephony.scm (libiax2)[arguments]: Likewise.
>     * gnu/packages/textutils.scm (dotconf)[arguments]: Likewise.
>     * gnu/packages/version-control.scm (findnewest)[arguments]: Likewise.
>     * gnu/packages/video.scm (libmediainfo, mediainfo)[arguments]: Likewise.

Thanks for working on this, but it looks like you didn't actually test
building the modified packages.  For example:

> diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
> index fe43d01..028fe06 100644
> --- a/gnu/packages/java.scm
> +++ b/gnu/packages/java.scm
> @@ -685,7 +685,7 @@ the standard javac executable.  The tool runs on JamVM instead of SableVM.")))
>                 "--disable-gjdoc")
>           #:phases
>           (modify-phases %standard-phases
> -           (add-before 'configure 'bootstrap
> +           (add-after 'remove-unsupported-anootations 'bootstrap
>               (lambda _
>                 (zero? (system* "autoreconf" "-vif"))))
>             (add-after 'unpack 'remove-unsupported-annotations

You mispelled 'annotations' in the name of the phase, and thus we lost
our Java packages.

Since this commit, there are now 119 newly failing jobs:

  https://hydra.gnu.org/eval/109773#tabs-now-fail

I'm not sure how many of these new failures are due to this commit, but
I suspect many of them are.

Please test before you push to master.

      Mark

       reply	other threads:[~2017-09-04 20:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170904041130.27802.58770@vcs0.savannah.gnu.org>
     [not found] ` <20170904041131.AE33520DD3@vcs0.savannah.gnu.org>
2017-09-04 20:27   ` Mark H Weaver [this message]
2017-09-05 12:39     ` 01/01: gnu: Put autoconf-related phases immediately after the 'unpack phase Kei Kebreau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wp5enr9l.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=guix-devel@gnu.org \
    --cc=kkebreau@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.