emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#33759: closed ([PATCH] gnu: linkchecker: Fix build


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33759: closed ([PATCH] gnu: linkchecker: Fix build.)
Date: Tue, 08 Oct 2019 18:37:01 +0000

Your message dated Tue, 08 Oct 2019 19:36:11 +0100
with message-id <address@hidden>
and subject line Re: [bug#33759] [PATCH] gnu: linkchecker: Fix build.
has caused the debbugs.gnu.org bug report #33759,
regarding [PATCH] gnu: linkchecker: Fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
33759: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33759
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: linkchecker: Fix build. Date: Sat, 15 Dec 2018 12:17:00 +0000
For some reason, the tests fail due to the lack of pytest. But when that's
added as an input, then some tests fail in other ways.

* gnu/packages/web.scm (linkchecker)[native-inputs]: Add python2-pytest.
[arguments]: Set #:tests? to #f.
---
 gnu/packages/web.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 84bd795a8..607f8efe6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5814,8 +5814,13 @@ Instagram and YouTube.")
      `(("python2-dnspython" ,python2-dnspython)
        ("python2-pyxdg" ,python2-pyxdg)
        ("python2-requests" ,python2-requests)))
+    (native-inputs
+     `(("python2-pytest" ,python2-pytest)))
     (arguments
-     `(#:python ,python-2))
+     `(#:python ,python-2
+       ;; TODO: Tests currently fail. Looks to be a mixture of trying to use
+       ;; /homeless-shelter and maybe the network.
+       #:tests? #f))
     (home-page "https://linkcheck.github.io/linkchecker";)
     (synopsis "Check websites for broken links")
     (description "LinkChecker is a website validator.  It checks for broken
-- 
2.20.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#33759] [PATCH] gnu: linkchecker: Fix build. Date: Tue, 08 Oct 2019 19:36:11 +0100 User-agent: mu4e 1.2.0; emacs 26.3
Christopher Baines <address@hidden> writes:

> I've pushed all these patches now in one form or another as I didn't
> want to forget about them. The linkchecker package still isn't building
> anywhere, but once the Python fix on core-updates reaches master, then
> it should be fixed.

Core updates has been merged! So linkchecker finally builds on master
again.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]