For the quickest reply, please use our new Customer Helpdesk and Feedback platform
 
   
 
error: _ not found in download -R128-3
Posted: 10 September 2008 08:33 PM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2008-09-10

I’m having the “not found in download” problem.  I downloaded
the cean archive and added it to my working erlang installation.
I’ve edited erl, and added VERSION.  I must still be missing something.

Note that cean:available(). does not work either - it returns a fragment
of a web page, not a list of available packages.

erlang was built with—prefix=/opt/erlang

/opt/erlang/bin/erl:

ROOTDIR=/opt/erlang/lib/erlang
BINDIR=$ROOTDIR/erts-5.6.3/bin
EMU=beam
PROGNAME=`echo $0 | sed ‘s/.*\///’`
export EMU
export ROOTDIR
export BINDIR
export PROGNAME
export ARCHDIR=linux-x86
export CEAN_SERVER=“http://cean.process-one.net”
exec $BINDIR/erlexec ${1+”$@”}

/opt/erlang/lib/erlang/VERSION

CEAN Erlang/OTP R128-3 erts-5.6.3 linux-x86 devel

Note that cean:version(). returns the string above, not “CEAN Erlang/OTP”,
so I assume I got the version bit correct.

Thanks for any help!

td

PS, the URI cean:available(). is GETting is /R128/devel/linux-x86.  I note
that this results in a 200 OK and a page that states “page not found”.  So
I tried this with /R118/devel/linux-x86 as shown in the example, and the
result is the same.

Profile
 
 
Posted: 13 September 2008 02:51 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  2
Joined  2008-09-10

So, I was missing something, and I wasn’t.

What I missed is that it is R12B-3, with alpha B, not digit 8.

What I did not miss is that it seems there is no support for
R12B at cean.process-one.net.

Oh well.

Profile
 
 
Posted: 29 October 2008 12:09 AM   [ Ignore ]   [ # 2 ]
Senior Member
Avatar
RankRankRankRank
Total Posts:  117
Joined  2006-11-13

R12B-4 is now supported

Profile