ports icon indicating copy to clipboard operation
ports copied to clipboard

[bug: ports 2.1] mesa-32 build failed

Open damon-kwok opened this issue 3 years ago • 6 comments

ninja: build stopped: subcommand failed.
==> ERROR: Build failed: mesa-32-21.2.1-1

damon-kwok avatar Sep 28 '21 12:09 damon-kwok

Whats the error?

emmett1 avatar Sep 28 '21 12:09 emmett1

@emmett1

../src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c:427:64: error: 'AMDGPU_VA_RANGE_REPLAYABLE' undeclared...

damon-kwok avatar Sep 28 '21 13:09 damon-kwok

'mesa-32' just build fine on my machine right now. Did you change CFLAGS or using defaults? You are using venom 2.1 right?

emmett1 avatar Sep 29 '21 02:09 emmett1

  • /etc/scratch.conf
#
# Configuration file for scratchpkg
#

export CFLAGS="-march=x86-64 -pipe -Os -fomit-frame-pointer"
export CXXFLAGS="${CFLAGS}"
export MAKEFLAGS="-j$(nproc)"

# SOURCE_DIR="/var/cache/scratchpkg/sources"
# PACKAGE_DIR="/var/cache/scratchpkg/packages"
# WORK_DIR="/var/cache/scratchpkg/work"
CURL_OPTS="-j4"
# COMPRESSION_MODE="xz"
# NO_STRIP="no"
# IGNORE_MDSUM="no"
# KEEP_LIBTOOL="no"
# KEEP_LOCALE="no"
# KEEP_DOC="no"
  • /etcc/scratch.repo
#
# /etc/scratchpkg.repo : scratchpkg repo file
#
# format:
#    <repo directory> <repo url for sync>
#

/usr/ports/main       https://github.com/venomlinux/ports/tree/2.1/main
/usr/ports/multilib   https://github.com/venomlinux/ports/tree/2.1/multilib
/usr/ports/nonfree    https://github.com/venomlinux/ports/tree/2.1/nonfree
/usr/ports/testing    https://github.com/venomlinux/ports/tree/2.1/testing

damon-kwok avatar Sep 29 '21 02:09 damon-kwok

Any update?

damon-kwok avatar Dec 10 '21 01:12 damon-kwok

Have you try built it? Because it built fine for me.

emmett1 avatar Dec 10 '21 01:12 emmett1