bug#43610: IceCat segfault

2020-09-25 Thread raingloom
On Fri, 25 Sep 2020 12:11:10 -0400 Mark H Weaver wrote: > Hi, > > raingloom writes: > > Haven't had time to look deeper into it yet. It worked in my profile > > from sept 11, it broke after pulling and upgrading yesterday. > > Idk what my commit is because I'm using a private branch. > > On

bug#43606: [SPAM] [IceDove]: Preferences does not open

2020-09-25 Thread Bob Wilson
Probably spam. Closing.

bug#43487: icecat store names in user profiles break bundled addons

2020-09-25 Thread Andreas Enge
Hello Mark! On Mon, Sep 21, 2020 at 01:53:36PM -0400, Mark H Weaver wrote: > Agreed. When I wrote of implementing an "automatic refresh", I meant > something very different and much more limited than what "Refresh > IceCat" in does: I meant merely to refresh the embedded > store names in the

bug#43618: Problem building disk-image with guix from git

2020-09-25 Thread Fredrik Salomonsson
Hi guix, I thought I would test out the patch from https://issues.guix.info/43366 on my laptop. I cloned the guix repo (checksum: d48b17a), applied the patch from 43366. Then followed the steps in the manual: ``` $ guix environment guix $ ./bootstrap $ ./configure --localstatedir=/var $ make

bug#43513: json-c build failure (on armhf-linux) while trying to build u-boot

2020-09-25 Thread Danny Milosavljevic
Hi Ludo, On Fri, 25 Sep 2020 18:02:54 +0200 Ludovic Courtès wrote: > What are the odds of a build succeeding in the presence of broken > getdents/readdir? Wouldn’t such builds simply fail (as in the CMake > case), as opposed to succeeding but somehow producing invalid binaries? I don't know

bug#43513: json-c build failure (on armhf-linux) while trying to build u-boot

2020-09-25 Thread Danny Milosavljevic
> [1] "man getdents64" does not list EOVERFLOW--at least not for me. I meant "man readdir" pgpEpS5Aus0P7.pgp Description: OpenPGP digital signature

bug#43513: json-c build failure (on armhf-linux) while trying to build u-boot

2020-09-25 Thread Danny Milosavljevic
Hi Ludo, On Fri, 25 Sep 2020 18:00:05 +0200 Ludovic Courtès wrote: > You’re listed in overdrive.scm in maintenance.git, so you must have > access to overdrive1.guixsd.org:52522. Indeed, I do. Thanks! pgpWrxC2H3B9V.pgp Description: OpenPGP digital signature

bug#43513: json-c build failure (on armhf-linux) while trying to build u-boot

2020-09-25 Thread Ludovic Courtès
Danny Milosavljevic skribis: > On Fri, 25 Sep 2020 12:13:40 +0200 > Ludovic Courtès wrote: > >> Let’s fix CMake (and JSON-C?) in ‘core-updates’ or ‘staging’ (using a >> graft for CMake wouldn’t help because CMake is used at build time.) > > Sure--cmake upstream will fix it anyway and make a new

bug#43513: json-c build failure (on armhf-linux) while trying to build u-boot

2020-09-25 Thread Ludovic Courtès
Danny Milosavljevic skribis: > On Fri, 25 Sep 2020 13:13:22 +0200 > Danny Milosavljevic wrote: > >> I do not think the X86_32 compatibility layer works on aarch64, so now we >> have >> a problem. That means building stuff for ARMv7 on aarch64 is not reliable at >> all. > > Hmm. > > Could I

bug#43610: IceCat segfault

2020-09-25 Thread Mark H Weaver
Hi, raingloom writes: > Haven't had time to look deeper into it yet. It worked in my profile > from sept 11, it broke after pulling and upgrading yesterday. > Idk what my commit is because I'm using a private branch. On Sept 22, I pushed a major update of IceCat from 68.12.0 to 78.3.0:

bug#43479: Generated files ’doc/os-conf-*.texi’ and “make“

2020-09-25 Thread zimoun
Hi, On Sat, 19 Sep 2020 at 11:35, Ludovic Courtès wrote: > zimoun skribis: > >>> The reason seems to be that: >>> >>> --8<---cut here---start->8--- >>> # Bundle this file so that makeinfo finds it in out-of-source-tree builds. >>> BUILT_SOURCES+=

bug#43610: IceCat segfault

2020-09-25 Thread raingloom
Haven't had time to look deeper into it yet. It worked in my profile from sept 11, it broke after pulling and upgrading yesterday. Idk what my commit is because I'm using a private branch.

bug#43606: [IceDove]: Preferences does not open

2020-09-25 Thread testerman--- via Bug reports for GNU Guix
Hello All, I tried using IceDove for the first time and found out that 'preferences' dialog does not open. Got an error related to "XML Parsing Error: undefined entity". The paste-bin of the full error, http://gg.gg/Guix-IceDove (http://gg.gg/Guix-IceDove) Cheers, Guix User.

bug#43585: Order in manifest and command-line differs

2020-09-25 Thread Mathieu Othacehe
Hey zimoun, Oh I see, thanks for explaining! It would be nice if the `guix package -i` command could also operate from left to right then. Would you like to give it a try? Thanks, Mathieu -- https://othacehe.org

bug#43513: json-c build failure (on armhf-linux) while trying to build u-boot

2020-09-25 Thread Danny Milosavljevic
On Fri, 25 Sep 2020 13:13:22 +0200 Danny Milosavljevic wrote: > I do not think the X86_32 compatibility layer works on aarch64, so now we have > a problem. That means building stuff for ARMv7 on aarch64 is not reliable at > all. Hmm. Could I have access to a aarch64 build machine? Or am I

bug#43513: json-c build failure (on armhf-linux) while trying to build u-boot

2020-09-25 Thread Danny Milosavljevic
Hi Ludo, On Fri, 25 Sep 2020 12:13:40 +0200 Ludovic Courtès wrote: > Let’s fix CMake (and JSON-C?) in ‘core-updates’ or ‘staging’ (using a > graft for CMake wouldn’t help because CMake is used at build time.) Sure--cmake upstream will fix it anyway and make a new release. But I now opened

bug#43513: json-c build failure (on armhf-linux) while trying to build u-boot

2020-09-25 Thread Ludovic Courtès
Hi Danny! Danny Milosavljevic skribis: > I found the underlying cause of the problem with qemu transparent emulation: > > * qemu transparent emulator has 64 bit registers > * the thing it's emulating has 32 bit registers > * The glibc in the distro that is running in the emulator is using