First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 108300
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo X packagers <x11@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: James Cloos <cloos@jhcloos.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 108300 depends on: Show dependency tree
Show dependency graph
Bug 108300 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-10-06 10:54 0000
The Makefiles in .../work/.../nls/${LOCALE}/ have this:

.pre:
        $(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@

for whatever reason $RAWCPP is not being set, running make Compose gives this:

DWCHAR32=1 < Compose.pre | sed -e '/^#  *[0-9][0-9]*  *.*$/d' -e '/^#line 
*[0-9][0-9]*  *.*$/d' -e '/^[         ]*XCOMM$/s/XCOMM/#/' -e '/^[        
]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[         ]*XHASH/s/XHASH/#/' -e
'/\@\@$/s/\@\@$/\\/' > Compose

where the long sed(1) command is $(CPP_SED_MAGIC).  Note that no command is run,
so sed(1)'s stdin is empty and Compose is therefore also empty.

I don't see libX11-0.99.1_pre20050905.tar.bz2 at
http://xorg.freedesktop.org/X11R7.0-RC0/everything/, so I'm posting this here
rather than at fdo.  At least at first....

------- Comment #1 From Donnie Berkholz 2005-10-06 11:04:50 0000 -------
That's because it's a CVS snapshot.

------- Comment #2 From James Cloos 2005-10-06 12:16:53 0000 -------
(In reply to comment #1)
> That's because it's a CVS snapshot.

So it is just cvs w/o any other patches?

If so I'll move the bug over there.

------- Comment #3 From Donnie Berkholz 2005-10-06 12:26:01 0000 -------
Probably worth testing the latest CVS first. I know I saw something go in
recently regarding Compose.

------- Comment #4 From James Cloos 2005-10-06 12:40:50 0000 -------
OK.  I looked further; seems the defin for RAWCPP was moved to xorg-macros.m4,
but that is not in the libX11 tar, nor installed anywhere else on my fs.

I did find it in my cvsup mirror of fdo, at:

/mirrors/CvsUp/PDX/cvs/xorg/util/macros/xorg-macros.m4,v

which is in viewcvs at:

http://cvs.freedesktop.org/xorg/util/macros/xorg-macros.m4?rev=1.4&view=log

I haven't found which -- if any -- ebuild that is part of....

------- Comment #5 From Donnie Berkholz 2005-10-06 13:15:39 0000 -------
It would be in the util-macros ebuild, if that's current enough.

------- Comment #6 From James Cloos 2005-10-06 13:31:57 0000 -------
OK.  That is the real bug.  

x11-misc/util-macros-0.99.0 is too old for x11-libs/libX11-0.99.1_pre20050905
and needs an update.

I've changed the summary to match.

------- Comment #7 From Joshua Baergen (RETIRED) 2005-10-07 23:05:15 0000 -------
Fixed, good catch.

First Last Prev Next    No search results available      Search page      Enter new bug