Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 100)

Ticket Resolution Summary Owner Reporter
#112 fixed kmk_sed fails if kBuild was compiled with gcc 4.7 bird Sérgio Monteiro Basto
Description

when we packaging on Fedora we use kBuild compiled by us: http://koji.fedoraproject.org/koji/packageinfo?packageID=7356

after use kBuild (trunk version), compiled with gcc 4.7. I got this error on building virtuaBox

/usr/bin/kmk_sed: file /builddir/build/BUILD/VirtualBox-4.1.8_OSE/src/VBox/Runtime/common/err/errmsg.sed line 31: Unmatched [ or [^
kmk: *** [/builddir/build/BUILD/VirtualBox-4.1.8_OSE/obj/obj/Runtime/errmsgdata.h] Error 1
kmk: *** Deleting file `/builddir/build/BUILD/VirtualBox-4.1.8_OSE/obj/obj/Runtime/errmsgdata.h'
kmk: *** Waiting for unfinished jobs....

kmk_sed doesn't read well /builddir/build/BUILD/VirtualBox-4.1.10/src/VBox/Runtime/common/err/errmsg.sed

the problem is when is generate errmsgdata.h.

#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

Note: See TracQuery for help on using queries.