unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#65381: leptonica 1.83.1 installation failed
@ 2023-08-19 10:10 francismb
  2024-01-18 12:57 ` Herman Rimm via Bug reports for GNU Guix
  0 siblings, 1 reply; 2+ messages in thread
From: francismb @ 2023-08-19 10:10 UTC (permalink / raw)
  To: 65381

[-- Attachment #1: Type: text/plain, Size: 857 bytes --]

Dear Maintainers,
while trying to install package the installation fails:



guix package -i leptonica
The following package will be installed:
    leptonica 1.83.1

The following derivation will be built:
   /gnu/store/p3rxqvszpwfgjf9v9hfh06v6a8p1gsf6-leptonica-1.83.1.drv

building /gnu/store/p3rxqvszpwfgjf9v9hfh06v6a8p1gsf6-leptonica-1.83.1.drv...
\ 'check' phasebuilder for
`/gnu/store/p3rxqvszpwfgjf9v9hfh06v6a8p1gsf6-leptonica-1.83.1.drv'
failed with exit code 1
build of
/gnu/store/p3rxqvszpwfgjf9v9hfh06v6a8p1gsf6-leptonica-1.83.1.drv failed
View build log at
'/var/log/guix/drvs/p3/rxqvszpwfgjf9v9hfh06v6a8p1gsf6-leptonica-1.83.1.drv.bz2'.
guix package: error: build of
`/gnu/store/p3rxqvszpwfgjf9v9hfh06v6a8p1gsf6-leptonica-1.83.1.drv' failed



Attached the build log,

I hope it helps, thanks in advance!
francisMB

[-- Attachment #2: rxqvszpwfgjf9v9hfh06v6a8p1gsf6-leptonica-1.83.1.drv.bz2 --]
[-- Type: application/x-bzip, Size: 19241 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#65381: leptonica 1.83.1 installation failed
  2023-08-19 10:10 bug#65381: leptonica 1.83.1 installation failed francismb
@ 2024-01-18 12:57 ` Herman Rimm via Bug reports for GNU Guix
  0 siblings, 0 replies; 2+ messages in thread
From: Herman Rimm via Bug reports for GNU Guix @ 2024-01-18 12:57 UTC (permalink / raw)
  To: 65381; +Cc: Maxim Cournoyer

Hello,

#68560 disables this failing test. You can apply that patch series or
just add this build-phase to the leptonica package definition:

  (add-after 'unpack 'disable-failing-tests
    (lambda _
      (substitute* "prog/Makefile.am"
        (("ioformats_reg") ""); Fails for unclear reason.
        (("pngio_reg") "")))) ; Fails non-deterministically.

Cheers,
Herman Rimm




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-19 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-19 10:10 bug#65381: leptonica 1.83.1 installation failed francismb
2024-01-18 12:57 ` Herman Rimm via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).