#4522: mercurial-2.8.2
-------------------------+-----------------------
Reporter: izivkov | Owner: fo
Type: enhancement | Status: reopened
Priority: normal | Milestone: current
Component: BOOK | Version: SVN
Severity: normal | Resolution:
Keywords: |
-------------------------+-----------------------
Comment (by fo):
It is a confirmed bug.
[http://bz.selenic.com/show_bug.cgi?id=4088]
Funny that defining PYTHONPATH and using those switches in run-tests.py
(above), gives the wrong impression the test passed (# Ran 1 tests, 0
skipped, 0 failed), because the actual error is still there:
{{{
lchmod (file attributes) error: Function not implemented
}}}
This seems to be related to a problem with unzip:
[https://qa.mandriva.com/show_bug.cgi?id=58623]
{{{
...
$ ln -s anything symlink
$ zip --symlinks archive symlink
adding: symlink (stored 0%)
$ unzip archive.zip -d /tmp > /dev/null
lchmod (file attributes) error: Function not implemented
That error/warning should not appear here, since lchmod is a BSD
routine...
The link is extracted nonetheless
$ ls -la /tmp/symlink
lrwxrwxrwx 1 foo foo 8 2010-04-07 15:45 /tmp/symlink -> anything
But the warning might show that the package was built wrongly. Such
message do
not appear on other distributions (BSD, Debians...)
This bug was found because it breaks the Mercurial test suite on Mandriva
2010.0
...
}}}
Thus, will just comment the problem in our mercurial page, and finally,
will get the docs statistics and update testes and docs.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/4522#comment:7>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page