Hello Caleb,

Caleb Ristvedt <[email protected]> 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