contact.ng0@cryptolab.net writes: > From: ng0 > > * gnu/packages/lxde.scm (lxterminal): Update to 0.3.0. > [arguments]: Disable tests. > [source]: Update to use new '.tar.xz' tarball. Applied, thanks! > + (arguments > + `(; Tests fail for "po" fail with "No rule to make target '../src/encoding.c' > + ;; needed by 'lxterminal.pot'. Stop." > + #:tests? #f)) This is strange. The "po" makefile refer to a file "encoding.c" that is missing in the release tarball. Could you report this issue upstream? The 'check' phase is autotools-generated and does not seem to run any actual tests, so I assume this file is not needed. Nothing else refers to it.