Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50982 - x11-terms/xterm-189 version bump
Summary: x11-terms/xterm-189 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-05-13 15:39 UTC by Daniel Webert
Modified: 2004-06-09 16:09 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
xterm-189.patch (xterm-189.patch,1007 bytes, patch)
2004-05-21 20:00 UTC, MATSUU Takuto (RETIRED)
Details | Diff
files/xterm-189-fix-luitpath.patch (xterm-189-fix-luitpath.patch,486 bytes, patch)
2004-05-21 20:01 UTC, MATSUU Takuto (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Webert 2004-05-13 15:39:25 UTC
x11-terms/xterm-188 version bump
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-05-16 21:41:19 UTC
yeah, I know about it, it's just a bit of a problem in that it segfaults when compiling against utempter
Comment 2 MATSUU Takuto (RETIRED) gentoo-dev 2004-05-21 20:00:36 UTC
Created attachment 31823 [details, diff]
xterm-189.patch
Comment 3 MATSUU Takuto (RETIRED) gentoo-dev 2004-05-21 20:01:16 UTC
Created attachment 31824 [details, diff]
files/xterm-189-fix-luitpath.patch
Comment 4 MATSUU Takuto (RETIRED) gentoo-dev 2004-05-21 20:05:20 UTC
Added dev-lang/perl to DEPEND.
Added dohtml.
Added patches to fix luitpath. old versions also have same problem.
Comment 5 Thomas Dickey 2004-05-22 09:10:39 UTC
Kulleen's comment: which version of utempter?

Regarding files/xterm-189-fix-luitpath.patch,
that appears to be a fix for a build-script rather
than a bug in xterm.
Comment 6 Seemant Kulleen (RETIRED) gentoo-dev 2004-05-22 09:49:04 UTC
Thomas: thanks for adding yourself to this bug :)  THe version of utempter in use currently is 0.5.5.4 (that was the latest version I found on fedora's ftp site).
Comment 7 Thomas Dickey 2004-05-22 12:57:26 UTC
I'll take a look at that.  I installed a copy based on this:
   utempter-0.5.5-2.RHL9.0.src.rpm
two weeks ago on my Slackware 9, and did not see any problem
with it.  (That was prompted by the change in #188, since I
had also noticed that Slackware is using utempter now).
Comment 8 Thomas Dickey 2004-05-23 17:08:35 UTC
The spec-file's comment indicates they're all the same source:

* Tue Apr 20 2004 Mike A. Harris <mharris@redhat.com> 0.5.5-4
- Build 0.5.5-1 version as 0.5.5-1.2.1EL.0 for RHEL 2.1 erratum
- Build 0.5.5-1 version as 0.5.5-1.3EL.0 for RHEL 3 erratum
- Build 0.5.5-1 version as 0.5.5-2.RHL9.0 for RHL 9 erratum
- Build 0.5.5-1 version as 0.5.5-3.FC1.0 for Fedora Core 1 erratum
- Build 0.5.5-1 version as 0.5.5-4 for Fedora Core 2 development head

Perhaps the problem is exposed by a difference in environments.
Can you provide more details on the segfault?  (A traceback, etc).
Comment 9 Thomas Dickey 2004-05-30 08:24:20 UTC
Someone (email) commented on the luit patch.  What's wrong with
it is that it doesn't work for imake.  Here's what will be in
#191:

#ifndef PROJECTROOT
#define PROJECTROOT             "/usr/X11R6"
#endif

/* 
 * The configure script quotes PROJECTROOT's value. 
 * imake does not quote PROJECTROOT's value. 
 */
#ifdef HAVE_CONFIG_H
#define DEFLOCALEFILTER2(x)     x
#else
#define DEFLOCALEFILTER2(x)     #x
#endif

#define DEFLOCALEFILTER1(x)     DEFLOCALEFILTER2(x)
#define DEFLOCALEFILTER         DEFLOCALEFILTER1(PROJECTROOT) "/bin/luit"   
Comment 10 Seemant Kulleen (RETIRED) gentoo-dev 2004-06-09 14:03:58 UTC
added xterm-191 to portage.  Thanks a bunch, Thomas!
Comment 11 Thomas Dickey 2004-06-09 16:09:15 UTC
no problem (report bugs)