On 06-09-2022 17:39, Adam Faiz via Guix-patches via wrote: > > +  (package > +    (name "treecc") > +    (version "0.3.10") > +    (source (origin > +              (method url-fetch) > +              (uri (string-append > + "https://download.savannah.gnu.org/releases/dotgnu-pnet/treecc-" > +                    version ".tar.gz")) > +              (sha256 > +               (base32 > + "1rzgnspg2xccdq3qsx0vi3j28h4qkrzbrjnhzvnny34fjfk217ay")))) Similarly to pnet, configure, Makefile.in, ..., config.sub and config.guess need to be regenerated too. config.sub and config.guess are particularly important, old versions don't support new architectures. E.g., the bundled config.sub does not support aarch64. Greetings, Maxime