GNU bug report logs -
#18695
Qt fails to build from source
Previous Next
Reported by: Mark H Weaver <mhw <at> netris.org>
Date: Sun, 12 Oct 2014 04:54:01 UTC
Severity: normal
Done: Mark H Weaver <mhw <at> netris.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 12 Oct 2014 23:27:14 -0400
with message-id <87wq84hcod.fsf <at> yeeloong.lan>
and subject line Re: bug#18695: Qt fails to build from source
has caused the debbugs.gnu.org bug report #18695,
regarding Qt fails to build from source
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
18695: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18695
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Somewhere between 74c7af9 and 7239828, all of the Qt builds broke.
See:
http://hydra.gnu.org/eval/100809#tabs-now-fail
Mark
[Message part 3 (message/rfc822, inline)]
ludo <at> gnu.org (Ludovic Courtès) writes:
> Mark H Weaver <mhw <at> netris.org> skribis:
>
>> Somewhere between 74c7af9 and 7239828, all of the Qt builds broke.
>> See:
>>
>> http://hydra.gnu.org/eval/100809#tabs-now-fail
[...]
> I think this is due to a thinko I overlooked during the review; I’m
> testing this patch and will commit if it solves the problem:
>
> diff --git a/gnu/packages/icu4c.scm b/gnu/packages/icu4c.scm
> index 7eb3874..e7d5247 100644
> --- a/gnu/packages/icu4c.scm
> +++ b/gnu/packages/icu4c.scm
> @@ -68,10 +68,10 @@
> (lambda* (#:key outputs #:allow-other-keys)
> (let* ((out (assoc-ref outputs "out"))
> (lib (string-append out "/lib")))
> - ;; Add LIB to the RUNPATH of all the binaries.
> + ;; Add LIB to the RUNPATH of all the libraries and binaries.
> (with-directory-excursion out
> (for-each (cut augment-rpath <> lib)
> - (append
> + (append (find-files "lib" ".*")
> (find-files "bin" ".*")
> (find-files "sbin" ".*"))))))
> %standard-phases)))))
Yes, this fixed it. I'm closing this bug now.
Thanks!
Mark
This bug report was last modified 10 years and 281 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.