(In reply to comment #0)
> As I said in the summary. It's been in the tree for more than two months and it
> only has bug #157213 open against it regarding some random failures with
> FEATURES="test"
Those random failures interest me greatly. test is now restricted sadly,
instead of anyone coming up with a patch. What seems to be the only way to test
now is something like this:
$ cddb_query -s freedb.freedb.org -p 8880 query
*** libcdio support missing, CD access failed ***
*** see http://www.gnu.org/software/libcdio/ ***
error: could not read CD in CD-ROM drive
which fails because --without-cdio has been set explicitly:
$ cddb_query -s freedb.freedb.org -p 8880 query
*** libcdio support missing, CD access failed ***
*** see http://www.gnu.org/software/libcdio/ ***
error: could not read CD in CD-ROM drive
which is a pity because that kills the best direct use that cddb_query has,
IMHO.
Stable for HPPA.