GNU bug report logs -
#41548
[PATCH] gnu: mozjs: Remove static library
Previous Next
Reported by: Julien Lepiller <julien <at> lepiller.eu>
Date: Tue, 26 May 2020 21:17:01 UTC
Severity: normal
Tags: patch
Done: Julien Lepiller <julien <at> lepiller.eu>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41548 in the body.
You can then email your comments to 41548 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#41548
; Package
guix-patches
.
(Tue, 26 May 2020 21:17:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Julien Lepiller <julien <at> lepiller.eu>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 26 May 2020 21:17:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
the attached patch removes lib/libjs_static.ajs from the output of
mozjs, a 30 MB static library. This mozjs is part of the closure of
gdm and gnome, so it reduces the size of most desktop systems.
The reason why I found that file, is because it is mentionned in
BLFS: http://linuxfromscratch.org/blfs/view/svn/general/js68.html
[0001-gnu-mozjs-Remove-static-library.patch (text/x-patch, attachment)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#41548
; Package
guix-patches
.
(Thu, 28 May 2020 17:48:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 41548 <at> debbugs.gnu.org (full text, mbox):
On Tue, May 26, 2020 at 11:15:57PM +0200, Julien Lepiller wrote:
> Hi,
>
> the attached patch removes lib/libjs_static.ajs from the output of
> mozjs, a 30 MB static library. This mozjs is part of the closure of
> gdm and gnome, so it reduces the size of most desktop systems.
Awesome! I figure that things seem to keep working without it?
Information forwarded
to
guix-patches <at> gnu.org
:
bug#41548
; Package
guix-patches
.
(Thu, 28 May 2020 17:58:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 41548 <at> debbugs.gnu.org (full text, mbox):
Le 28 mai 2020 13:46:49 GMT-04:00, Leo Famulari <leo <at> famulari.name> a écrit :
>On Tue, May 26, 2020 at 11:15:57PM +0200, Julien Lepiller wrote:
>> Hi,
>>
>> the attached patch removes lib/libjs_static.ajs from the output of
>> mozjs, a 30 MB static library. This mozjs is part of the closure of
>> gdm and gnome, so it reduces the size of most desktop systems.
>
>Awesome! I figure that things seem to keep working without it?
At least gdm still builds, but I'm not sure how to test it properly
Information forwarded
to
guix-patches <at> gnu.org
:
bug#41548
; Package
guix-patches
.
(Fri, 29 May 2020 16:55:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 41548 <at> debbugs.gnu.org (full text, mbox):
On Thu, May 28, 2020 at 01:57:32PM -0400, Julien Lepiller wrote:
> Le 28 mai 2020 13:46:49 GMT-04:00, Leo Famulari <leo <at> famulari.name> a écrit :
> >On Tue, May 26, 2020 at 11:15:57PM +0200, Julien Lepiller wrote:
> >> Hi,
> >>
> >> the attached patch removes lib/libjs_static.ajs from the output of
> >> mozjs, a 30 MB static library. This mozjs is part of the closure of
> >> gdm and gnome, so it reduces the size of most desktop systems.
> >
> >Awesome! I figure that things seem to keep working without it?
>
> At least gdm still builds, but I'm not sure how to test it properly
You could make a vm-image with %desktop-services, which uses GDM.
Reply sent
to
Julien Lepiller <julien <at> lepiller.eu>
:
You have taken responsibility.
(Sat, 30 May 2020 16:08:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Julien Lepiller <julien <at> lepiller.eu>
:
bug acknowledged by developer.
(Sat, 30 May 2020 16:08:01 GMT)
Full text and
rfc822 format available.
Message #19 received at 41548-close <at> debbugs.gnu.org (full text, mbox):
Le Fri, 29 May 2020 12:54:45 -0400,
Leo Famulari <leo <at> famulari.name> a écrit :
> On Thu, May 28, 2020 at 01:57:32PM -0400, Julien Lepiller wrote:
> > Le 28 mai 2020 13:46:49 GMT-04:00, Leo Famulari <leo <at> famulari.name>
> > a écrit :
> > >On Tue, May 26, 2020 at 11:15:57PM +0200, Julien Lepiller wrote:
> > >> Hi,
> > >>
> > >> the attached patch removes lib/libjs_static.ajs from the output
> > >> of mozjs, a 30 MB static library. This mozjs is part of the
> > >> closure of gdm and gnome, so it reduces the size of most desktop
> > >> systems.
> > >
> > >Awesome! I figure that things seem to keep working without it?
> >
> > At least gdm still builds, but I'm not sure how to test it properly
> >
>
> You could make a vm-image with %desktop-services, which uses GDM.
Thanks, that's a good idea. I managed to build a vm that way and
unfortunately gdm fails to start, so the static library must be used in
some way. I'm closing this without pushing anything.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#41548
; Package
guix-patches
.
(Sat, 30 May 2020 17:09:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 41548-close <at> debbugs.gnu.org (full text, mbox):
On Sat, May 30, 2020 at 06:07:36PM +0200, Julien Lepiller wrote:
> Thanks, that's a good idea. I managed to build a vm that way and
> unfortunately gdm fails to start, so the static library must be used in
> some way. I'm closing this without pushing anything.
Okay, but did it work without your patch?
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 28 Jun 2020 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 46 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.