Ticket #112 (new defect)
kmk_sed fails if kBuild was compiled with gcc 4.7
| Reported by: | sergiomb | Owned by: | bird |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | kBuild | Version: | noversion |
| Keywords: | Cc: |
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.
Change History
comment:1 Changed 14 months ago by sergiomb
- Summary changed from kmk_sed fails if kBuild was compile with gcc 4.7 to kmk_sed fails if kBuild was compiled with gcc 4.7
comment:2 Changed 14 months ago by sergiomb
Using kBuild revision 2570 compiled with gcc in Fedora 17, (kBuild-0.1.9998-6.2570.fc17.x86_64.rpm ) I got same problem if try compile VirtualBox? on F16 , so is a kmk_sed especific problem with gcc 4.7
Note: See
TracTickets for help on using
tickets.
