Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 100)

Ticket Resolution Summary Owner Reporter
#117 fixed kBuild fails to compile on linux Sérgio Monteiro Basto
Description

Hi,

build kBuild from trunk, revision 2730 , fails to build on Linux Fedora with

/builddir/build/BUILD/kBuild/src/kmk/dir.c: In function 'dir_setup_glob':
/builddir/build/BUILD/kBuild/src/kmk/dir.c:1449:5: error: 'glob_t' has no member named 'gl_exists'
   gl->gl_exists = file_exists_p;
     ^
/builddir/build/BUILD/kBuild/src/kmk/dir.c:1450:5: error: 'glob_t' has no member named 'gl_isdir'
   gl->gl_isdir = dir_exists_p;
     ^
make[3]: *** [dir.o] Error 1

reverting commit 2702 on file src/kmk/dir.c (*) fixes the building. also fixes the building the patch in attach.

(*) http://trac.netlabs.org/kbuild/changeset/2702/trunk/src/kmk/dir.c

#118 fixed Recognize more ARM architectures and aarch64 (arm64) Sérgio Monteiro Basto
Description

kBuild-0.1.98-arm.patch - Patch from Fedora (1) It might be interesting upstream this patch ...

(1) http://pkgs.fedoraproject.org/cgit/kBuild.git/tree/kBuild-0.1.98-arm.patch

#120 fixed echo: ENOSPC on windows with pipe. bird
Description

We're seeing occational ENOSPC errors on the tinderboxes. The error message is generally garbled, but I think it should be: kmk_builtin_echo: write: No space left on device

https://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00169.html hints at this being due to special pipe weirdness on windows.

May require adding write glue code to deal correctly with this in a general fashion.

Note: See TracQuery for help on using queries.