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#12186 - xorg-font-utils does not compile
Attached to Project:
Arch Linux
Opened by Michal Kolodziejczyk (miko) - Wednesday, 19 November 2008, 23:19 GMT
Last edited by Jan de Groot (JGC) - Friday, 05 December 2008, 10:06 GMT
Opened by Michal Kolodziejczyk (miko) - Wednesday, 19 November 2008, 23:19 GMT
Last edited by Jan de Groot (JGC) - Friday, 05 December 2008, 10:06 GMT
|
DetailsDescription:
xorg-font-utils does not compile with current gcc Can be fixed with following patch: --- ./src/ttmkfdir2/directory.cpp 2000-01-11 01:44:44.000000000 +0100 +++ ./src/ttmkfdir2/directory.cpp.new 2008-11-19 17:58:16.000000000 +0100 @@ -1,4 +1,5 @@ #include <cctype> +#include <cstring> #include <dirent.h> #include <sys/stat.h> #include <unistd.h> Additional info: * package versions: xorg-font-utils 1.0.3-3, gcc 4.3.2-1 Steps to reproduce: abs; makepkg xorg-font-utils |
This task depends upon