Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#16964 - iat installs headers with generic names in /usr/include
Attached to Project:
Community Packages
Opened by Pierre Chapuis (catwell) - Sunday, 01 November 2009, 20:21 GMT
Last edited by Ionut Biru (wonder) - Sunday, 01 November 2009, 21:38 GMT
Opened by Pierre Chapuis (catwell) - Sunday, 01 November 2009, 20:21 GMT
Last edited by Ionut Biru (wonder) - Sunday, 01 November 2009, 21:38 GMT
|
DetailsDescription:
The iat packages installs headers with generic names in /usr/include: usr/include |-- calculate_pregap.h |-- cmdline.h |-- convert_2_iso.h |-- debug.h |-- define.h |-- ecma119.h |-- ecma167.h |-- mkcore.h |-- mkcue.h |-- mktoc.h |-- mmc2r11.h `-- util.h This is bad because other packages may use the same names and use these header files instead of theirs. For examples it makes the build of openmpi fail because it uses cmdline.h. A fix is to use the configure switch --includedir=/usr/include/$pkgname. This bug was previously reported and fixed in Gentoo: http://bugs.gentoo.org/show_bug.cgi?id=288203 |
This task depends upon