Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xar update #1020

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Xar update #1020

wants to merge 2 commits into from

Conversation

dmacks
Copy link
Member

@dmacks dmacks commented Apr 8, 2023

New libversion on a fork that was abandoned more recently than the original (Issue #20), with switch to openssl300 (Issue #499)

@nieder
Copy link
Member

nieder commented Apr 9, 2023

Lots of test failures (8 total) like this:

FAILED: zero_length_default_compression
Traceback (most recent call last):
  File "data.py", line 95, in <module>
    case("{f}.xar".format(f=case.func_name))
  File "data.py", line 45, in zero_length_default_compression
    _zero_length(filename)
  File "data.py", line 37, in _zero_length
    util.touch(os.path.join(directory, "empty"))
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py", line 24, in __exit__
    self.gen.next()
  File "data.py", line 25, in _data_test
    util.assert_identical_directories(directory, os.path.join(extracted, "data_scratch"))
  File "/sw/build.build/libxar-apple1-shlibs-494.81.1-1/xar-xar-494.81.1/xar/test/util.py", line 125, in assert_identical_directories
    assert stat1.st_mtime == stat2.st_mtime, "mtime mismatch for \"{e1}\" and \"{e2}\"".format(e1=entry1, e2=entry2)
AssertionError: mtime mismatch for "/sw/build.build/libxar-apple1-shlibs-494.81.1-1/xar-xar-494.81.1/xar/test/data_scratch/empty" and "/sw/build.build/libxar-apple1-shlibs-494.81.1-1/xar-xar-494.81.1/xar/test/data_extracted/data_scratch/empty"

@nieder nieder added new package Packages that do not yet exist in Fink. new upstream Package has an updated upstream version labels Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new package Packages that do not yet exist in Fink. new upstream Package has an updated upstream version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants