bug#31708: 'gcc-strmov-store-file-names.patch' causes GCC segfaults

2018-06-05 Thread Mark H Weaver
Mark H Weaver writes: > Here's the declaration of QChar::byteOrderMark from qtools/qstring.h, > included in the doxygen tarball: > > class Q_EXPORT Q_PACKED QChar { > public: > QChar(); > QChar( char c ); > QChar( uchar c ); > QChar( uchar c, uchar r ); > QChar( const QChar& c

bug#31726: Acknowledgement (haskell-mode fails to build with (at least) Emacs 26.1)

2018-06-05 Thread Jack Hill
It looks like this may be fixed in upstream commit cee22450ee30e79952f594796721dc6b17798ee6 [0], which has not ended up in a release. I have not verified yet, but it looks like commit would address the problem. [0] https://github.com/haskell/haskell-mode/commit/cee22450ee30e79952f594796721dc

bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix

2018-06-05 Thread Fis Trivial
Hi, first of all, thanks for the improvement. It's really exciting know progress in guix. But I have a few questions around this change. Just curiosity. :) > Hello Guix! > > Here is the “new” ‘guix pull’ that we discussed notably in this thread: > > https://bugs.gnu.org/22629 > > The major dif

bug#31726: haskell-mode fails to build with (at least) Emacs 26.1

2018-06-05 Thread Jack Hill
I'm running guix (GNU Guix) 19b662ea7c53a28270a783f10ca033d8c9d2a954, and have /gnu/store/s32nba6rxx9x2kibsn6wsm1ixzhv64nl-emacs-26.1 installed. When I then try to install haskell-mode with guix package -i haskell-mode the derivation build fails with haskell-process.el:160:1:Error: Unused

bug#31719: icedtea-3 binaries contain references to icedtea-2

2018-06-05 Thread Gábor Boskovits
2018-06-05 14:45 GMT+02:00 Leo Famulari : > On Tue, Jun 05, 2018 at 01:49:12PM +0200, Gábor Boskovits wrote: > > Do you think we can do something like rebuild icedtea3 with icedtea3, and > > then rewrite the references? I guess this way the dependency loop could > be > > broken, as we could detach

bug#31720: java-bouncycastle: tests fail and freeze

2018-06-05 Thread Ricardo Wurmus
Julien Lepiller writes: > Le 2018-06-05 12:52, Ricardo Wurmus a écrit: >> The package java-bouncycastle has a failing test suite on core-updates. >> After the first test fails there is no more progress and the build >> eventually times out. >> >> I have disabled the test suite for now, but we s

bug#31719: icedtea-3 binaries contain references to icedtea-2

2018-06-05 Thread Leo Famulari
On Tue, Jun 05, 2018 at 01:49:12PM +0200, Gábor Boskovits wrote: > Do you think we can do something like rebuild icedtea3 with icedtea3, and > then rewrite the references? I guess this way the dependency loop could be > broken, as we could detach the last icedtea3 build from the packages used > for

bug#31719: icedtea-3 binaries contain references to icedtea-2

2018-06-05 Thread Gábor Boskovits
Do you think we can do something like rebuild icedtea3 with icedtea3, and then rewrite the references? I guess this way the dependency loop could be broken, as we could detach the last icedtea3 build from the packages used for bootstrapping. We could even make on more rebuilding, if necessary. WDYT

bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix

2018-06-05 Thread Konrad Hinsen
Hi Ludo, >> Just wondering: does this mean that I could substitute Guix from my local >> source tree simply by doing >> >>./pre-inst-env guix package -p ~/.config/guix/current -i guix > > That would just install the snapshot that the ‘guix’ package refers to > (it’s defined in (gnu packages pa

bug#31720: java-bouncycastle: tests fail and freeze

2018-06-05 Thread Julien Lepiller
Le 2018-06-05 12:52, Ricardo Wurmus a écrit : The package java-bouncycastle has a failing test suite on core-updates. After the first test fails there is no more progress and the build eventually times out. I have disabled the test suite for now, but we should try to fix this. The failing test

bug#31721: “generate-jar-indices” phase fails on many packages

2018-06-05 Thread Ricardo Wurmus
The “generate-jar-indices” phase fails on a couple of packages, such as java-picard (all variants) dropseq-tools java-cisd-jhdf5 The errors are either about duplicates as in java-picard-2.10.3: duplicate entry: htsjdk/samtools/AbstractBAMFileIndex$1.class or about missing files as in

bug#31720: java-bouncycastle: tests fail and freeze

2018-06-05 Thread Ricardo Wurmus
The package java-bouncycastle has a failing test suite on core-updates. After the first test fails there is no more progress and the build eventually times out. I have disabled the test suite for now, but we should try to fix this. The failing test is “org.bouncycastle.mail.smime.test.AllTests”.

bug#31719: icedtea-3 binaries contain references to icedtea-2

2018-06-05 Thread Ricardo Wurmus
Many binaries of the icedtea-3 package contain references to icedtea-2, which was used to build it. Because of these references users of icedtea-3 have to *also* download icedtea-2. And because icedtea-2 contains references to icedtea-1, they *also* need to download that version. It is possible