Pablo Martinez <p.marti...@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