Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2018 09:16:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 234004] r342058 lib/libc/include/fpmath.h:36:10: fatal error: _fpmath.h: No such file or directory
Message-ID:  <bug-234004-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234004

            Bug ID: 234004
           Summary: r342058 lib/libc/include/fpmath.h:36:10: fatal error:
                    _fpmath.h: No such file or directory
           Product: Base System
           Version: CURRENT
          Hardware: riscv
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: dclarke@blastwave.org

Seen in the last few days :

make buildworld -j 4 TARGET_ARCH=3Driscv64 CROSS_TOOLCHAIN=3Driscv64-gcc
.
.
.
--- lib/msun__L ---
/usr/local/bin/riscv64-unknown-freebsd12.0-gcc
--sysroot=3D/usr/obj/usr/src/head/riscv.riscv64/tmp
-B/usr/local/riscv64-unknown-freebsd12.0/bin/  -O2 -pipe
-I/usr/src/head/lib/msun/ld128 -I/usr/src/head/lib/msun/riscv
-I/usr/src/head/lib/msun/src -I/usr/src/head/lib/libc/include=20
-I/usr/src/head/lib/libc/riscv64 -march=3Drv64imafdc -mabi=3Dlp64d   -g -MD=
=20
-MF.depend.s_clog.o -MTs_clog.o -std=3Dgnu99 -fstack-protector-strong
-Wsystem-headers -Werror -Wno-pointer-sign -Wno-error=3Daddress
-Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare
-Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Denum-compare
-Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical-not-parentheses
-Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized
-Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function
-Wno-error=3Dunused-value -Wno-error=3Dmisleading-indentation
-Wno-error=3Dnonnull-compare -Wno-error=3Dshift-negative-value
-Wno-error=3Dtautological-compare -Wno-error=3Dunused-const-variable
-Wno-error=3Dbool-operation -Wno-error=3Ddeprecated -Wno-error=3Dexpansion-=
to-defined
-Wno-error=3Dformat-overflow -Wno-error=3Dformat-truncation
-Wno-error=3Dimplicit-fallthrough -Wno-error=3Dint-in-bool-context
-Wno-error=3Dmemset-elt-size -Wno-error=3Dnoexcept-type -Wno-error=3Dnonnull
-Wno-error=3Dpointer-compare -Wno-error=3Dstringop-overflow
-Wno-error=3Daggressive-loop-optimizations -Wno-error=3Dcast-function-type
-Wno-error=3Dcatch-value -Wno-error=3Dmultistatement-macros -Wno-error=3Dre=
strict
-Wno-error=3Dsizeof-pointer-memaccess -Wno-error=3Dstringop-truncation
-Wno-unknown-pragmas     -c /usr/src/head/lib/msun/src/s_clog.c -o s_clog.o
--- lib/msun__L ---
In file included from /usr/src/head/lib/msun/src/s_clog.c:33:
/usr/src/head/lib/libc/include/fpmath.h:36:10: fatal error: _fpmath.h: No s=
uch
file or directory
 #include "_fpmath.h"
          ^~~~~~~~~~~
compilation terminated.
*** [s_clog.o] Error code 1

make[4]: stopped in /usr/src/head/lib/msun
1 error

make[4]: stopped in /usr/src/head/lib/msun
*** [lib/msun__L] Error code 2

make[3]: stopped in /usr/src/head
--- secure/lib/libcrypto__L ---
A failure has been detected in another branch of the parallel make

make[4]: stopped in /usr/src/head/secure/lib/libcrypto
*** [secure/lib/libcrypto__L] Error code 2

make[3]: stopped in /usr/src/head
--- lib/ncurses/ncursesw__L ---
A failure has been detected in another branch of the parallel make

make[4]: stopped in /usr/src/head/lib/ncurses/ncursesw
*** [lib/ncurses/ncursesw__L] Error code 2

make[3]: stopped in /usr/src/head
--- lib/ncurses/ncurses__L ---
A failure has been detected in another branch of the parallel make

make[4]: stopped in /usr/src/head/lib/ncurses/ncurses
*** [lib/ncurses/ncurses__L] Error code 2

make[3]: stopped in /usr/src/head
4 errors

Seems repeatable.

However there were no suhc issues with r341837.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234004-227>