Custom Query (19690 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (145 - 147 of 19690)

Ticket Resolution Summary Owner Reporter
#3000 fixed rxvt-unicode fails to complie (glibc-2.10.x/gcc-4.4.x) Ag. Hatzimanikas omero
Description

Problem is known, others have a patch. See i.e.: http://bugs.gentoo.org/show_bug.cgi?id=270694

[omero@pancho-11:~/rxvt-unicode-9.06] $make 2>&1|tee makout.date -I make[1]: Entering directory `/mnt/sata/sda8/sx-home/pancho-11/omero/rxvt-unicode-9.06/src' g++ -I.. -I. -I. -I./../libev -DHAVE_CONFIG_H -I/usr/X11R7/include -I/usr/include/freetype2 -g -O3 -fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-enforce-eh-specs -w -DDEBUG_STRICT -I/usr/include/libAfterImage -c rxvt.C g++ -I.. -I. -I. -I./../libev -DHAVE_CONFIG_H -I/usr/X11R7/include -I/usr/include/freetype2 -g -O3 -fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-enforce-eh-specs -w -DDEBUG_STRICT -I/usr/include/libAfterImage -c background.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]: Leaving directory `/mnt/sata/sda8/sx-home/pancho-11/omero/rxvt-unicode-9.06/src' make: * [all] Error 1

#3006 fixed Rxvt-unicode-9.07 Ag. Hatzimanikas Ag. Hatzimanikas
Description

Version increment to 9.07.

See changelog:

http://dist.schmorp.de/rxvt-unicode/Changes

I raised the priority to high, since this release fixes a compilation problem with glibc >= 2.10, see #3000.

The download url should also point to Attic subdirectory (where a 9.07 tarball exists also), so we don't need to change it in every new release.

I can't test with an updated LFS system, because sadly I don't build LFS anymore, but I can verify it through an Arch linux installation with the most recent toolchain.

#3010 fixed Procmail's getline() conflicts with glibc getline(). Ag. Hatzimanikas Ag. Hatzimanikas
Description

Procmail is one of the many packages that fails to build, because as of 2.10 glibc has its own getline() function, since is defined in POSIX 2008. For procmail a simple sed can be used:

sed -i '/getline/get_line/' src/*.[ch]

This renames the getline function to get_line to the fields.c, formail.c formisc.c and formisc.h in the src directory.

Is it ok to use the sed or should I make a patch for it?

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.