Arch Linux

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!
Tasklist

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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Low
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
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

Closed by  Jan de Groot (JGC)
Friday, 05 December 2008, 10:06 GMT
Reason for closing:  Fixed

Loading...