| Summary: | linesrv-2.1.20 use of "list_add" function conflict with mysql-4.1.10a | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Francesco R. (RETIRED) <vivo> |
| Component: | New packages | Assignee: | Gentoo Web Application Packages Maintainers <web-apps> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mrness |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | |||
| Bug Blocks: | 83011 | ||
| Attachments: | linesrv-mysql-4.1.patch | ||
Created attachment 53824 [details, diff]
linesrv-mysql-4.1.patch
Applied the patch and released version 2.1.21 (the main app, not the ebuild), no need to apply the patch via ebuild. Tested version warping, seems to work (download files ready, 2.1.20 compatible). As there aren't any other changes besides a renamed function (thanks for the patch) I suggest to remove the ~x86 keyword as soon as possible. Thanks, Stefan Fuchs, http://linecontrol.srf.ch/ net-dialup/linesrv-2.1.21 is in the tree |
linesrv can't compile against mysql-4.1.10a begause of the conflicting declaration of "list_add"function. Patch to rename the function attached, the ebuild will need the use of src_unpack function like this one: src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PN}-mysql-4.1.patch } I'm sending this ?bug? upstream too.