GNU bug report logs - #28516
Cinnamon-Desktop (a package, not the full desktop!)

Previous Next

Package: guix-patches;

Reported by: ng0 <ng0 <at> infotropique.org>

Date: Tue, 19 Sep 2017 16:25:02 UTC

Severity: normal

Done: Christopher Baines <mail <at> cbaines.net>

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 28516 in the body.
You can then email your comments to 28516 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#28516; Package guix-patches. (Tue, 19 Sep 2017 16:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ng0 <ng0 <at> infotropique.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 19 Sep 2017 16:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ng0 <ng0 <at> infotropique.org>
To: guix-patches <at> gnu.org
Subject: Cinnamon-Desktop (a package, not the full desktop!)
Date: Tue, 19 Sep 2017 16:23:14 +0000
[Message part 1 (text/plain, inline)]
This adds 'cinnamon-desktop', the start for Cinnamon.

I ran into problems building muffin afterwards, not related to
this package.

+              (and (system* "glib-gettextize" "--force" "--copy")
+                   (system* "intltoolize" "--force" "--copy" "--automake")
+                   (system* "autoreconf" "--verbose" "--force" "--install"))))))))

As far as I remember I tried to work around with this
on the PYTHON=python2 ./automake.sh --some --configure --parameters; make
system Cinnamon uses.

It could probably be shortened to:

+              (and (system* "glib-gettextize")
+                   (system* "intltoolize")
+                   (system* "autoreconf" "-vfi"))…

