tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Dealing with .git



Are you sure these two are related? Normally the .git error message you're seeing is as a result of some part of the build process running "git log" or similar to retrieve some information about the commit it was built from, that ends up in the finished binary. For example:

 $ cd $(mktemp -d)
 $ git log
 fatal: not a git repository (or any of the parent directories): .git

It would be odd for gcc to be invoking "git". Obviously we normally patch away these git invocations from the respective Makefile, and/or set build variables to override the data it's trying to embed (helpful for reproducible builds).

Even after a cleaning and a retry, it still fails. Any idea what's going on here?

https://ftp.ziaspace.com/pub/pkgsrc/logs/rust/rust1.54_sparc64.log

It'd be nice to get this fixed for 2021Q3 packages :)

John


Home | Main Index | Thread Index | Old Index