Setup script broken

1 view
Skip to first unread message

Evan Kroske

unread,
Feb 20, 2010, 4:10:34 PM2/20/10
to es-operat...@googlegroups.com
I donwloaded the 0.1.5 source tarball and ran the setup script. Unfortunately, the setup couldn't complete because ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.8.tar.bz2 is a dead link. The oldest version stored in that directory is now 7.9. I found the right version at http://downloads.sourceforge.net/project/pcre/pcre/7.8/pcre-7.8.tar.bz2?use_mirror=cdnetworks-us-2 I'm testing the address in the setup script now.

--
Evan Kroske
http://welcome2obscurity.blogspot.com/
The personal blog of Evan Kroske,
novice software developer.

Evan Kroske

unread,
Feb 24, 2010, 7:28:11 PM2/24/10
to es-operat...@googlegroups.com
I made a patch to fix the outdated URI. I tested it, and it works. Here's the patch:

196c196
<     wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.8.tar.bz2
---
>     wget http://downloads.sourceforge.net/project/pcre/pcre/7.8/pcre-7.8.tar.bz2?use_mirror=cdnetworks-us-2
setup

Shiki Okasaka

unread,
Feb 26, 2010, 5:41:25 AM2/26/10
to es-operat...@googlegroups.com
Hi Evan,

Thank you very much for fixing the script. We also need to update the
script in our svn trunk at,

http://code.google.com/p/es-operating-system/source/browse/trunk/setup

and probably we should switch to 8.01. If you can work on this, I'm
happy to add your account to our project contributors list. Please let
me know if you like me to do so.

Cheers,

- Shiki

> --
> You received this message because you are subscribed to the Google Groups
> "es-operating-system" group.
> To post to this group, send email to es-operat...@googlegroups.com.
> To unsubscribe from this group, send email to
> es-operating-sy...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/es-operating-system?hl=en.
>

Evan Kroske

unread,
Feb 26, 2010, 10:35:06 AM2/26/10
to es-operat...@googlegroups.com
I'm sorry, I forgot to say that I downloaded the latest SVN trunk revision before I made this patch. I tried it with the latest source, and it works.

Regarding the switch to PCRE 8.01, where are the regular expressions that use that library? 8.01 appears to be backwards-compatible, but I might still have to change some include statements or compiler arguments. I'll try to make the switch.

Shiki Okasaka

unread,
Mar 2, 2010, 5:37:08 AM3/2/10
to es-operat...@googlegroups.com
On Sat, Feb 27, 2010 at 12:35 AM, Evan Kroske <e.kr...@gmail.com> wrote:
> I'm sorry, I forgot to say that I downloaded the latest SVN trunk revision
> before I made this patch. I tried it with the latest source, and it works.
>
> Regarding the switch to PCRE 8.01, where are the regular expressions that
> use that library? 8.01 appears to be backwards-compatible, but I might still
> have to change some include statements or compiler arguments. I'll try to
> make the switch.

esjs uses pcre. If you can run the shell in es/qemu, that should be ok.

- Shiki

Reply all
Reply to author
Forward
0 new messages