D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 11688 - dlang packages should not depend on i686
Summary: dlang packages should not depend on i686
Status: NEW
Alias: None
Product: D
Classification: Unclassified
Component: installer (show other issues)
Version: D2
Hardware: x86_64 Linux
: P3 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-04 15:35 UTC by Martin Nowak
Modified: 2022-12-17 10:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Martin Nowak 2013-12-04 15:35:59 UTC
The linux packages come with cross compile support for X86_32 by default.
This feature is rarely needed but creates a package dependency on a complete gcc multiarch toolchain.
It makes these packages annoying to use for continuous integration systems like travis-ci where you have to install dmd before every test run.

I think we should offer the 64/32 cross compiler dmd as separate package on dlang.org/downloads.