help-guix
[Top][All Lists]
Advanced

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

Re: Builder error on package build


From: Richard Sent
Subject: Re: Builder error on package build
Date: Sun, 03 Mar 2024 15:47:15 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

Pablo Martinez <p.martinez@cleverpy.com> writes:

> builder for
> `/gnu/store/x4p1bry8c5lakzjv1bs4jb118dlj2j0g-openfortivpn-webview-1.2.0.drv'
> failed to produce output path
> `/gnu/store/2r3mk9rh3ycyc905c30bwdj0xvqnpcjg-openfortivpn-webview-1.2.0'
>
> Here's the https://pastebin.com/vgtKBKAi and here's the 
> https://pastebin.com/i3LvZ4cp.

Hi Pablo!

I'm not familiar with qmake, but according to
https://stackoverflow.com/a/18158261 QMAKE uses DESTDIR, not PREFIX, for
placing installation files. I found that your package built with this
configure step replacement:

--8<---------------cut here---------------start------------->8---
(replace 'configure
         (lambda* (#:key outputs #:allow-other-keys) 
                  (invoke "qmake" "." (string-append "DESTDIR="
       (assoc-ref outputs "out")))))
--8<---------------cut here---------------end--------------->8---

i.e. DESTDIR=, not PREFIX=.

-- 
Take it easy,
Richard Sent
Making my computer weirder one commit at a time.



reply via email to

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