[Bug 208963] Kyuafile gets generated at install time, not build time; certain checks (COMPILER_CHECK, COMPILER_VERSION) aren't possible

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Apr 21 19:45:23 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208963

            Bug ID: 208963
           Summary: Kyuafile gets generated at install time, not build
                    time; certain checks (COMPILER_CHECK,
                    COMPILER_VERSION) aren't possible
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: ngie at FreeBSD.org

fmaxmin_test is still being installed with clang 3.8.0, but it shouldn't be
installed. This is causing failures on Jenkins:
https://jenkins.freebsd.org/job/FreeBSD_HEAD/lastCompletedBuild/testReport/junit/lib.msun/fmaxmin_test/main/

Two potential bugs I see here:
1. FILES should be produced as part of all, not the install phase.
2. COMPILER_TYPE and COMPILER_VERSION should be determined from the compiler
produced in MAKEOBJDIRPREFIX at installworld time.

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


More information about the freebsd-bugs mailing list