unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#23633: artanis package installation broken
@ 2016-05-27 18:03 Leo Famulari
  2016-10-03  2:01 ` Adonay Felipe Nogueira
  2018-02-05 21:25 ` bug#23633: Close: " Andreas Enge
  0 siblings, 2 replies; 8+ messages in thread
From: Leo Famulari @ 2016-05-27 18:03 UTC (permalink / raw)
  To: 23633

The artanis package creates a broken directory hierarchy like this:

/gnu/store/3090pddgmcqb989jwa7888nsvpcfkzqz-artanis-0.1.2
├── etc
│   ├── artanis
│   │   ├── 205.html
│   │   ├── 301.html
│   │   ├── 400.html
│   │   ├── 401.html
│   │   ├── 403.html
│   │   ├── 404.html
│   │   ├── 405.html
│   │   ├── 408.html
│   │   ├── 500.html
│   │   ├── 502.html
│   │   ├── 503.html
│   │   ├── 504.html
│   │   └── updating.html
│   ├── artanis.conf
│   └── bash_completion.d
│       └── show-cmds.sh
└── gnu
    └── store
        └── 3090pddgmcqb989jwa7888nsvpcfkzqz-artanis-0.1.2
            ├── bin
            │   └── art
[...]

Our package definition does change of bunch of paths from the default,
but I couldn't figure out why this was happening. Any takers?

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

* bug#23633: artanis package installation broken
  2016-05-27 18:03 bug#23633: artanis package installation broken Leo Famulari
@ 2016-10-03  2:01 ` Adonay Felipe Nogueira
  2016-10-04  8:44   ` Ludovic Courtès
  2016-10-15 21:03   ` Adonay Felipe Nogueira
  2018-02-05 21:25 ` bug#23633: Close: " Andreas Enge
  1 sibling, 2 replies; 8+ messages in thread
From: Adonay Felipe Nogueira @ 2016-10-03  2:01 UTC (permalink / raw)
  To: 23633

[-- Attachment #1: Type: text/plain, Size: 803 bytes --]

I have sent a patch that tries to fix the issue.

See: <https://savannah.gnu.org/patch/index.php?9130>


-- 
# pt-BR: Brasileiro | en: Brazilian

* pt-BR: Palestra sobre liberdade de software (movimento filosófico político-social, não tecnológico).
  * en: Gives talks about software freedom (philosophical, political and social movement, not technological).
* pt-BR: Voluntário avaliador de liberdade de software (para software pagos ou gratuitos).
  * en: Volunteer evaluator of software freedom (for paid software, or gratis software).
* pt-BR: Presta suporte e consultoria básicos sobre software livre.
  * en: Gives basic support and consulting about free/libre software.

## pt-BR: Sobre mim e contato | en: About me and contact
<https://libreplanet.org/wiki/User:Adfeno>


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 213 bytes --]

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

* bug#23633: artanis package installation broken
  2016-10-03  2:01 ` Adonay Felipe Nogueira
@ 2016-10-04  8:44   ` Ludovic Courtès
  2016-10-15 20:59     ` Adonay Felipe Nogueira
  2016-10-15 21:03   ` Adonay Felipe Nogueira
  1 sibling, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2016-10-04  8:44 UTC (permalink / raw)
  To: Adonay Felipe Nogueira; +Cc: 23633

Hi,

Adonay Felipe Nogueira <adfeno@openmailbox.org> skribis:

> I have sent a patch that tries to fix the issue.
>
> See: <https://savannah.gnu.org/patch/index.php?9130>

Nice!

Could you turn it into a patch for Guix?  Essentially we would add the
upstream patch to the ‘patches’ field of our Artanis package.

Thanks,
Ludo’.

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

* bug#23633: artanis package installation broken
  2016-10-04  8:44   ` Ludovic Courtès
@ 2016-10-15 20:59     ` Adonay Felipe Nogueira
  2016-10-15 21:52       ` Ludovic Courtès
  0 siblings, 1 reply; 8+ messages in thread
From: Adonay Felipe Nogueira @ 2016-10-15 20:59 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 23633

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

I was thinking of editing the current recipe so as to get the package
from their current repository commit. What do you think? Should we do as
I said just now, or should we do as you suggested?

There's still one patch that I made for Artanis, that is supposed to
correct a mistake I did in the Makefile and also correct a mistake they
made in a new Scheme script. I'm still waiting for this patch to be
approved.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 213 bytes --]

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

* bug#23633: artanis package installation broken
  2016-10-03  2:01 ` Adonay Felipe Nogueira
  2016-10-04  8:44   ` Ludovic Courtès
@ 2016-10-15 21:03   ` Adonay Felipe Nogueira
  1 sibling, 0 replies; 8+ messages in thread
From: Adonay Felipe Nogueira @ 2016-10-15 21:03 UTC (permalink / raw)
  To: 23633

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

I sent another patch to fix my typos in the Makefile and typo in a
Scheme script, made by someone else, see:
<https://savannah.gnu.org/patch/?9131>.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 213 bytes --]

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

* bug#23633: artanis package installation broken
  2016-10-15 20:59     ` Adonay Felipe Nogueira
@ 2016-10-15 21:52       ` Ludovic Courtès
  2016-10-16  1:37         ` Adonay Felipe Nogueira
  0 siblings, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2016-10-15 21:52 UTC (permalink / raw)
  To: Adonay Felipe Nogueira; +Cc: 23633

Adonay Felipe Nogueira <adfeno@openmailbox.org> skribis:

> I was thinking of editing the current recipe so as to get the package
> from their current repository commit. What do you think? Should we do as
> I said just now, or should we do as you suggested?

I prefer to minimize changes compared to upstream’s release.  So that
would mean turning your patch into a Guix patch.

Would it work for you?

Or we could wait for the next Artanis release if it’s going to happen
soonish.

Thanks,
Ludo’.

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

* bug#23633: artanis package installation broken
  2016-10-15 21:52       ` Ludovic Courtès
@ 2016-10-16  1:37         ` Adonay Felipe Nogueira
  0 siblings, 0 replies; 8+ messages in thread
From: Adonay Felipe Nogueira @ 2016-10-16  1:37 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 23633

[-- Attachment #1: Type: text/plain, Size: 64 bytes --]

That's OK, I'm sending a patch in guix-devel mailing list now.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 213 bytes --]

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

* bug#23633: Close: artanis package installation broken
  2016-05-27 18:03 bug#23633: artanis package installation broken Leo Famulari
  2016-10-03  2:01 ` Adonay Felipe Nogueira
@ 2018-02-05 21:25 ` Andreas Enge
  1 sibling, 0 replies; 8+ messages in thread
From: Andreas Enge @ 2018-02-05 21:25 UTC (permalink / raw)
  To: 23633-done

The problem does not occur any more in the current artanis package,
version 0.2.1-3.

Andreas

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

end of thread, other threads:[~2018-02-05 21:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-27 18:03 bug#23633: artanis package installation broken Leo Famulari
2016-10-03  2:01 ` Adonay Felipe Nogueira
2016-10-04  8:44   ` Ludovic Courtès
2016-10-15 20:59     ` Adonay Felipe Nogueira
2016-10-15 21:52       ` Ludovic Courtès
2016-10-16  1:37         ` Adonay Felipe Nogueira
2016-10-15 21:03   ` Adonay Felipe Nogueira
2018-02-05 21:25 ` bug#23633: Close: " Andreas Enge

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).