Bug 26754 - Build failure: undefined reference to `OsAbort'
Summary: Build failure: undefined reference to `OsAbort'
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium major
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-25 10:22 UTC by David Ronis
Modified: 2010-03-16 18:17 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description David Ronis 2010-02-25 10:22:17 UTC
I'm trying to update to today's git master on a slackware 12.2 box running linux 2.6.33.  

The build dies with:

libtool: link: /usr/bin/gcc -O0 -g -o xinput xinput-xinput.o  /usr/lib/libdmx.so /usr/lib/libXi.so /usr/lib/libXext.so /usr/lib/libX11.so /usr/lib/libxcb.so /usr/lib/libXau.so /usr/lib/libXdmcp.so -ldl -lm -lrt
xinput-xinput.o: In function `main':
/home/ronis/Project/notar/X/xserver/hw/dmx/examples/xinput.c:243: undefined reference to `OsAbort'
/home/ronis/Project/notar/X/xserver/hw/dmx/examples/xinput.c:244: undefined reference to `OsAbort'
/home/ronis/Project/notar/X/xserver/hw/dmx/examples/xinput.c:245: undefined reference to `OsAbort'
/home/ronis/Project/notar/X/xserver/hw/dmx/examples/xinput.c:246: undefined reference to `OsAbort'
/home/ronis/Project/notar/X/xserver/hw/dmx/examples/xinput.c:247: undefined reference to `OsAbort'
xinput-xinput.o:/home/ronis/Project/notar/X/xserver/hw/dmx/examples/xinput.c:248: more undefined references to `OsAbort' follow
collect2: ld returned 1 exit status
m
Comment 1 David Ronis 2010-03-14 10:17:51 UTC
This seems to have been fixed.  I'll close it.
Comment 2 Peter Hutterer 2010-03-16 18:17:30 UTC
commit 9e7b6e565f6e69f20002bf03ed05fe8b63f86924
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Feb 26 10:14:00 2010 +1000

    dmx: fix OsAbort()-related build error in examples/xinput.c


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.