guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 11/12: gnu: Add libuemf.


From: Maxim Cournoyer
Subject: Re: 11/12: gnu: Add libuemf.
Date: Wed, 03 Jun 2020 12:02:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello Caleb,

Caleb Ristvedt <caleb.ristvedt@cune.org> writes:

[...]

>> +    (description "The libUEMF library is a portable C99 implementation for
>> +reading and writing @abbr{WFM, Windows Metafile}, @abbr{EMF, Enhanced
>> +Metafile}, and @abbr{EMF+, Enhanced Metafile Plus} files.")
>> +    (license license:gpl2+)))
>
> Turns out guile's texinfo stuff chokes on @abbr:
>
> --------------------------------
> $ guix package -s libuemf
> Backtrace:
>            1 (primitive-load "/home/reepca/.config/guix/current/bin/guix")
> In guix/ui.scm:
>   1936:12  0 (run-guix-command _ . _)
>
> guix/ui.scm:1936:12: In procedure run-guix-command:
> Throw to key `parser-error' with args `(#f "Unknown command" abbr)'.
> --------------------------------
>
> guix/ui.scm:1936:12: In procedure run-guix-command:
> Throw to key `parser-error' with args `(#f "Unknown command" abbr)'.


> I don't know enough about texinfo to offer a solution, but figured it
> should be mentioned. Currently this is causing tests/packages.sh to
> fail.

On the current master branch,

--8<---------------cut here---------------start------------->8---
make check TESTS=tests/guix-package.sh

[...]

PASS: tests/guix-package.sh
============================================================================
Testsuite summary for GNU Guix 1.0.1.17120-e7b86a0
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
--8<---------------cut here---------------end--------------->8---

'guix lint libuemf' also passes, and 'guix show libuemf' renders the
description correctly here.

Maxim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]