Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40824 - app-crypt/cryptoapi-2.4.7.0 compilation fail, without modversions
Summary: app-crypt/cryptoapi-2.4.7.0 compilation fail, without modversions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-08 05:02 UTC by Kenny
Modified: 2005-02-06 17:11 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 Kenny 2004-02-08 05:02:20 UTC
sed -i -e "s:-DMODVERSIONS:-DMODVERSIONS -DEXPORT_SYMTAB:g" \
                Makefile
        cd ..
        sed -i -e "s:-DMODVERSIONS:-DMODVERSIONS -DEXPORT_SYMTAB:g" \
                config.status

-DEXPORT_SYMTAB flag is newer added.
Then I changed to:        
        sed -i -e "s/-DMODULE/-DMODULE -DEXPORT_SYMTAB/g" \
                Makefile
        cd ..
        sed -i -e "s/-DMODULE/-DMODULE -DEXPORT_SYMTAB/g" \
                config.status



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2004-02-10 21:08:30 UTC
Kenny: which kernels does this effect?
Comment 2 Kenny 2004-02-14 10:32:46 UTC
I using kernel v2.4.24 without modversions and some patches (iptables,i2c,..).
I think problem is in absence -DEXPORT_SYMTAB ,but Makefile is regenerated in emake by autoconf ? :(
I repair this bug by adding -DEXPORT_SYMTAB to all relevant files.

Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2005-02-06 17:11:43 UTC
fixed