Custom Query (204 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (109 - 111 of 204)

Ticket Owner Reporter Resolution Summary
#160 Silvan Scherrer fixed perl Module::Build
Description

The Build module has a serious issue. It copies perl scripts and exchanges the occurrence of usr/perl to the local installed path. As long as such scripts are not installed during a rpm creation all is well. But as soon as they are installed, the person not having the same unixroot layout as the rpm creator, will not be able to execute the scripts.

The problem is in /usr/share/perl5/Module/Build.pm and /usr/share/perl5/Module/build/base.pm

#161 dmik dmik fixed dash: Support BEGINLIBPATH and LIBPATHSTRICT
Description

Currently, dash completely lacks support for these pseudo environment variables so it's impossible to set them from a shell script (ash is capable of it). We need to fix it (this doesn't look too difficult).

#162 Steven Levine fixed git 2.11.0-2 fsck fails with fatal: mmap failed: Too many open files for large repositories.
Description

git 2.11.0-2 fsck fails with

fatal: mmap failed: Too many open files for large repositories.

The fix is probably a call to DosSetRelMaxFH in response to ERROR_TOO_MANY_OPEN_FILES near mmapc near line 494.

The testcase is

git fsck

on any relatively large repo. The samba repo and the suitecrm repo are large enough to fail.

Note: See TracQuery for help on using queries.