[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libcdio-devel] should libcdio be declared 0.91 as is or with furthe
From: |
Pete Batard |
Subject: |
Re: [Libcdio-devel] should libcdio be declared 0.91 as is or with further changes ? |
Date: |
Tue, 29 Oct 2013 20:01:26 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 |
On 2013.10.21 01:38, Pete Batard wrote:
I'll see if I can test the MSVC repo, as well as the updated mainline,
sometime this week.
Still haven't had a chance to test the MSVC branch.
MinGW32 compilation seems to be OK with latest mainline, but I'm seeing
issues with the tests (which I don't think I'll have a chance to look into):
1. The nrg test fail on when 'make test' is invoked from the top dir:
-------------------------------------------------------------------------
PASS: cdrdao.exe
SKIP: freebsd.exe
SKIP: gnu_linux.exe
PASS: logger.exe
PASS: mmc_read.exe
PASS: mmc_write.exe
FAIL: nrg.exe
SKIP: osx.exe
-- Temp directory is C:/Users/nil/AppData/Local/
symlink C:/Users/nil/AppData/Local/Temp\syml4 gives weird return 1
PASS: realpath.exe
SKIP: solaris.exe
PASS: track.exe
INFO: found driver WIN32
++ WARN: Unable to load ASPI DLL
INFO: Error: file MSWindows/win32_ioctl.c: line 645
(run_mmc_cmd_win32ioctl)
The handle is invalid.
INFO: MMC command code: 0x4a
PASS: win32.exe
=============================================================
1 of 11 tests failed
(4 tests were not run)
Please report to https://savannah.gnu.org/bugs/?group=libcdio
=============================================================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/d/libcdio/test/driver'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/d/libcdio/test/driver'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/d/libcdio/test'
make: *** [check-recursive] Error 1
-------------------------------------------------------------------------
2. check_cue.sh fails when 'make test' is issued from the test/ dir:
-------------------------------------------------------------------------
PASS: testpregap.exe
-- ./check_nrg.sh: cd-info NRG test 1 ok.
-- Don't see NRG file ./data/monvoisin.nrg. Test skipped.
PASS: check_nrg.sh
--- cdda.dump 2013-10-29 19:56:31 +0000
+++ /d/libcdio/test/cdda.right 2012-11-30 00:16:05 +0000
@@ -13,4 +13,8 @@
Language 0 'English':
CD-TEXT for Disc:
+ TITLE: Join us now we have the software
+ PERFORMER: Richard Stallman
CD-TEXT for Track 1:
+ TITLE: Soft
+ PERFORMER: Richard S
./check_cue.sh: cd-info CUE test CD-DA failed.
./check_cue.sh: failed command:
../src/cd-info.exe /d/libcdio/src/cd-info --quiet
--no-device-info --cue-file /d/libcdio/test/data/cdda.cue --no-cddb
FAIL: check_cue.sh
-- ./check_cd_read.sh: cd-read CUE test CD-DA ok.
-- ./check_cd_read.sh: cd-read CUE test MODE1 ok.
PASS: check_cd_read.sh
(...)
PASS: check_fuzzyiso.sh
-- ./check_opts.sh: cd-info option test -T ok.
-- ./check_opts.sh: cd-info option test --no-tracks ok.
-- ./check_opts.sh: cd-info option test -A ok.
-- ./check_opts.sh: cd-info option test --no-analyze ok.
-- ./check_opts.sh: cd-info option test -I ok.
-- ./check_opts.sh: cd-info option test --no-ioctl ok.
-- ./check_opts.sh: cd-info option test -q ok.
-- ./check_opts.sh: cd-info option test --quiet ok.
-- ./check_opts.sh: Legal header of ../src/cd-info.exe
./data/isofs-m1.cue ok.
PASS: check_opts.sh
-- Going to use ../src/iso-read.
-- iso-read.exe version 0.90 i686-pc-mingw32 Copyright (c) 2003-2005,
2007-2008, 2011-2013 R. Bernstein This is free software; see the sour
ce for copying conditions. There is NO warranty; not even for
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Have driver: MS
Windows A
SPI and ioctl driver Have driver: cdrdao (TOC) disk image driver Have
driver: bin/cuesheet disk image driver Have driver: Nero NRG disk imag
e driver Default CD-ROM device: \\.\I:
-- ./check_iso_read.sh: Neither mkisofs nor genisoimage found. Skipping.
SKIP: check_iso_read.sh
=============================================================
1 of 16 tests failed
(3 tests were not run)
Please report to https://savannah.gnu.org/bugs/?group=libcdio
=============================================================
make[1]: *** [check-TESTS] Error 1
make[1]: Leaving directory `/d/libcdio/test'
make: *** [check-am] Error 2
-------------------------------------------------------------------------
Regards,
/Pete