Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84430 - hsfmodem does not compile on amd64 due to wrong statement in ebuild
Summary: hsfmodem does not compile on amd64 due to wrong statement in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-07 13:16 UTC by Dirk Salewski
Modified: 2005-03-07 21:43 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Salewski 2005-03-07 13:16:00 UTC
Currently:

pkg_setup() {
    if useq x86; then
        MY_ARCH_S=${S}/${P}full
    elif useq amd64; then
        MY_ARCH_S=${S}/${P}X86_64full
    fi
}

But the MY_ARCH_S-line for amd64 has to be

MY_ARCH_S=${S}/${P}x86_64full

with a small "x"

Reproducible: Always
Steps to Reproduce:
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2005-03-07 21:43:15 UTC
fixed in both current versions