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

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

bug#56864: closed (qutebrowser: wrap-qt-process-path phase wrong type to


From: GNU bug Tracking System
Subject: bug#56864: closed (qutebrowser: wrap-qt-process-path phase wrong type to string-append)
Date: Mon, 01 Aug 2022 13:37:01 +0000

Your message dated Mon, 01 Aug 2022 09:35:53 -0400
with message-id <8735eg3x3a.fsf_-_@gmail.com>
and subject line Re: bug#56864: qutebrowser: wrap-qt-process-path phase wrong 
type to string-append
has caused the debbugs.gnu.org bug report #56864,
regarding qutebrowser: wrap-qt-process-path phase wrong type to string-append
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56864: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56864
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: qutebrowser Date: Mon, 1 Aug 2022 01:04:36 -0400 (EDT)
X-Debbugs-CC: maxim.cournoyer@gmail.com

With Guix 3a656ea836f87f30f1b34852cb4efc911363d2b4, qutebrowser's wrap-qt-process-path phase fails. Maybe related to the recent Qt work in <https://issues.guix.gnu.org/56771>? Build log attatched.

Best,
Jack

Attachment: 6b90jd0xw586i5v2ccfh7xs4p4l2g4-qutebrowser-2.5.1.drv.gz
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#56864: qutebrowser: wrap-qt-process-path phase wrong type to string-append Date: Mon, 01 Aug 2022 09:35:53 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> Hello Jack,
>
> Jack Hill <jackhill@jackhill.us> writes:
>
>> X-Debbugs-CC: maxim.cournoyer@gmail.com
>>
>> With Guix 3a656ea836f87f30f1b34852cb4efc911363d2b4, qutebrowser's
>> wrap-qt-process-path phase fails. Maybe related to the recent Qt work
>> in <https://issues.guix.gnu.org/56771>? Build log attatched.
>
> Uh, this was unexpected.  I believe it's because label-less inputs are
> auto-generated via the package *name* rather than their variable name...
> Since qtwebengine-5 (the variable) still has the name "qtwebengine", the
> following code:
>
> (qt-process-path (string-append (assoc-ref inputs "qtwebengine-5")
>                                       "/lib/qt5/libexec/QtWebEngineProcess"))
>
> Doesn't actually find "qtwebengine-5" and it fails attempting to append
> #f to "/lib/qt5/libexec/QtWebEngineProcess.  The solution that comes to
> mind would be using:
>
> (file-input-search inputs "lib/qt5/libexec/QtWebEngineProcess").

Yep, that did it.

Fixed in aea756ea3312ba7e8229804492ba12001c8de568.

Closing.

Thanks for the report!

Maxim


--- End Message ---

reply via email to

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