Summary: | Wrong filename in sylpheed-claws 0.9.4 prevents from building correctly. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Antek Grzymała (antoszka) <antoni> |
Component: | Current packages | Assignee: | Marius Mauch (RETIRED) <genone> |
Status: | RESOLVED WORKSFORME | ||
Severity: | major | CC: | bcowan, genone, lu_zero |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Antek Grzymała (antoszka)
2003-08-08 07:44:09 UTC
The problem is in these lines: src_unpack() { ... sed -e "s/PACKAGE\=sylpheed/PACKAGE\=sylpheed-claws/" ${i}.orig > ${i} ... } Dont know why that line is necessary because u can change sylpheed programname by " --program-suffix=SUFFIX append SUFFIX to installed program names". Which is in fact added to ebuild! Any problems by removing the "sed" line in ebuild ? -- In fact i dont think it has any usefulness to have both sylpheed and sylpheed-claws installed simultaneously. The whole process could be much easier then. Dont beat me if i am wrong :) Yes, it works. You remove the lines and you can emerge it. What's more, the executable is called correctly (sylpheed-claws). Can anyone commit the change to the ebuild? the sed is necessary so that the directories in /usr/lib and /usr/share are called sylpheed-claws too. genone, I'm assigning to you, but you reason is valid...go ahead and close if you want. Can't confirm the bug with 0.9.4 or 0.9.5. If you still encounter it please attach a full build log and reopen the bug. |