Summary
aes attempts to emit an import library out of the import source file
Metadata
- Id: a8d4219a2fa4392a7f0d8df00bc8195764167b78
- Trac id: 1249
- Type: defect
- Reporter: mario
- Owner: alaric
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty: easy
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version: 4.10.x
- Changetime: 2016-08-26 17:16:24 UTC
- Created: 2016-01-02 18:14:49 UTC
- Keywords: aes
Description
The import file doesn't contain a module. Attempting to emit an import library out of files that don't declare a module was not an error until 7cdf0eb7, but now it is.
See http://salmonella-linux-x86-64.call-cc.org/master-debugbuild/gcc/linux/x86-64/2016/01/02/salmonella-report/install/aes.html for the full error message.
Changes and comments
[2016-08-25 20:28:39 UTC] sjamaan set difficulty to easy
[2016-08-26 17:16:24 UTC] alaric changed status from new to closed
[2016-08-26 17:16:24 UTC] alaric set resolution to fixed
[2016-08-26 17:16:24 UTC] alaric wrote:
Hopefully fixed in r33287