Bug 120834 - unquoted XVENDORNAME causes the build failure
Summary: unquoted XVENDORNAME causes the build failure
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mike A. Harris
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-04-14 12:10 UTC by Akira TAGOH
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-09-01 11:38:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Akira TAGOH 2004-04-14 12:10:33 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.6)
Gecko/20040401 Debian/1.6-4

Description of problem:
When I'm building Canna, this problem appears. Makefile, which was
generated from Imakefile actually has quoted define for XVENDORNAME.
but when it's used actually, no quoted. so gcc is going to deal with
those arguments as unintended arguments.
Here is a log what happened.

configure:1671:  gcc  -O2 -fno-strength-reduce -fno-strict-aliasing  
-I/usr/X11R6/include -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L
-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-DFUNCPROTO=15 -DNARROWPROTO -DXVENDORNAME=The X.Org Foundation
-DXVENDORNAMESHORT=X.Org   conftest.c  >&5
gcc: X.Org: No such file or directory
gcc: Foundation: No such file or directory


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.build Canna
2.
3.
    

Actual Results:  failed

Expected Results:  build should be done completely

Additional info:

Comment 1 Mike A. Harris 2004-04-20 01:02:54 UTC
Tracking issue in upstream bug report:
    http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=479

Setting status to "UPSTREAM", will review upstream status in
future.

Comment 2 Mike A. Harris 2004-09-01 11:38:57 UTC
Status update: Upstream bug report is flagged as FIXED in CVS, and
we're now using the CVS code in rawhide.

Setting status to "RAWHIDE".


Note You need to log in before you can comment on or make changes to this bug.