FS#3524 - strace fails to build on current glibc 2.3.5-8

Attached to Project: Arch Linux
Opened by Jürgen Hötzel (juergen) - Saturday, 26 November 2005, 14:32 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To Judd Vinet (judd)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

...
if gcc -DHAVE_CONFIG_H -I. -I. -I. -Ilinux/i386 -I./linux/i386 -Ilinux -I./linux -Wall -march=i686 -O2 -pipe -MT resource.o -MD -MP -MF ".deps/resource.Tpo" -c -o resource.o resource.c; \
then mv -f ".deps/resource.Tpo" ".deps/resource.Po"; else rm -f ".deps/resource.Tpo"; exit 1; fi
resource.c:478: error: 'Q_SETUSE' undeclared here (not in a function)
resource.c:480: error: 'Q_SETQLIM' undeclared here (not in a function)
resource.c:481: error: 'Q_GETSTATS' undeclared here (not in a function)
resource.c:482: error: 'Q_RSQUASH' undeclared here (not in a function)
...

I applied the patch from gentoo portage:

+files/strace-4.5.12-quota.patch, strace-4.5.12.ebuild:
Fix building with newer glibc snapshots with a patch from upstream cvs


Patches enclosed

Jürgen
This task depends upon

Closed by  Judd Vinet (judd)
Monday, 28 November 2005, 19:08 GMT
Reason for closing:  Fixed
Additional comments about closing:  Thanks Jürgen

Loading...