Bug #3288
closedDports compilation Issue (make and bmake)
Description
DragonFly Dfly.Noy.in 5.8-RELEASE DragonFly v5.8.3-RELEASE #10: Thu Sep 24 19:19:45 EDT 2020 root@www.shiningsilence.com:/usr/obj/home/justin/release/5_8/sys/X86_64_GENERIC x86_64
[root@Dfly /usr/dports/x11-clocks/bclock]# make
===> NOTICE:
The bclock port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:
https://bugs.freebsd.org/bugzilla
More information about port maintainership is available at:
https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
set: Illegal option -o pipefail- Error code 2
Stop.
make: stopped in /usr/dports/x11-clocks/bclock
[root@Dfly /usr/dports/x11-clocks/bclock]# bmake
bmake: "/usr/dports/Mk/bsd.port.mk" line 1172: make(1) is not defining global variable .MAKE.DF.OSREL . This is a DF specific global variable.
bmake: stopped in /usr/dports/x11-clocks/bclock
Files
Updated by tuxillo over 3 years ago
- Status changed from New to In Progress
- Target version changed from Other to 6.2
Can you please either upgrade to latest 5.8 or to 6.0? Then the problem should be gone.
Updated by tuxillo over 3 years ago
- Status changed from In Progress to Feedback
- Assignee set to tuxillo
Have you updated to latest 5.8 or 6.0?
Updated by tuxillo about 3 years ago
- Status changed from Feedback to Closed
Just realised you were using devel/bmake
. We have bmake in base as make
, please use that one when building dports, which is the one those global variables defined.