Package Details: guile-avahi 0.4.1-1

Git Clone URL: https://aur.archlinux.org/guile-avahi.git (read-only, click to copy)
Package Base: guile-avahi
Description: Avahi bindings for GNU Guile
Upstream URL: https://www.nongnu.org/guile-avahi
Licenses: LGPL3
Submitter: lantw44
Maintainer: lantw44
Last Packager: lantw44
Votes: 0
Popularity: 0.000000
First Submitted: 2021-03-01 16:49 (UTC)
Last Updated: 2023-02-28 11:59 (UTC)

Latest Comments

simsilver commented on 2022-01-26 07:42 (UTC)

will fail if guile-2.0 installed, works after removing guile-2.0

vv111y commented on 2021-10-04 17:27 (UTC) (edited on 2021-10-04 19:36 (UTC) by vv111y)

UPDATE: I did 2 things so not sure which one mattered. @aramus try the following:

  1. updated system
  2. /etc/hosts made sure 127.0.0.1 was only associated with localhost and nothing else

I had to restart system and then it worked.

Same here, 2 logs:

===========================================
   guile-avahi 0.4: tests/test-suite.log
===========================================

# TOTAL: 7
# PASS:  5
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: publish+browse
====================

test timeout
FAIL publish+browse.scm (exit status: 1)

FAIL: publish+resolve
=====================

Backtrace:
           7 (primitive-load "/home/will/.cache/yay/guile-avahi/src/…")
In ice-9/boot-9.scm:
    142:2  6 (dynamic-wind #<procedure 7fdfbc4967a0 at ice-9/eval.s…> …)
In ice-9/eval.scm:
    155:9  5 (_ #(#(#(#<directory (guile-user) 7fdfbc9d4140>)) #<…> …))
   293:34  4 (_ #(#(#(#(#<directory (guile-user) 7fdfbc9d4140>)) …) …))
In unknown file:
           3 (make-client #<poll 7fdfbbb7da80> (#<avahi-client-fla…>) …)
           2 (apply-smob/1 #<catch-closure 7fdfbbb7da40>)
In ice-9/eval.scm:
    619:8  1 (_ #(#(#<directory (guile-user) 7fdfbc9d4140> #<v…> …) …))
In unknown file:
           0 (add-entry-group-address! #<entry-group 7fdfbbb7d9c0> # …)

ERROR: In procedure add-entry-group-address!:
Throw to key `avahi-error' with args `(#<avahi-error-enum Local name collision> add-entry-group-address!)'.
test timeout
FAIL publish+resolve.scm (exit status: 1)

lantw44 commented on 2021-09-04 18:59 (UTC)

@aramus I cannot reproduce the test failure. Do you have the error log?

aramus commented on 2021-09-02 07:34 (UTC) (edited on 2021-09-02 07:34 (UTC) by aramus)

The following tests fail for me:

PASS: errors.scm
PASS: threaded-poll.scm
PASS: simple-poll.scm
PASS: publish.scm
PASS: guile-poll.scm
FAIL: publish+browse.scm
FAIL: publish+resolve.scm
============================================================================
Testsuite summary for guile-avahi 0.4
============================================================================
# TOTAL: 7
# PASS:  5
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to guile-avahi-bugs@nongnu.org
============================================================================
make[3]: *** [Makefile:573: test-suite.log] Error 1
make[3]: Leaving directory '/home/aramus/.cache/yay/guile-avahi/src/guile-avahi-0.4/tests'
make[2]: *** [Makefile:681: check-TESTS] Error 2
make[2]: Leaving directory '/home/aramus/.cache/yay/guile-avahi/src/guile-avahi-0.4/tests'
make[1]: *** [Makefile:746: check-am] Error 2
make[1]: Leaving directory '/home/aramus/.cache/yay/guile-avahi/src/guile-avahi-0.4/tests'
make: *** [Makefile:435: check-recursive] Error 1
==> ERROR: A failure occurred in check().
    Aborting...
error making: guile-avahi

Can somebody help me fix this?