Unable to install marionnet

Asked by Taysir

Hello, im trying to install Marionnet on Unbutu, but i cant do it. For example, on your website you said we need to type the command "bzr get..." but "get" is unknown command. Maybe bzr evolved. If u can help me, i would really apreciate. And maybe u need to update your tutorial. Thank you

Question information

Language:
English Edit question
Status:
Answered
For:
marionnet Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Luca Saiu (saiu) said :
#1

Hello Sir or Madam.

On 2022-09-09 at 09:15 +0000, Taysir wrote:

> New question #703111 on marionnet:
> https://answers.launchpad.net/marionnet/+question/703111
>
> Hello, im trying to install Marionnet on Unbutu, but i cant do it. For example,
> on your website you said we need to type the command "bzr get..." but "get" is
> unknown command. Maybe bzr evolved.

I have at least one private bzr repository that I have kept for many
years and still use actively, but I have not cloned another one in a
while. I have just checked.

You are right. What used to be
  bzr get
now seems to be
  bzr branch
. This does the same work as
  git clone
.

> If u can help me, i would really
> apreciate. And maybe u need to update your tutorial. Thank you

I am Cc'ing Jean-Vincent Loddo, who is maintaining the project now.
Thanks for your report!

--
Luca Saiu
* My personal web site: https://ageinghacker.net
* GNU Jitter: https://www.gnu.org/software/jitter
* GNU epsilon: https://www.gnu.org/software/epsilon

I support everyone's freedom of mocking any opinion or belief, no
matter how deeply held, with open disrespect and the same unrelented
enthusiasm of a toddler who has just learned the word "poo".

Revision history for this message
Jean-Vincent Loddo (loddo) said :
#2

Hi,

The new GNU/Linux distributions (including Ubuntu 22.04 which seems to
be popular with students) introduce a serious incompatibility that
concerns the libgtksourceview2.0-dev package.

This package, which refers to libgtk2, seems not to be distributed
anymore, which forces Marionnet to make a series of quite spectacular
changes: we have to switch to lablgtk3, but also to a new version of
OCaml (>=4.12), but also to abandon Ocamlbuild (which poses problems it
didn't pose before), thus abandoning our build system (created by Luca
15 years ago), in favor of dune (for example).

So, before updating the tutorial, I have to work on making Marionnet
(and Ocamlbricks) compilable again. Then I will write the script
marionnet_from_scratch and the compilation tutorial.

To summarize, the compilation/installation of Marionnet on new GNU/Linux
distributions is currently broken and will be for at least a few days or
weeks.

Best regards,

Jean-Vincent Loddo

Le 09/09/2022 à 19:10, Luca Saiu a écrit :
> Question #703111 on marionnet changed:
> https://answers.launchpad.net/marionnet/+question/703111
>
> Status: Open => Answered
>
> Luca Saiu proposed the following answer:
> Hello Sir or Madam.
>
> On 2022-09-09 at 09:15 +0000, Taysir wrote:
>
>> New question #703111 on marionnet:
>> https://answers.launchpad.net/marionnet/+question/703111
>>
>> Hello, im trying to install Marionnet on Unbutu, but i cant do it. For example,
>> on your website you said we need to type the command "bzr get..." but "get" is
>> unknown command. Maybe bzr evolved.
> I have at least one private bzr repository that I have kept for many
> years and still use actively, but I have not cloned another one in a
> while. I have just checked.
>
> You are right. What used to be
> bzr get
> now seems to be
> bzr branch
> . This does the same work as
> git clone
> .
>
>> If u can help me, i would really
>> apreciate. And maybe u need to update your tutorial. Thank you
> I am Cc'ing Jean-Vincent Loddo, who is maintaining the project now.
> Thanks for your report!
>

Revision history for this message
Luca Saiu (saiu) said :
#3

On 2022-09-11 at 20:15 +0000, Jean-Vincent Loddo wrote:

> [...]
>
> So, before updating the tutorial, I have to work on making Marionnet
> (and Ocamlbricks) compilable again. Then I will write the script
> marionnet_from_scratch and the compilation tutorial.
>
> To summarize, the compilation/installation of Marionnet on new GNU/Linux
> distributions is currently broken and will be for at least a few days or
> weeks.

That is a pity. But I am happy that you are still maintaining Marionnet
and that people still find it useful. Thanks.

--
Luca Saiu
* My personal web site: https://ageinghacker.net
* GNU Jitter: https://www.gnu.org/software/jitter
* GNU epsilon: https://www.gnu.org/software/epsilon

I support everyone's freedom of mocking any opinion or belief, no
matter how deeply held, with open disrespect and the same unrelented
enthusiasm of a toddler who has just learned the word "poo".

Can you help with this problem?

Provide an answer of your own, or ask Taysir for more information if necessary.

To post a message you must log in.