I check if the installation of Asymptote is correct.
If
I compile the file test-1.asy it works with a pdf output but if I
compile the file test-2.asy it does not work and the pdf file is empty.
Both files compile with OpenGL output
fab@debian:~$ asy -V -f pdf test-1.asy
warning [version]: using possibly incompatible version 2.41 of plain.asy
fab@debian:~$ asy -V -f pdf test-2.asy
warning [version]: using possibly incompatible version 2.41 of plain.asy
fab@debian:~$
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
** (evince:8297): WARNING **: Unimplemented annotation: POPPLER_ANNOT_UNKNOWN, please post a bug report in Evince bugzilla (http://bugzilla.gnome.org) with a testcase.
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
** (evince:8297): WARNING **: Unimplemented annotation: POPPLER_ANNOT_UNKNOWN, please post a bug report in Evince bugzilla (http://bugzilla.gnome.org) with a testcase.
(evince:8297): Poppler-WARNING **: Unsupported Annot Type
fab@debian:~$