Opened 13 years ago

Closed 13 years ago

#28110 closed defect (wontfix)

rxvt-unicode @9.07 (x11) won't build

Reported by: north@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: evangoldenberg@…
Port: rxvt-unicode

Description

Trying to install rxvt-unicode for the first time. Ports all up to date; OSX 10.6.6, Xquartz 2.6.0; XCode 3.2.5 (current stable release). Many undefined symbols: _XRenderFindFormat, _FcPatternDestroy, _XRenderFillRectangle. Missing library?

:info:build /usr/bin/gcc-4.2 -L/opt/local/lib -arch x86_64 -o rxvtd rxvtd.o background.o command.o rxvtfont.o init.o logging.o main.o misc.o ptytty.o proxy.o screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o rxvttoolkit.o rxvtutil.o keyboard.o fdpass.o ev_cpp.o rxvtperl.o rxvtdaemon.o -lm  -lsupc++ -L/opt/local/lib -lXft    -L/opt/local/lib -R/opt/local/lib  -lX11    -L/opt/local/lib -L/usr/local/lib  -L/opt/local/lib/perl5/5.8.9/darwin-2level/CORE -lperl -ldl -lm -lutil -lc
:info:build Undefined symbols:
:info:build   "_XRenderFindFormat", referenced from:
:info:build       bgPixmap_t::make_transparency_pixmap()       in background.o

Attachments (2)

main.log (44.9 KB) - added by north@… 13 years ago.
Portfile-rxvt-unicode.diff (366 bytes) - added by evangoldenberg@… 13 years ago.

Download all attachments as: .zip

Change History (6)

Changed 13 years ago by north@…

Attachment: main.log added

comment:1 Changed 13 years ago by mf2k (Frank Schima)

Port: rxvt-unicode added

Changed 13 years ago by evangoldenberg@…

Attachment: Portfile-rxvt-unicode.diff added

comment:2 Changed 13 years ago by evangoldenberg@…

Attached Portfile patch should do the trick. Added -lxrender and -lfontconfig to configure.ldflags

comment:3 Changed 13 years ago by evangoldenberg@…

#28114 should fix this as well. I suggest closing this as wontfix and implementing #28114 instead.

comment:4 Changed 13 years ago by mf2k (Frank Schima)

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.