Welcome to the forums. Please post in English or French.

You are not logged in.

#1 2021-11-08 16:16:53

jeanpierreaubry
Guru
From: nantes (france)
Registered: 2009-03-12
Posts: 4,049

error in downloading unstable version

when trying to download unstable version as per
      sourceforge.net/p/codeaster/wiki/Quickstart/
i get the following error

dedalus@stephen:~/dev/codeaster> hg clone http://hg.code.sf.net/p/codeaster/devtools devtools
hg: parse error at /home/dedalus/.hgrc:2: <!DOCTYPE html>

what is wrong?

jean pierre aubry


consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/

Offline

#2 2021-11-09 22:20:41

hberro
Member
From: Palaiseau, France
Registered: 2011-07-05
Posts: 149

Re: error in downloading unstable version

A syntax error maybe in the .hgrc mercurial configuration file ?
Is it possible to clone any other repository?

Offline

#3 2021-11-10 09:20:24

jeanpierreaubry
Guru
From: nantes (france)
Registered: 2009-03-12
Posts: 4,049

Re: error in downloading unstable version

hello hberro

thanks,

maybe ?
give me an example to check


consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/

Offline

#4 2021-11-10 12:41:47

hberro
Member
From: Palaiseau, France
Registered: 2011-07-05
Posts: 149

Re: error in downloading unstable version

Here is the contents of my $HOME/.hgrc file (mercurial main configuration file)

[ui]
username = MY NAME <my.email@edf.fr>
merge = meld

[extensions]
hgext.extdiff=

[extdiff]
cmd.vdiff = meld

Cloning the sourceforge dépôt seems to work just fine from my side.

Here is a snapshot


Attachments:
Capture d'écran de 2021-11-10 12-40-42.png, Size: 58.53 KiB, Downloads: 180

Offline

#5 2021-11-10 14:58:08

jeanpierreaubry
Guru
From: nantes (france)
Registered: 2009-03-12
Posts: 4,049

Re: error in downloading unstable version

thanks for that quick answer

my downloaded .hgrc file was an xml of 1678 lines
i replaced as you suggest
downloading is then ok
but
following instruction given here
https:88sourceforge.net/p/codeaster/wiki/Quickstart/
(replace 88 by //)

i get this error

dedalus@stephen:~/dev/codeaster> $HOME/dev/codeaster/devtools/bin/install_env --internet
Unknown repository in '/home/dedalus/dev/codeaster'
Please provide repository path as argument (see 'install_env --help').

and then following instruction given here
https:88sourceforge.net/p/codeaster/wiki/BuildCodeAster/
(replace 88 by //)

in my 15.2 code aster installation /opt/152
there is nowhere a file named profile_mfront.sh

the last install in which this file exist in 14.4

i have on my komputer  nicely working versions 15.2, 14.4, 14.2

are the instructions given in the above sourceforge web pages  up to date

Last edited by jeanpierreaubry (2021-11-10 15:08:44)


consider reading my book
freely available here https://framabook.org/beginning-with-code_aster/

Offline