Re: New Egg for CHICKEN6: bvconv
Mario Domenech Goulart via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 29 Mar 2025 01:32:52 +0300 Anton Idukov <[email protected]> wrote: > ouch, mine error! I fix typo in .release-info and retag/repush 1.0.2 > > $ test-new-egg bvconv https://codeberg.org/Corbas/bvconv/raw/branch/main/bvconv.release-info > produce > ==== bvconv (1 of 1) ==== > Fetching........................................[ ok ] 0s > Reading .egg....................................[ ok ] 0s > Checking dependencies...........................[ ok ] 0s > Checking category...............................[ ok ] 0s > Checking license................................[ ok ] 0s > Checking author.................................[ ok ] 0s > Installing......................................[fail] 0s > Checking documentation..........................[fail] 0s > > but test-new-egg CHICKEN 5 tool. Thanks. Sorry, I didn't realize that the egg was CHICKEN 6-specific. I've added your egg to the coop. I've also ported test-new-egg to CHICKEN 6 and confirmed that your egg installs fine and tests also run ok. Running test-new-egg for CHICKEN 6 is a bit cumbersome for HTTPS URLs, though, as openssl has not been ported to CHICKEN 6 yet. In that case we need to use henrietta-cache for CHICKEN 5 with the openssl installed, and the rest of test-new-egg or CHICKEN 6. The invocation would look like: $ TEST_NEW_EGG_HENRIETTA_CACHE=<chicken-5 prefix>/bin/henrietta-cache <chicken-6 prefix>/bin/test-new-egg the-egg <release info URL> All the best. Mario -- http://parenteses.org/mario