Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2024 13:33:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277948] devel/gnulib: buildfailure due to environment collision when gmake in use
Message-ID:  <bug-277948-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 277948
           Summary: devel/gnulib: buildfailure due to environment
                    collision when gmake in use
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: ohartmann@walstatt.org

Created attachment 249473
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D249473&action=
=3Dedit
correct env patch for gmake

Host: recent CURRENT (FreeBSD 15.0-CURRENT #8 main-n268989-caccf6d3c008: Mon
Mar 25 07:57:05 CET 2024 amd64), recent ports tree=20

>From https://git.freebsd.org/ports
   914d2a1589b8..727be8db1efd  main       -> origin/main

as of other ports having trouble of proper environments when gmake is in us=
e,

one has to replace=20
 do-build:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C doc info html
+       cd ${WRKSRC} && ${SETENVI} ${MAKE_ENV} ${MAKE_CMD} -C doc info html

(see patch) as a workaround. Otherwise build will fail.

--=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-277948-7788>