all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Libtool
@ 2014-11-09  9:26 Andreas Enge
  2014-11-09 17:47 ` Libtool Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Enge @ 2014-11-09  9:26 UTC (permalink / raw)
  To: guix-devel

Hello,

I need a newer libtool, and thought it would have to go into core-updates. But:
$ guix refresh -l libtool
Building the following 93 packages would ensure 162 dependent packages are rebuilt

So should I update in master instead?

Andreas

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Libtool
  2014-11-09  9:26 Libtool Andreas Enge
@ 2014-11-09 17:47 ` Ludovic Courtès
  2014-11-09 17:59   ` Libtool Andreas Enge
                     ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ludovic Courtès @ 2014-11-09 17:47 UTC (permalink / raw)
  To: Andreas Enge; +Cc: guix-devel

Andreas Enge <andreas@enge.fr> skribis:

> I need a newer libtool, and thought it would have to go into core-updates. But:
> $ guix refresh -l libtool
> Building the following 93 packages would ensure 162 dependent packages are rebuilt
>
> So should I update in master instead?

core-updates, please: Guile depends on it, and everything depends
on Guile.

(Now, you’ve probably found a good case for Eric to study.  ;-))

Ludo’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Libtool
  2014-11-09 17:47 ` Libtool Ludovic Courtès
@ 2014-11-09 17:59   ` Andreas Enge
  2014-11-09 18:29   ` Libtool Andreas Enge
  2014-11-10 16:20   ` Libtool Eric Bavier
  2 siblings, 0 replies; 6+ messages in thread
From: Andreas Enge @ 2014-11-09 17:59 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

On Sun, Nov 09, 2014 at 06:47:19PM +0100, Ludovic Courtès wrote:
> (Now, you’ve probably found a good case for Eric to study.  ;-))

I have another one:

$ guix refresh -l acl
Building the following 95 packages would ensure 195 dependent packages are rebuilt

Andreas

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Libtool
  2014-11-09 17:47 ` Libtool Ludovic Courtès
  2014-11-09 17:59   ` Libtool Andreas Enge
@ 2014-11-09 18:29   ` Andreas Enge
  2015-01-03 23:18     ` Libtool Ludovic Courtès
  2014-11-10 16:20   ` Libtool Eric Bavier
  2 siblings, 1 reply; 6+ messages in thread
From: Andreas Enge @ 2014-11-09 18:29 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 784 bytes --]

The test suite has been rewritten, the patches do not apply any more, and
some of the tests they disabled do not seem to exist any more. The current
test results are:
ERROR: 137 tests were run,
66 failed (59 expected failures).
32 tests were skipped.

So there are 7 failed tests now. I am attaching the testsuite.log and leave
it to the specialists (Ludovic?) to decide whether they fall into the same
category as the previously disabled tests.

Also the NEWS file speaks about tests:
  - The legacy tests have all been migrated to the Autotest harness.
  - The Autotest testsuite can be run without the especially time consuming
    tests with:
        make check-local TESTSUITEFLAGS='-k "!expensive"'

So I wonder whether the 'pre-check phase should not be dropped now.

Andreas


[-- Attachment #2: testsuite.log.bz2 --]
[-- Type: application/octet-stream, Size: 23524 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Libtool
  2014-11-09 17:47 ` Libtool Ludovic Courtès
  2014-11-09 17:59   ` Libtool Andreas Enge
  2014-11-09 18:29   ` Libtool Andreas Enge
@ 2014-11-10 16:20   ` Eric Bavier
  2 siblings, 0 replies; 6+ messages in thread
From: Eric Bavier @ 2014-11-10 16:20 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel


Ludovic Courtès writes:

> Andreas Enge <andreas@enge.fr> skribis:
>
>> I need a newer libtool, and thought it would have to go into core-updates. But:
>> $ guix refresh -l libtool
>> Building the following 93 packages would ensure 162 dependent packages are rebuilt
>>
>> So should I update in master instead?
>
> core-updates, please: Guile depends on it, and everything depends
> on Guile.
>
> (Now, you’ve probably found a good case for Eric to study.  ;-))

The dependents count for libtool would probably be fixed with my
yet-to-be-pushed rewrite with the bags API.  I'm still working out some
kinks with the bootstrap packages, but should have something soon :)

-- 
Eric Bavier

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Libtool
  2014-11-09 18:29   ` Libtool Andreas Enge
@ 2015-01-03 23:18     ` Ludovic Courtès
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2015-01-03 23:18 UTC (permalink / raw)
  To: Andreas Enge; +Cc: guix-devel

I’ve finally updated Libtool (commit e13f715).  The test failures turned
out to be just the same as before, plus a couple of others due to the
fact that some tests now need autoconf and automake.

However, I haven’t ported the MIPS patch.

I would like to make this version of Libtool the default in
core-updates, but that needs to work on MIPS before we can do that.
Mark?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-03 23:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-09  9:26 Libtool Andreas Enge
2014-11-09 17:47 ` Libtool Ludovic Courtès
2014-11-09 17:59   ` Libtool Andreas Enge
2014-11-09 18:29   ` Libtool Andreas Enge
2015-01-03 23:18     ` Libtool Ludovic Courtès
2014-11-10 16:20   ` Libtool Eric Bavier

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.