Luis Felipe López Acevedo <felipe.lo...@openmailbox.org> skribis: > However, I have another problem: > > scheme@(guile-user)> (export-web-page packages-page > "site/packages/index.html") > gnu/packages/databases.scm:87:21: In procedure #<procedure c375ef0 > at gnu/packages/databases.scm:80:12 ()>: > gnu/packages/databases.scm:87:21: Throw to key `srfi-34' with args > `(#<condition &message [message: "4store-fix-buildsystem.patch: patch > not found"] d5b3220>)'. > > Entering a new prompt. Type `,bt' for a backtrace or `,q' to > continue.
Somehow ‘search-patch’ from (gnu packages) doesn’t find the patch or is not looking in the right places. Could you check the value of (%patch-path)? ,use(gnu packages) (%patch-path) HTH, Ludo’.