What do you think?
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://krosos.org/dist/keys/
https://www.infotropique.org https://www.krosos.org
[0001-gnu-Add-cinnamon-desktop.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#28516; Package guix-patches. (Fri, 13 Oct 2017 06:18:02 GMT) Full text and rfc822 format available.

Message #8 received at 28516 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: ng0 <ng0 <at> infotropique.org>
Cc: 28516 <at> debbugs.gnu.org
Subject: Re: [bug#28516] Cinnamon-Desktop (a package, not the full desktop!)
Date: Fri, 13 Oct 2017 07:17:17 +0100
[Message part 1 (text/plain, inline)]
On Tue, 19 Sep 2017 16:23:14 +0000
ng0 <ng0 <at> infotropique.org> wrote:

> This adds 'cinnamon-desktop', the start for Cinnamon.

Hey ng0,

I don't know much about Cinnamon, is there a way I could test this
package, or is it not much use until more cinnamon related packages
are added? 

guix lint resports some issues:

gnu/packages/cinnamon.scm:38:2: cinnamon-desktop <at> 3.4.2: 'glib:bin' should probably be a native input
gnu/packages/cinnamon.scm:82:14: cinnamon-desktop <at> 3.4.2: synopsis should not start with the package name
gnu/packages/cinnamon.scm:38:2: cinnamon-desktop <at> 3.4.2: trailing white space on line 60

Thanks,

Chris
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#28516; Package guix-patches. (Fri, 13 Oct 2017 06:45:02 GMT) Full text and rfc822 format available.

Message #11 received at 28516 <at> debbugs.gnu.org (full text, mbox):

From: ng0 <ng0 <at> infotropique.org>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 28516 <at> debbugs.gnu.org, ng0 <ng0 <at> infotropique.org>
Subject: Re: [bug#28516] Cinnamon-Desktop (a package, not the full desktop!)
Date: Fri, 13 Oct 2017 06:44:06 +0000
[Message part 1 (text/plain, inline)]
Christopher Baines transcribed 1.8K bytes:
> On Tue, 19 Sep 2017 16:23:14 +0000
> ng0 <ng0 <at> infotropique.org> wrote:
> 
> > This adds 'cinnamon-desktop', the start for Cinnamon.
> 
> Hey ng0,
> 
> I don't know much about Cinnamon, is there a way I could test this
> package, or is it not much use until more cinnamon related packages
> are added? 

As far as I know it's not much use until more of Cinnamon is added.
Why I didn't include more is a bug report I filed at upstream. As I got
no response it's up to myself to do some more reading into Cinnamon itself
to understand the way they build it. The first obvious attempts failed,
but lots of things I work on have a long history already.

We can only start to correct things at the foundation when we have the
architecture to realize it doesn't fit. Right now I believe that building
without errors is the best we can do.

> guix lint resports some issues:
> 
> gnu/packages/cinnamon.scm:38:2: cinnamon-desktop <at> 3.4.2: 'glib:bin' should probably be a native input
> gnu/packages/cinnamon.scm:82:14: cinnamon-desktop <at> 3.4.2: synopsis should not start with the package name
> gnu/packages/cinnamon.scm:38:2: cinnamon-desktop <at> 3.4.2: trailing white space on line 60

Okay, thanks I'll send fixes within the next 7 days.

> Thanks,
> 
> Chris



-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://dist.ng0.infotropique.org/dist/keys/
https://www.infotropique.org https://ng0.infotropique.org
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#28516; Package guix-patches. (Sat, 14 Oct 2017 21:09:02 GMT) Full text and rfc822 format available.

Message #14 received at 28516 <at> debbugs.gnu.org (full text, mbox):

From: ng0 <ng0 <at> infotropique.org>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 28516 <at> debbugs.gnu.org, ng0 <ng0 <at> infotropique.org>
Subject: Re: [bug#28516] Cinnamon-Desktop (a package, not the full desktop!)
Date: Sat, 14 Oct 2017 21:08:13 +0000
[Message part 1 (text/plain, inline)]
ng0 transcribed 2.5K bytes:
> Christopher Baines transcribed 1.8K bytes:
> > On Tue, 19 Sep 2017 16:23:14 +0000
> > ng0 <ng0 <at> infotropique.org> wrote:
> > 
> > > This adds 'cinnamon-desktop', the start for Cinnamon.
> > 
> > Hey ng0,
> > 
> > I don't know much about Cinnamon, is there a way I could test this
> > package, or is it not much use until more cinnamon related packages
> > are added? 
> 
> As far as I know it's not much use until more of Cinnamon is added.
> Why I didn't include more is a bug report I filed at upstream. As I got
> no response it's up to myself to do some more reading into Cinnamon itself
> to understand the way they build it. The first obvious attempts failed,
> but lots of things I work on have a long history already.
> 
> We can only start to correct things at the foundation when we have the
> architecture to realize it doesn't fit. Right now I believe that building
> without errors is the best we can do.
> 
> > guix lint resports some issues:
> > 
> > gnu/packages/cinnamon.scm:38:2: cinnamon-desktop <at> 3.4.2: 'glib:bin' should probably be a native input
> > gnu/packages/cinnamon.scm:82:14: cinnamon-desktop <at> 3.4.2: synopsis should not start with the package name
> > gnu/packages/cinnamon.scm:38:2: cinnamon-desktop <at> 3.4.2: trailing white space on line 60
> 
> Okay, thanks I'll send fixes within the next 7 days.

Updated patch appended.

> > Thanks,
> > 
> > Chris
> 
> 
> 
> -- 
> ng0
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://dist.ng0.infotropique.org/dist/keys/
> https://www.infotropique.org https://ng0.infotropique.org



-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://dist.ng0.infotropique.org/dist/keys/
https://www.infotropique.org https://ng0.infotropique.org
[0001-gnu-Add-cinnamon-desktop.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sun, 15 Oct 2017 19:41:01 GMT) Full text and rfc822 format available.

Notification sent to ng0 <ng0 <at> infotropique.org>:
bug acknowledged by developer. (Sun, 15 Oct 2017 19:41:02 GMT) Full text and rfc822 format available.

Message #19 received at 28516-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: ng0 <ng0 <at> infotropique.org>
Cc: 28516-done <at> debbugs.gnu.org
Subject: Re: [bug#28516] Cinnamon-Desktop (a package, not the full desktop!)
Date: Sun, 15 Oct 2017 20:40:01 +0100
[Message part 1 (text/plain, inline)]
On Sat, 14 Oct 2017 21:08:13 +0000
ng0 <ng0 <at> infotropique.org> wrote:

> Updated patch appended.

Great :) I've tweaked the description a bit, I hope you don't mind, and
pushed this now.

I put "The" at the start of the description, as this looked neater to
me than capitalising cinnamon. I also removed the bit about
cinnamon-about, as I think this is an error in the upstream README. The
package doesn't look to contain any such program, and ooking at the git
history, I think it came across from Gnome and was simply renamed,
even though it probably didn't exist in the repository...
[Message part 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 13 Nov 2017 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 277 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.