External Issue: [Bug]:

28456, "rdjonsson", "[Bug]:", "2026-02-25T16:21:43Z"

Summary of Problem

Description:
I'm trying to include a mason package from a git repo (GitHub - rdjonsson/DuckDBChapel) into a project. When I run mason update or mason build the repo code gets downloaded into the .mason/git folder, but then errors because it cannot find the file

danjo@fedora:~/projects/RegentSimulator$ mason build
mason prereqs : Prerequisites have been installed
mason update  : Updating registry
Updating mason-registry
mason update  : Will do external update
mason update  : Installing prerequisites
mason prereqs : Prerequisites have been installed
mason build   : Generating source list
Checking out specified revision for DuckDBChapel-HEAD...
mason build   : Generating source list
Compiling [debug] target: RegentSimulator
error: opening /home/danjo/.mason/gitDuckDBChapel-HEAD/src/DuckDBChapel.chpl: No such file or directory
Build Failed

Mason seems to have dropped a slash in the path. I can't figure out if there is a way for me to fix it or not.

Is this issue currently blocking your progress?
Yes, although I could build by including the module directly, bypassing mason.

Steps to Reproduce

A simple program similar to the examples in GitHub - rdjonsson/DuckDBChapel, as a mason application.

Using the following mason.toml

[brick]
name="ExampleApp"
version="0.1.0"
chplVersion="2.7.0"
license="None"
type="application"

[dependencies]
DuckDBChapel = {git = "https://github.com/rdjonsson/DuckDBChapel"}

Compile command:
mason build

Configuration Information

chpl version 2.7.0
built with LLVM version 19.1.3
available LLVM targets: amdgcn, r600, nvptx64, nvptx, aarch64_32, aarch64_be, aarch64, arm64_32, arm64, x86-64, x86

CHPL_TARGET_PLATFORM: linux64
CHPL_TARGET_COMPILER: llvm
CHPL_TARGET_ARCH: x86_64
CHPL_TARGET_CPU: native
CHPL_LOCALE_MODEL: flat
CHPL_COMM: none
CHPL_TASKS: qthreads
CHPL_LAUNCHER: none
CHPL_TIMERS: generic
CHPL_UNWIND: system
CHPL_TARGET_MEM: jemalloc
CHPL_ATOMICS: cstdlib
CHPL_GMP: bundled
CHPL_HWLOC: bundled
CHPL_RE2: bundled
CHPL_LLVM: bundled
CHPL_AUX_FILESYS: none

gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)