unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27750: i686-linux perl not reproducible
@ 2017-07-18  8:30 Danny Milosavljevic
  2017-07-18 11:54 ` Ludovic Courtès
  2019-02-04 12:27 ` Julien Lepiller
  0 siblings, 2 replies; 3+ messages in thread
From: Danny Milosavljevic @ 2017-07-18  8:30 UTC (permalink / raw)
  To: 27750

$ guix build --rounds=2 --system=i686-linux libxext

$ diff -ru /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0 /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0-check
diff -ru /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0/lib/perl5/5.24.0/i686-linux-thread-multi/Config_heavy.pl /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0-check/lib/perl5/5.24.0/i686-linux-thread-multi/Config_heavy.pl
--- /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0/lib/perl5/5.24.0/i686-linux-thread-multi/Config_heavy.pl    1970-01-01 01:00:01.000000000 +0100
+++ /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0-check/lib/perl5/5.24.0/i686-linux-thread-multi/Config_heavy.pl      1970-01-01 01:00:01.000000000 +0100
@@ -1041,7 +1041,7 @@
 longdblinfbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x7f, 0x00, 0x00'
 longdblkind='3'
 longdblmantbits='64'
-longdblnanbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0xd1, 0xf7'
+longdblnanbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0xce, 0xf7'
 longdblsize='12'
 longlongsize='8'
 longsize='4'
diff -ru /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0/lib/perl5/5.24.0/i686-linux-thread-multi/CORE/config.h /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0-check/lib/perl5/5.24.0/i686-linux-thread-multi/CORE/config.h
--- /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0/lib/perl5/5.24.0/i686-linux-thread-multi/CORE/config.h      1970-01-01 01:00:01.000000000 +0100
+++ /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0-check/lib/perl5/5.24.0/i686-linux-thread-multi/CORE/config.h        1970-01-01 01:00:01.000000000 +0100
@@ -3890,7 +3890,7 @@
 #define DOUBLEINFBYTES  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f         /**/
 #define DOUBLENANBYTES  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff         /**/
 #define LONGDBLINFBYTES 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x7f, 0x00, 0x00         /**/
-#define LONGDBLNANBYTES 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0xd1, 0xf7         /**/
+#define LONGDBLNANBYTES 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0xce, 0xf7         /**/
 
 /* PERL_PRIfldbl:
  *     This symbol, if defined, contains the string used by stdio to

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

* bug#27750: i686-linux perl not reproducible
  2017-07-18  8:30 bug#27750: i686-linux perl not reproducible Danny Milosavljevic
@ 2017-07-18 11:54 ` Ludovic Courtès
  2019-02-04 12:27 ` Julien Lepiller
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2017-07-18 11:54 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 27750

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> $ diff -ru /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0 /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0-check
> diff -ru /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0/lib/perl5/5.24.0/i686-linux-thread-multi/Config_heavy.pl /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0-check/lib/perl5/5.24.0/i686-linux-thread-multi/Config_heavy.pl
> --- /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0/lib/perl5/5.24.0/i686-linux-thread-multi/Config_heavy.pl    1970-01-01 01:00:01.000000000 +0100
> +++ /gnu/store/y5mrlqyphzr5iqf51d7ks9ai3arhhnl2-perl-5.24.0-check/lib/perl5/5.24.0/i686-linux-thread-multi/Config_heavy.pl      1970-01-01 01:00:01.000000000 +0100
> @@ -1041,7 +1041,7 @@
>  longdblinfbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x7f, 0x00, 0x00'
>  longdblkind='3'
>  longdblmantbits='64'
> -longdblnanbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0xd1, 0xf7'
> +longdblnanbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0xce, 0xf7'

Could you check if that is still the case on ‘core-updates’, which has
Perl 5.26.0?

Thanks,
Ludo’.

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

* bug#27750: i686-linux perl not reproducible
  2017-07-18  8:30 bug#27750: i686-linux perl not reproducible Danny Milosavljevic
  2017-07-18 11:54 ` Ludovic Courtès
@ 2019-02-04 12:27 ` Julien Lepiller
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Lepiller @ 2019-02-04 12:27 UTC (permalink / raw)
  To: 27750-done

Closing because I could reproduce our perl 5.28 (from master) on i686.

one bug less \o/

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

end of thread, other threads:[~2019-02-04 12:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-18  8:30 bug#27750: i686-linux perl not reproducible Danny Milosavljevic
2017-07-18 11:54 ` Ludovic Courtès
2019-02-04 12:27 ` Julien Lepiller

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).