Opened 9 years ago

Closed 9 years ago

#6413 closed enhancement (fixed)

libgsf-1.14.33

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.8
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

http://ftp.acc.umu.se/pub/gnome/sources/libgsf/1.14/libgsf-1.14.33.tar.xz

http://ftp.acc.umu.se/pub/gnome/sources/libgsf/1.14/libgsf-1.14.33.sha256sum

82dd38e0c1f497704bf3b43682fca2768886058f004b14e9b5d103596f8c6e6b

http://ftp.acc.umu.se/pub/gnome/sources/libgsf/1.14/libgsf-1.14.33.news

libgsf 1.14.33

Morten:
	* Ensure floats roundtrip through our xml functions.
	* Improve handling of unknown xml tags.
	* xml parser improvements.
	* xml pretty-printing improvements.

Change History (3)

comment:1 by Fernando de Oliveira, 9 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 9 years ago

I'm planning to update keeping the tests failures as is, as I sepent too much time with this in the or a previous version and it is being repeated with the new version.

But I would like to understand.

Two tests always fail:

t1004-zip-zip64.pl and t1005-zip-nonseekable.pl

t1004:

# ../tools/gsf createzip --zip64=1 test.zip Makefile NEWS
| Adding /tmp/porg-build-2015.04.17-10h28m33s/libgsf-1.14.33/tests/Makefile
| Adding /tmp/porg-build-2015.04.17-10h28m33s/libgsf-1.14.33/tests/NEWS
# /usr/bin/unzip -q -t test.zip
| Caution:  zero files tested in test.zip.
| 2 files skipped because of unsupported compression or encoding.
# cat Makefile
# /usr/bin/unzip -p test.zip Makefile
Mismatch for member Makefile
$ cd libgsf-1.14.33/tests
$ cp ../NEWS .
$ ../tools/gsf createzip --zip64=1 test.zip Makefile NEWS
Adding /tmp/porg-build-2015.04.17-10h28m33s/libgsf-1.14.33/tests/Makefile
Adding /tmp/porg-build-2015.04.17-10h28m33s/libgsf-1.14.33/tests/NEWS
$ /usr/bin/unzip -q -t test.zip
Caution:  zero files tested in test.zip.
2 files skipped because of unsupported compression or encoding.
$ /usr/bin/unzip -p test.zip Makefile
[ Empty, bu output should be the same as cat Makefile]

Second one fails for the same reason. Problem is "--zip64=1":

$ rm -v test.zip
removido “test.zip”
$ ../tools/gsf createzip test.zip Makefile NEWS
Adding /tmp/porg-build-2015.04.17-10h28m33s/libgsf-1.14.33/tests/Makefile
Adding /tmp/porg-build-2015.04.17-10h28m33s/libgsf-1.14.33/tests/NEWS
$ /usr/bin/unzip -q -t test.zip
No errors detected in compressed data of test.zip.
$ /usr/bin/unzip -p test.zip Makefile
[Output is the same as cat Makefile]

Necessary to run the tests:

sed -e '/\tt1004/d' -e '/\tt1005/d' -i tests/Makefile

Should I include this sed in the update?

comment:3 by Fernando de Oliveira, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r15845.

Note: See TracTickets for help on using tickets.