Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 246275 - x11-terms/rxvt-unicode-9.06 version bump
Summary: x11-terms/rxvt-unicode-9.06 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: René Nussbaumer (RETIRED)
URL: http://cvs.schmorp.de/rxvt-unicode/Ch...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-10 12:28 UTC by Christoph Gysin
Modified: 2009-02-08 00:42 UTC (History)
3 users (show)

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


Attachments
rxvt-unicode-9.06.ebuild (rxvt-unicode-9.06.ebuild,2.69 KB, text/plain)
2008-11-10 12:30 UTC, Christoph Gysin
Details
rxvt-unicode-9.06_no-urgency-if-focused.diff (rxvt-unicode-9.06_no-urgency-if-focused.diff,275 bytes, patch)
2008-11-10 12:31 UTC, Christoph Gysin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Gysin 2008-11-10 12:28:25 UTC
rxvt-unicode-9.06 has been released!
Comment 1 Christoph Gysin 2008-11-10 12:30:48 UTC
Created attachment 171293 [details]
rxvt-unicode-9.06.ebuild

updated ebuild, based on rxvt-unicode-9.05-r3.ebuild
Comment 2 Christoph Gysin 2008-11-10 12:31:47 UTC
Created attachment 171295 [details, diff]
rxvt-unicode-9.06_no-urgency-if-focused.diff

updated patch, applies cleanly against 9.06
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2008-11-14 10:59:29 UTC
it always segfaults if I type exit.
Comment 4 Christoph Gysin 2008-11-14 12:16:47 UTC
Can't reproduce that here, please post a backtrace.

Also please remerge urxvt and try to reproduce to see if it isn't caused by bad hardware.

thanks
Comment 5 Justin Lecher (RETIRED) gentoo-dev 2008-11-14 14:27:55 UTC
Did:
# LDFLAGS="" CFLAGS="-O2 -march=prescot -pipe" CXXFLAGS="${CFLAGS}" iemerge rxvt-unicode
with USE="afterimage perl -iso14755 -truetype -vanilla -wcwidth -xterm-color"

My .Xdefaults:

URxvt*background: 0000/0000/0000/dddd
URxvt*color0:      #000000
URxvt*color10:     #50FC50
URxvt*color11:     #F2FC50
URxvt*color12:     #5054F8
URxvt*color13:     #F854F8
URxvt*color14:     #50FCF8
URxvt*color15:     #F8FCF8
URxvt*color1:      #A80000
URxvt*color2:      #00A800
URxvt*color3:      #A85400
URxvt*color4:      #0000A8
URxvt*color5:      #A800A8
URxvt*color6:      #00A8A8
URxvt*color7:      #A8A8A8
URxvt*color8:      #545054
URxvt*color9:      #F85450
URxvt*depth: 32
URxvt*fadecolor:  #71C5F4
URxvt*fading:   70
URxvt*font: -xos4-terminus-medium-r-normal-*-12-*-*-*-*-*-*-*
URxvt*foreground:  #A8A8A8
URxvt*geometry:         84x24
URxvt*inheritPixmap:    true
URxvt.mapAlert:   True
URxvt.matcher.button:     3
URxvt.perl-ext-common: default,tabbed,matcher,-option-popup,-selection-popup,-readline
URxvt*reverseVideo:        false
URxvt*scrollBar:        false
URxvt*scrollBar_right:  false
URxvt*shading:  20
URxvt*tint:             white
URxvt.visualBell: False
URxvt*tintColor:        white
URxvt.urlLauncher: firefox

The bt:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb743a6e0 (LWP 4954)]
0xb7b25ee8 in XQueryExtension () from /usr/lib/libX11.so.6
(gdb) bt
#0  0xb7b25ee8 in XQueryExtension () from /usr/lib/libX11.so.6
#1  0x00000018 in ?? ()


But it is related to my Xdefaults, beacuse a blank .Xdefaults doesn't seqfaults.
Comment 6 Justin Lecher (RETIRED) gentoo-dev 2008-11-14 14:35:38 UTC
Update:

URxvt*inheritPixmap:    true

Makes it seqfault.
Comment 7 Justin Lecher (RETIRED) gentoo-dev 2008-11-14 14:49:32 UTC
Excuse me for doing it step by step:
Here the real bt
[Switching to Thread 0xb75546e0 (LWP 20080)]
0xb7c3fee8 in XQueryExtension () from /usr/lib/libX11.so.6
(gdb) bt
#0  0xb7c3fee8 in XQueryExtension () from /usr/lib/libX11.so.6
#1  0x00000018 in ?? ()
#2  0xbff56b74 in ?? ()
#3  0x0000000c in ?? ()
#4  0xb7b33ff4 in ?? () from /usr/lib/libperl.so.1
#5  0x08296650 in ?? ()
#6  0x08197c5c in ?? ()
#7  0x08296650 in ?? ()
#8  0xb7abce3f in Perl_sv_magicext () from /usr/lib/libperl.so.1
#9  0xb7bee13c in __glXDebug () from //usr//lib/opengl/xorg-x11/lib/libGL.so.1
#10 0x00000000 in ?? ()

This is inckĺuded the "pixmap true" thing.
Comment 8 Christoph Gysin 2008-11-14 15:58:55 UTC
According to: http://lists.schmorp.de/pipermail/rxvt-unicode/2008q4/000796.html
this is a bug in libafterimage. The ebuild for media-libs/libafterimage enables GLX even though it is buggy.

workaround:
echo x11-terms/rxvt-unicode -afterimage >> /etc/portage/package.use/local
Comment 9 René Nussbaumer (RETIRED) gentoo-dev 2008-12-21 20:47:12 UTC
Version bump im tree. Sorry, for the delay.
Comment 10 Martin von Gagern 2009-02-07 09:12:47 UTC
(In reply to comment #8)
> According to:
> http://lists.schmorp.de/pipermail/rxvt-unicode/2008q4/000796.html
> this is a bug in libafterimage. The ebuild for media-libs/libafterimage
> enables GLX even though it is buggy.

media-libs/libafterimage-1.18-r1 from bug #252651 should solve this. If not, that bug might need to be reopened, or a new one filed.

(In reply to comment #9)
> Version bump im tree. Sorry, for the delay.

Any particular reason why rxvt-unicode-9.05_no-MOTIF-WM-INFO.patch was removed, effectively causing bug #237271 to resurface? After all, the ebuild by Christoph still included it, and there is no indication in this bug report here or in the ChangeLog why the patch should no longer be applied.