Bug in make symbols.rds
causes duckdb to fail
#13
Labels
bug
an unexpected problem or unintended behavior
make symbols.rds
causes duckdb to fail
#13
The duckdb package does something rare where it invokes the rule
make symbols.rds
which fails because it tries to execute an R command in webr instead of host-R. See for example build log.This rule is defined in a base R in share/make/shlib.mk as follows:
I am not sure what would be the correct way to override this. Perhaps we just need to replace it with a dummy rule because reading symbols from the wasm objects probably won't work anyway, even if we run the script in host-R.
I tried creating a dummy rule for
symbols.rds
inwebr-vars
which worked but gave a warning for every package build, so that is not very elegant either.The text was updated successfully, but these errors were encountered: