bug#55552: frama-c should probably be wrapped

2022-06-02 Thread raingloom
On Thu, 2 Jun 2022 07:57:19 +0200
Julien Lepiller  wrote:

> Le Fri, 20 May 2022 13:36:54 +0200,
> raingloom  a écrit :
> 
> > Sorry, can't debug this further right now.
> > 
> > ```
> > $(guix build frama-c)/bin/frama-c
> > [kernel] User Error: [findlib] package 'ocamlgraph' not found
> > (required by `frama-c.kernel') [kernel] User Error: Deferred error
> > message was emitted during execution. See above messages for more
> > information. [kernel] Frama-C aborted: invalid user input. ```
> > 
> > Running it with `guix shell frama-c -- frama-c` just makes it exit
> > without any output.
> > 
> > 
> >   
> 
> Hi, I think it's a duplicate of https://issues.guix.gnu.org/54094 ?
> I think it's just a matter of defining OCAMLPATH. Do you think you
> could come up with a patch?

Oh, I totally forgot about that. Well, I'll try to write something, but
it'll probably have to wait until my exams are over.





bug#55552: frama-c should probably be wrapped

2022-06-01 Thread Julien Lepiller
Le Fri, 20 May 2022 13:36:54 +0200,
raingloom  a écrit :

> Sorry, can't debug this further right now.
> 
> ```
> $(guix build frama-c)/bin/frama-c
> [kernel] User Error: [findlib] package 'ocamlgraph' not found
> (required by `frama-c.kernel') [kernel] User Error: Deferred error
> message was emitted during execution. See above messages for more
> information. [kernel] Frama-C aborted: invalid user input. ```
> 
> Running it with `guix shell frama-c -- frama-c` just makes it exit
> without any output.
> 
> 
> 

Hi, I think it's a duplicate of https://issues.guix.gnu.org/54094 ?
I think it's just a matter of defining OCAMLPATH. Do you think you could
come up with a patch?





bug#55552: frama-c should probably be wrapped

2022-05-20 Thread raingloom
Sorry, can't debug this further right now.

```
$(guix build frama-c)/bin/frama-c
[kernel] User Error: [findlib] package 'ocamlgraph' not found (required by 
`frama-c.kernel')
[kernel] User Error: Deferred error message was emitted during execution. See 
above messages for more information.
[kernel] Frama-C aborted: invalid user input.
```

Running it with `guix shell frama-c -- frama-c` just makes it exit
without any output.