Bug 17029 - commit e72b1d21e44712e90595b1c31e67db6786d0d1bd breaks build
Summary: commit e72b1d21e44712e90595b1c31e67db6786d0d1bd breaks build
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: git
Hardware: Other All
: medium blocker
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
: 17035 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-07 09:21 UTC by Johannes Engel
Modified: 2008-08-08 06:32 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Johannes Engel 2008-08-07 09:21:00 UTC
Making all in os
make[1]: Entering directory `/home/engel/software/Xorg/xserver/os'
../doltcompile gcc -DHAVE_CONFIG_H -I. -I../include    -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/local/include -I/usr/local/include/pixman-1 -I/usr/include/freetype2    -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow  -I../miext/damage -I../render -I../randr-I../fb -g3 -O0 -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c -o connection.lo connection.c
In file included from connection.c:108:
osdep.h:95:5: error: missing binary operator before token "("


git bisect tells:
e72b1d21e44712e90595b1c31e67db6786d0d1bd is first bad commit
commit e72b1d21e44712e90595b1c31e67db6786d0d1bd
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Wed Aug 6 10:23:31 2008 -0700

    XQuartz: Now properly disable xauth checking on launchd socket and mostly fix the xinitrc / launchd race condition

:100644 100644 8ad331d6542dcf4ee239ed080dd0a07edc066ef6 570a6885c7e1611a18091028ad7bb6d19d6254e6 M      configure.ac
:040000 040000 4e2fcc043656aad4afefa0d1f552f8509460fa6e 5c91819ec5af97112c9f312ac1237be383e628e7 M      hw
:040000 040000 2c593981374bf2f23eecad2fe6a2acf744d71603 4c6dae0b12ce2fcf3485285428df894b36093f20 M      include
:040000 040000 a9ca9159698e28f7e363f0ae20bead79fa96f908 e34e4724f633d46f99ae8c9e5d9b75c69882c0c6 M      os
Comment 1 Julien Cristau 2008-08-08 06:11:02 UTC
*** Bug 17035 has been marked as a duplicate of this bug. ***
Comment 2 Julien Cristau 2008-08-08 06:32:10 UTC
On Thu, Aug  7, 2008 at 09:21:01 -0700, bugzilla-daemon@freedesktop.org wrote:

> In file included from connection.c:108:
> osdep.h:95:5: error: missing binary operator before token "("
> 
> 
Should be fixed by 892ec928da3a0653ae54c321e4c3b1aa06c4e678 in xtrans.

commit 892ec928da3a0653ae54c321e4c3b1aa06c4e678
Author: Adam Jackson <ajax@redhat.com>
Date:   Thu Aug 7 10:32:11 2008 -0400

    Drastically simplify TRANS_OPEN_MAX.
    
    If your OS doesn't have sysconf(3), then life is already hard for you.


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.