Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239180 - dev-lang/lua-5.1.4 fails to build with USE="-deprecated" becouse of wrong paths to patches
Summary: dev-lang/lua-5.1.4 fails to build with USE="-deprecated" becouse of wrong pat...
Status: RESOLVED DUPLICATE of bug 239134
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-30 18:52 UTC by Sergey Dryabzhinsky
Modified: 2008-10-01 02:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patches paths fix (lua-5.1.4.ebuild.diff,447 bytes, patch)
2008-09-30 18:57 UTC, Sergey Dryabzhinsky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Dryabzhinsky 2008-09-30 18:52:32 UTC
Wrong:
        if ! use deprecated ; then
                epatch "${FILESDIR}"/${P}-deprecated.patch
                epatch "${FILESDIR}"/${P}-test.patch
        fi
Right:
        if ! use deprecated ; then
                epatch "${FILESDIR}"/${PN}-5.1.3-deprecated.patch
                epatch "${FILESDIR}"/${PN}-5.1.3-test.patch
        fi


Reproducible: Always

Steps to Reproduce:
Comment 1 Sergey Dryabzhinsky 2008-09-30 18:57:22 UTC
Created attachment 166859 [details, diff]
Patches paths fix

There is no any lua-5.1.4-* patch in `files/`...
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-10-01 02:24:51 UTC

*** This bug has been marked as a duplicate of bug 239134 ***