Package: metastore
Version: 1+20080623+debian-1

        Apparently, the command's ‘-f’ option's argument isn't handled
        properly:

$ command time metastore -sf FILE -- . 
Failed to open (null): Bad address
Command exited with non-zero status 1
…
$ command time metastore -s -f FILE -- . 
Failed to open (null): Bad address
Command exited with non-zero status 1
…
$ 

        While the (should be) synonymous ‘--file’ long option has no
        such problem:

$ command time metastore -s --file FILE -- . 
0.00user 0.01system 0:00.02elapsed 50%CPU (0avgtext+0avgdata 4352maxresident)k
0inputs+136outputs (0major+331minor)pagefaults 0swaps
$ command time metastore -s --file=FILE -- . 
0.00user 0.01system 0:00.02elapsed 50%CPU (0avgtext+0avgdata 4368maxresident)k
0inputs+136outputs (0major+332minor)pagefaults 0swaps
$ 

-- 
FSF associate member #7257

Attachment: pgpW4qA0qENgP.pgp
Description: PGP signature

Reply via email to