#18369 closed bug (fixed)

boot/system/develop/headers/posix/locale_t.h doesn't end in a new line (easy)

Reported by: begasus Owned by: nobody
Priority: normal Milestone: R1/beta5
Component: - General Version: R1/beta4
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This is causing musicbrainz for gcc2 to fail to build.

Scanning dependencies of target make-c-interface
[  4%] Building CXX object src/CMakeFiles/make-c-interface.dir/make-c-interface.cc.o
[  4%] Building CXX object src/CMakeFiles/make-c-interface.dir/xmlParser.cc.o
In file included from /boot/system/develop/headers/posix/ctype.h:9,
                 from /packages/gcc-2.95.3_2017_07_20-2/.self/develop/tools/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-2017_07_20/../../../../include/g++/cctype:6,
                 from /packages/gcc-2.95.3_2017_07_20-2/.self/develop/tools/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-2017_07_20/../../../../include/g++/std/straits.h:105,
                 from /packages/gcc-2.95.3_2017_07_20-2/.self/develop/tools/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-2017_07_20/../../../../include/g++/std/bastring.h:36,
                 from /packages/gcc-2.95.3_2017_07_20-2/.self/develop/tools/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-2017_07_20/../../../../include/g++/string:6,
                 from /sources/libmusicbrainz-5.1.0/src/../include/musicbrainz5/xmlParser.h:28,
                 from /sources/libmusicbrainz-5.1.0/src/xmlParser.cc:29:
/boot/system/develop/headers/posix/locale_t.h:12: file does not end in newline
In file included from /boot/system/develop/headers/posix/time.h:9,
                 from /boot/system/develop/headers/bsd/time.h:9,
                 from /boot/system/develop/headers/posix/sys/types.h:127,
                 from /boot/system/develop/headers/posix/libio.h:30,
                 from /packages/gcc-2.95.3_2017_07_20-2/.self/develop/tools/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-2017_07_20/../../../../include/g++/streambuf.h:36,
                 from /packages/gcc-2.95.3_2017_07_20-2/.self/develop/tools/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-2017_07_20/../../../../include/g++/iostream.h:31,
                 from /packages/gcc-2.95.3_2017_07_20-2/.self/develop/tools/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-2017_07_20/../../../../include/g++/iostream:6,
                 from /sources/libmusicbrainz-5.1.0/src/make-c-interface.cc:29:
/boot/system/develop/headers/posix/locale_t.h:12: file does not end in newline
src/CMakeFiles/make-c-interface.dir/build.make:87: recipe for target 'src/CMakeFiles/make-c-interface.dir/xmlParser.cc.o' failed
make[2]: *** [src/CMakeFiles/make-c-interface.dir/xmlParser.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs....
src/CMakeFiles/make-c-interface.dir/build.make:74: recipe for target 'src/CMakeFiles/make-c-interface.dir/make-c-interface.cc.o' failed
make[2]: *** [src/CMakeFiles/make-c-interface.dir/make-c-interface.cc.o] Error 1
CMakeFiles/Makefile2:154: recipe for target 'src/CMakeFiles/make-c-interface.dir/all' failed
make[1]: *** [src/CMakeFiles/make-c-interface.dir/all] Error 2
Makefile:135: recipe for target 'all' failed

Change History (2)

comment:1 by pulkomandy, 13 months ago

Summary: boot/system/develop/headers/posix/locale_t.h doesn't end in a new lineboot/system/develop/headers/posix/locale_t.h doesn't end in a new line (easy)

comment:2 by waddlesplash, 12 months ago

Milestone: UnscheduledR1/beta5
Resolution: fixed
Status: newclosed

Fixed in hrev56937.

Note: See TracTickets for help on using tickets.