chandler icon indicating copy to clipboard operation
chandler copied to clipboard

Unable to download artifacts from builds.osafoundation.org

Open ksonney opened this issue 9 years ago • 4 comments

The build process appears to require downloads from builds.osafoundation.org, which are no longer available. Is there an alternate download location, or sources so that I might build these myself?

ksonney avatar Sep 29 '15 15:09 ksonney

Got the same error here and I'd be interested in a solution, too.

gruentee avatar Dec 28 '15 09:12 gruentee

You can edit the makefile to link to the old 0.3 packages on web.archive.org.

Also there is a new project called highlighter.com.

justingoldberg avatar Aug 04 '23 19:08 justingoldberg

An update, I tried to do this, and the links failed because some of the files are unavailable anywhere. Is there a way to regenerate the artifacts?

justingoldberg avatar Sep 03 '23 16:09 justingoldberg

I packaged Chandler for Ubuntu so it would build in CI/CD in 2010 - to do so I vendored all of the dependencies at the time. You can find the src file here - building it using the debian package files using the tar file below would probably be the best way to get it up and running, but I personally haven't done so since then: https://launchpad.net/~owenmorris/+archive/ubuntu/ppa/+sourcefiles/chandler/1.0.4~svn16701~rom2-ppa4/chandler_1.0.4~svn16701~rom2.orig.tar.gz

It would be a lot of work to get chandler back up and running again as it was from a largely pre Git era and relied on a lot of forked packages for which the changes weren't upstreamed.

owenmorris avatar Sep 07 '23 11:09 owenmorris