NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
xsrc/56333: Building X with build.sh breaks in gallium.old on various build hosts
>Number: 56333
>Category: xsrc
>Synopsis: Building X with build.sh breaks in gallium.old on various build hosts
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: xsrc-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Jul 28 16:50:01 +0000 2021
>Originator: Chris Pinnock
>Release: Recent NetBSD-current sources as of 28th July
>Organization:
>Environment:
Seen on various build hosts:
NetBSD/macppc 9.99.87 building NetBSD/macppc current
OpenBSD/amd64 building various targets
Darwin building various targets
>Description:
The build fails when building gallium.old:
--- install-static ---
# install /home/cjep/src/NetBSD/current/src/../objects/macppc/destdir.macppc/usr/X11R7/lib/libX11_p.a
/home/cjep/src/NetBSD/current/src/../objects/macppc/tooldir.NetBSD-9.99.87-macppc/bin/powerpc--netbsd-install -U -M /home/cjep/src/NetBSD/current/src/../objects/macppc/destdir.macppc/METALOG -D /home/cjep/src/NetBSD/current/src/../objects/macppc/destdir.macppc -h sha256 -N /home/cjep/src/NetBSD/current/src/etc -c -p -r -o root -g wheel -m 444 libX11_p.a /home/cjep/src/NetBSD/current/src/../objects/macppc/destdir.macppc/usr/X11R7/lib/libX11_p.a
dependall-dri.old ===> external/mit/xorg/lib (with: dependall-gallium.old dependall-fontconfig dependall-libSM)
dependall ===> external/mit/xorg/lib/gallium.old
nbmake[4]: nbmake[4]: don't know how to make link_uniform_block_active_visitor.h. Stop
nbmake[4]: stopped in /home/cjep/src/NetBSD/current/src/external/mit/xorg/lib/gallium.old
*** Failed target: dependall-gallium.old
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="external/mit/xorg/lib/"; real="/home/cjep/src/NetBSD/current/src/external/mit/xorg/lib" ;; *) this="external/mit/xorg/lib/${dir}/"; real="/home/cjep/src/NetBSD/current/src/external/mit/xorg/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /home/cjep/src/NetBSD/current/src/../objects/macppc/tooldir.NetBSD-9.99.87-macppc/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget gallium.old dependall
*** Error code 2
Stop.
nbmake[3]: stopped in /home/cjep/src/NetBSD/current/src/external/mit/xorg/lib
>How-To-Repeat:
On NetBSD/macppc, build.sh including X targetting macppc.
On Darwin, build.sh including X targetting acorn32, algor and many other
platforms.
>Fix:
Maybe look at the includes in the gallium Makefiles - perhaps they should
be replaced with their old.mk counterparts, but I haven't been able to make
much more progress.
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index