Summary: | git-2.eclass does not handle correctly directories containing ' --' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Denis M. (Phr33d0m) <god> |
Component: | Eclasses | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | pybugz build log |
Description
Denis M. (Phr33d0m)
2013-02-09 00:07:35 UTC
Created attachment 338364 [details]
pybugz build log
But you're aware that this kind of path is unsupported and can break portage randomly? The other thing is that git-2 eclass shall be fixed anyway. I guess missing quotes somewhere. (In reply to comment #2) > But you're aware that this kind of path is unsupported and can break portage > randomly? To be honest I haven't found anywhere in the docs anything about (un)supported portage paths, otherwise I'd have given it a second thought before creating this file structure. > The other thing is that git-2 eclass shall be fixed anyway. I guess missing > quotes somewhere. I lurked into it for a while and seems something inside ${MOVE_COMMAND} at line 310 is not expanding correctly. Use git-r3.eclass instead |