Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#14892 - [rxvt-unicode] fails to compile
Attached to Project:
Arch Linux
Opened by Peter Avramucz (muczyjoe) - Sunday, 31 May 2009, 13:33 GMT
Last edited by Eric Belanger (Snowman) - Thursday, 01 October 2009, 02:28 GMT
Opened by Peter Avramucz (muczyjoe) - Sunday, 31 May 2009, 13:33 GMT
Last edited by Eric Belanger (Snowman) - Thursday, 01 October 2009, 02:28 GMT
|
Detailsmake[1]: Entering directory `/tmp/yaourt-tmp-muczy/abs-rxvt-unicode/src/rxvt-unicode-9.06/src'
g++ -I.. -I. -I. -I./../libev -DHAVE_CONFIG_H -I/usr/include/freetype2 -march=core2 -O2 -pipe -w -DDEBUG_STRICT -I/usr/include/libAfterImage -c rxvt.C g++ -I.. -I. -I. -I./../libev -DHAVE_CONFIG_H -I/usr/include/freetype2 -march=core2 -O2 -pipe -w -DDEBUG_STRICT -I/usr/include/libAfterImage -c background.C g++ -I.. -I. -I. -I./../libev -DHAVE_CONFIG_H -I/usr/include/freetype2 -march=core2 -O2 -pipe -w -DDEBUG_STRICT -I/usr/include/libAfterImage -c command.C background.C: In member function ‘bool bgPixmap_t::set_geometry(const char*)’: background.C:273: error: invalid conversion from ‘const char*’ to ‘char*’ background.C:274: error: invalid conversion from ‘const char*’ to ‘char*’ background.C: In member function ‘bool bgPixmap_t::set_file(const char*)’: background.C:680: error: invalid conversion from ‘const char*’ to ‘char*’ make[1]: *** [background.o] Error 1 make[1]: *** Waiting for unfinished jobs.... command.C: In member function ‘void rxvt_term::process_xterm_seq(int, const char*, char)’: command.C:3339: error: invalid conversion from ‘const char*’ to ‘char*’ make[1]: *** [command.o] Error 1 make[1]: Leaving directory `/tmp/yaourt-tmp-muczy/abs-rxvt-unicode/src/rxvt-unicode-9.06/src' make: *** [all] Error 1 ==> ERROR: Build Failed. Aborting... And also rxvt-unicode-afterimage fails to compile from AUR. Gentoo has this problem also, because of glibc-2.10: http://bugs.gentoo.org/show_bug.cgi?id=270694 They also have a patch for it. |
This task depends upon
Closed by Eric Belanger (Snowman)
Thursday, 01 October 2009, 02:28 GMT
Reason for closing: Fixed
Additional comments about closing: rxvt-unicode-9.06-3 in testing
Thursday, 01 October 2009, 02:28 GMT
Reason for closing: Fixed
Additional comments about closing: rxvt-unicode-9.06-3 in testing
You might also wanna take a look at upstream CVS as i think this has been solved a bit differently.
https://bugs.launchpad.net/archlinux/+source/rxvt-unicode/+bug/317366
The patch mentioned there and about 6 "(char*)" in some files produces a "fine" urxvt.