Forum OpenACS Development: Problem w/ installing software from repository

This is a copy of a forum post from the Q&A section. Somebody told me to place this post here, but I don't know how to move it, so I just re-posted here:
https://openacs.org/forums/message-view?message_id=504970

It appears that the manifest.xml file is incorrectly formatted. I posted a comment on where the "format" broke.

Any help in resolving this issue would be great!

Thanks!

Collapse
Posted by Gustaf Neumann on
The problem should be fixed by now. The repository and manifest builder on openacs.org lead to an error due to an overlong list of filenames provided to tar ("argument list to long"). I have changed the code to work independently of the length of the path names and number of files.
Collapse
Posted by Richard Perng on
I just tried again. It appears that the problem is still there. I should say the symptom is still present :(

My webserver instance is going to here for the information:
https://openacs.org/repository/5-3/manifest.xml

Is there another place to get it from?

Thanks!

Collapse
Posted by Gustaf Neumann on
Interesting. Yesterday evening, it was ok... maybe openacs.org uses a different interface. will check again this night...
acs-templating package is not finished in the xml, I have removed it in http://luther.innova.uned.es/manifest.xml and works ok

it has the download-url and provides / requires tags missing

Hope this helps

The problem was not to figure out, where the XML is not valid, it was to find the reason for the problem - which was - as mentioned before the tar command rebuilding the .apm files.

Unfortunately, there are two different places, where the identical code lives, and openacs.org differs in this respect from other versions. I missed yesterday the second spot and fixed the second spot and the repository again. Let us hope, it survives this night correctly.

Collapse
Posted by Richard Perng on
as of this writing, it appears to be working.

As for the acs-templating package, it appears in the manifest.xml.

Thanks!