Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263378 - dev-util/nsis: Loosen compiler restrictions
Summary: dev-util/nsis: Loosen compiler restrictions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Alin Năstac (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-22 16:23 UTC by Dennis Schridde
Modified: 2011-07-10 14:42 UTC (History)
2 users (show)

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 Dennis Schridde 2009-03-22 16:23:18 UTC
dev-util/nsis currently requires a compiler for a target out of either mingw32, i686-mingw32, i586-mingw32, i486-mingw32, i386-mingw32.

I have i686-pc-mingw32 installed, and GCC itself says valid MinGW targets are *-*-mingw32. (ref: http://gcc.gnu.org/install/specific.html#x-x-mingw32)

I thus propose that dev-util/nsis should also allow *-*-mingw32 as a valid target.

Reproducible: Always
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2009-03-24 18:16:53 UTC
Actually nsis build system supports only these variants:
    mingw32
    mingw32msvc
    i386-mingw32
    i486-mingw32
    i586-mingw32
    i686-mingw32
    i386-mingw32msvc
    i486-mingw32msvc
    i586-mingw32msvc
    i686-mingw32msvc
    i386-pc-mingw32
    i486-pc-mingw32
    i586-pc-mingw32
    i686-pc-mingw32

Fixed in nsis-2.44 (w/o revbump) by adding i{3,4,5,6}86-pc-mingw32 to the supported mingw32 variants.