Hi Phil, On Mon, 23 Aug 2021 at 18:52, Phil Beadling <p...@beadling.co.uk> wrote: > ___________________________ > > good-account@app-server:~$ guix describe > *Generation 40 **Aug 23 2021 15:09:52* (current) > my-packages 99af600 > repository URL: ssh://git@git:81/proj/myproject.git > branch: master > commit: *99af600245d284dcb4b53cc5000b98ec35432c6f <- CHANNEL COMMIT IDs > match below * > guix 6755408 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: *675540892719387e1e4e76f097ff8e4ee4b559f7 <- CHANNEL COMMIT IDs > match below * > ____________________________ > > bad-account@app-server:~$ guix describe > *Generation 5* *Aug 23 2021 15:09:52* (current) > my-packages 99af600 > repository URL: ssh://git@git:81/proj/myproject.git > branch: master > commit: *99af600245d284dcb4b53cc5000b98ec35432c6f <- CHANNEL COMMIT IDs > match above* > guix 6755408 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: *675540892719387e1e4e76f097ff8e4ee4b559f7 <- CHANNEL COMMIT IDs > match above * > ____________________________ > > There is probably is still some rogue config operating on behalf of the > bad-account that produces the different fingerprint - but no idea what this > could be?
Did you run “./pre-inst-env guix pull“ once with the bad account? Because for instance ’localstatedir’ or ’sysdir’ could be different; or something else. That’s why I am asking ’which guix’ and ‘readlink $(which guix)’ because then the derivations can be checked to find the differences. :-) All the best, simon