Re: Re: dh-cmake writing to /usr instead of fakeroot?

2024-02-19 Thread Elliana May
This did the trick, thank you! Turns out using ExternalProject_Add in a CMakeLists.txt to build the binaries defaulted to running the installation as part of the build stage, which is obviously not what I wanted Many thanks, Elliana

Re: Re: dh-cmake writing to /usr instead of fakeroot?

2024-02-19 Thread Elliana May
Sorry, I have a few tabs open, this is the correct one: https://launchpadlibrarian.net/715071071/buildlog_ubuntu-jammy-amd64.duckdb_0.10.0-10_BUILDING.txt.gz I've tried now overriding the override_dh_auto_configure rule in the debian/rules file, but even that seems to not be making a difference:

dh-cmake writing to /usr instead of fakeroot?

2024-02-18 Thread Elliana May
Hey folks, I'm currently trying to package DuckDB for a PPA on launchpad, and though I've been able to get it building via buildsystem=cmake+ninja, the install steps fail with permission errors regardless of what I try. Right now, it seems to try to install to /usr regardless of what settings I