[
https://issues.apache.org/jira/browse/AURORA-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13983784#comment-13983784
]
brian wickman commented on AURORA-368:
--------------------------------------
I think the problem here is that protobuf-2.5.0.tar.gz is accessible from pypi
but is not actually a python source distribution and instead an automake
distribute for the entire protobuf package. This isn't a problem with pip
since by default in 1.5.x it disables following rel links so it can't veer off
python.org.
One option is to override repository= for the python_requirement and point it
to a svn repo or raw.github.com link that contains the correct protobuf. Or we
plumb in the ability to configure on a per python_requirement basis whether or
not the web crawler follows rel links.
> newer pants/commons lib break aurora packaging
> ----------------------------------------------
>
> Key: AURORA-368
> URL: https://issues.apache.org/jira/browse/AURORA-368
> Project: Aurora
> Issue Type: Bug
> Components: Build, Packaging
> Affects Versions: 0.5.0
> Reporter: Bhuvan Arumugam
> Attachments: AURORA-368.out
>
>
> Ever since pants and commons library were upgraded, we are unable to package
> gc_executor binary. If it matter, we are using OEL6 with py26. Refer to
> attachment for PANTS_VERBOSE output.
> https://github.com/apache/incubator-aurora/commit/ddd2329eaefa780a680ed34e1aecb9c5240f03dd
> It complain following error:
> {code}
> Untranslateable: Package
> SourcePackage(u'http://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz')
> is not translateable.
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)