unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37914: guix avahi install fails
@ 2019-10-25  2:01 Bengt Richter
  2019-10-25  2:13 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 3+ messages in thread
From: Bengt Richter @ 2019-10-25  2:01 UTC (permalink / raw)
  To: 37914

Hello Guix,

guix install avahi resulted in error log as follows:

------------------------------
avahi-0.7/man/avahi.service.5
avahi-0.7/man/xmltoman.dtd
avahi-0.7/man/avahi-resolve.1
avahi-0.7/bootstrap.sh
avahi-0.7/doxygen.cfg
avahi-0.7/configure
avahi-0.7/compile
patching file avahi-core/server.c
patching file avahi-core/server.c
Hunk #1 FAILED at 930.
Hunk #2 succeeded at 955 with fuzz 1 (offset 8 lines).
1 out of 2 hunks FAILED -- saving rejects to file avahi-core/server.c.rej
source is under 'avahi-0.7'
applying '/gnu/store/3q0fkcby74bm6in7gssmfjjf0d250a1a-avahi-CVE-2018-1000845.patch'...
applying '/gnu/store/3q0fkcby74bm6in7gssmfjjf0d250a1a-avahi-CVE-2018-1000845.patch'...
Backtrace:
           3 (primitive-load "/gnu/store/66d0abh3pxqwpagq30rjv9qix3m?")
In ice-9/eval.scm:
    619:8  2 (_ #(#<directory (guile-user) 7ffff3c6c140> "avahi-0.7"))
In srfi/srfi-1.scm:
    640:9  1 (for-each #<procedure apply-patch (a)> _)
In guix/build/utils.scm:
    652:6  0 (invoke _ . _)

guix/build/utils.scm:652:6: In procedure invoke:
Throw to key `srfi-34' with args `(#<condition &invoke-error [program: "/gnu/store/v76scv4n63ip08g119rczh2mrw31zwpd-patch-2.7.6/bin/patch" arguments: ("--force"
 "--no-backup-if-mismatch" "-p1" "--input" "/gnu/store/3q0fkcby74bm6in7gssmfjjf0d250a1a-avahi-CVE-2018-1000845.patch") exit-status: 1 term-signal: #f stop-signa
l: #f] 7ffff401ecc0>)'.
------------------------------
Sorry, no time to pursue right now, RL demands :)
HTH
--
Regards,
Bengt Richter

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#37914: guix avahi install fails
  2019-10-25  2:01 bug#37914: guix avahi install fails Bengt Richter
@ 2019-10-25  2:13 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2019-10-25  6:17   ` Bengt Richter
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2019-10-25  2:13 UTC (permalink / raw)
  To: Bengt Richter; +Cc: 37914-done

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

Bengt,

Bengt Richter 写道:
> patching file avahi-core/server.c
> patching file avahi-core/server.c
> Hunk #1 FAILED at 930.

You should ‘guix pull’ and try again: this was fixed on master a 
day or two ago.

I'm closing this bug for that reason.  Let me know if you still 
have problems with avahi.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#37914: guix avahi install fails
  2019-10-25  2:13 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2019-10-25  6:17   ` Bengt Richter
  0 siblings, 0 replies; 3+ messages in thread
From: Bengt Richter @ 2019-10-25  6:17 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 37914-done

Hi Tobias,

On +2019-10-25 04:13:14 +0200, Tobias Geerinckx-Rice wrote:
> Bengt,
> 
> Bengt Richter 写道:
> > patching file avahi-core/server.c
> > patching file avahi-core/server.c
> > Hunk #1 FAILED at 930.
> 
> You should ‘guix pull’ and try again: this was fixed on master a day or two
> ago.
> 
> I'm closing this bug for that reason.  Let me know if you still have
> problems with avahi.
> 
> Kind regards,
> 
> T G-R

Thanks, guix install avahi succeeded!  :)
And thereafter so did guix upgrade glibc-utf8-locales
And that in turn fixed the guile locale complaint triggered by guix's
use of guile (which guile directly invoked did not complain about).

I'd still like to know why avahi was involved in
guix install glibc-utf8-locales failing as I tried to show
in #bug37900, but after installing avahi, everything fell into place,
as just mentioned.

---------------------------------------------
$ guix describe
Generation 19	Oct 24 2019 22:37:20	(current)
  guix 6caa739
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 6caa7392d8e51f5ef26e9efaa867ca5f9e1cac91
$ guix package -I 'avahi|locales'
glibc-locales	2.28	out	/gnu/store/bb9alx1ap57pz0vmx7p1r8qk0lxxfg3x-glibc-locales-2.28
avahi	0.7	out	/gnu/store/f7zmq1hffs9lrwkyyn88k5r399a7f8xh-avahi-0.7
glibc-utf8-locales	2.29	out	/gnu/store/n79cf8bvy3k96gjk1rf18d36w40lkwlr-glibc-utf8-locales-2.29
$ 
---------------------------------------------
Thanks again. Ok with me to close bug#37900,
even if you choose not to explain the avahi/locales entanglement shown there ;-)

A thought: When developers are working on a fix for something, is there a list of
pending fixes that one could have grepped to see that, oh, they're working on
e.g. avahi, I'll hold off posting a bug report. An ETA for the fix's commit would be
nice to have in that active pending-fixes list too (I know the entire bug archive is
a kind of pending-fix list, but most of that is not under active fixing ;-)
--
Regards,
Bengt Richter

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-25  6:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25  2:01 bug#37914: guix avahi install fails Bengt Richter
2019-10-25  2:13 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2019-10-25  6:17   ` Bengt Richter

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).