GNU bug report logs - #39809
emacs-edbi build fails

Previous Next

Package: guix;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Thu, 27 Feb 2020 16:22:01 UTC

Severity: normal

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 39809 in the body.
You can then email your comments to 39809 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#39809; Package guix. (Thu, 27 Feb 2020 16:22:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 27 Feb 2020 16:22:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: bug-guix <bug-guix <at> gnu.org>
Subject: emacs-edbi build fails
Date: Thu, 27 Feb 2020 11:21:52 -0500
Extract from build log:

starting phase `patch-path'
Backtrace:
           7 (primitive-load "/gnu/store/h6ni14a4sjmlncg6537xfklnhy0…")
In ice-9/eval.scm:
   191:35  6 (_ #f)
In ice-9/boot-9.scm:
    829:9  5 (catch srfi-34 #<procedure 7fffeed55d60 at /gnu/store/…> …)
In srfi/srfi-1.scm:
   863:16  4 (every1 #<procedure 7fffeed55d20 at /gnu/store/w851knb…> …)
In /gnu/store/w851knbmn8kxngmh9s43z9rnannsni7k-module-import/guix/build/gnu-build-system.scm:
   839:30  3 (_ _)
In ice-9/eval.scm:
    619:8  2 (_ #(#(#(#<directory (guile-user) 7fffefc63140>) # #) …))
In /gnu/store/w851knbmn8kxngmh9s43z9rnannsni7k-module-import/guix/build/utils.scm:
   733:19  1 (with-atomic-file-replacement "/gnu/store/0q9wy5rxx4kr…" …)
In unknown file:
           0 (mkstemp! "/gnu/store/0q9wy5rxx4kr130ixsl1l9b2wqnzqf38…" …)

ERROR: In procedure mkstemp!:
In procedure mkstemp!: No such file or directory




Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Thu, 27 Feb 2020 19:33:01 GMT) Full text and rfc822 format available.

Notification sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
bug acknowledged by developer. (Thu, 27 Feb 2020 19:33:01 GMT) Full text and rfc822 format available.

Message #10 received at 39809-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 39809-done <at> debbugs.gnu.org
Subject: Re: bug#39809: emacs-edbi build fails
Date: Thu, 27 Feb 2020 21:31:39 +0200
[Message part 1 (text/plain, inline)]
On Thu, Feb 27, 2020 at 11:21:52AM -0500, Maxim Cournoyer wrote:
> Extract from build log:
> 
> starting phase `patch-path'
> Backtrace:
>            7 (primitive-load "/gnu/store/h6ni14a4sjmlncg6537xfklnhy0…")
> In ice-9/eval.scm:
>    191:35  6 (_ #f)
> In ice-9/boot-9.scm:
>     829:9  5 (catch srfi-34 #<procedure 7fffeed55d60 at /gnu/store/…> …)
> In srfi/srfi-1.scm:
>    863:16  4 (every1 #<procedure 7fffeed55d20 at /gnu/store/w851knb…> …)
> In /gnu/store/w851knbmn8kxngmh9s43z9rnannsni7k-module-import/guix/build/gnu-build-system.scm:
>    839:30  3 (_ _)
> In ice-9/eval.scm:
>     619:8  2 (_ #(#(#(#<directory (guile-user) 7fffefc63140>) # #) …))
> In /gnu/store/w851knbmn8kxngmh9s43z9rnannsni7k-module-import/guix/build/utils.scm:
>    733:19  1 (with-atomic-file-replacement "/gnu/store/0q9wy5rxx4kr…" …)
> In unknown file:
>            0 (mkstemp! "/gnu/store/0q9wy5rxx4kr130ixsl1l9b2wqnzqf38…" …)
> 
> ERROR: In procedure mkstemp!:
> In procedure mkstemp!: No such file or directory
> 

This should be fixed with ba8992d28b1616d05b7cb04ef032944c5d19cd5a

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#39809; Package guix. (Thu, 27 Feb 2020 22:01:02 GMT) Full text and rfc822 format available.

Message #13 received at 39809-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 39809-done <at> debbugs.gnu.org
Subject: Re: bug#39809: emacs-edbi build fails
Date: Thu, 27 Feb 2020 16:59:54 -0500
Efraim Flashner <efraim <at> flashner.co.il> writes:

> On Thu, Feb 27, 2020 at 11:21:52AM -0500, Maxim Cournoyer wrote:
>> Extract from build log:
>> 
>> starting phase `patch-path'
>> Backtrace:
>>            7 (primitive-load "/gnu/store/h6ni14a4sjmlncg6537xfklnhy0…")
>> In ice-9/eval.scm:
>>    191:35  6 (_ #f)
>> In ice-9/boot-9.scm:
>>     829:9  5 (catch srfi-34 #<procedure 7fffeed55d60 at /gnu/store/…> …)
>> In srfi/srfi-1.scm:
>>    863:16  4 (every1 #<procedure 7fffeed55d20 at /gnu/store/w851knb…> …)
>> In /gnu/store/w851knbmn8kxngmh9s43z9rnannsni7k-module-import/guix/build/gnu-build-system.scm:
>>    839:30  3 (_ _)
>> In ice-9/eval.scm:
>>     619:8  2 (_ #(#(#(#<directory (guile-user) 7fffefc63140>) # #) …))
>> In /gnu/store/w851knbmn8kxngmh9s43z9rnannsni7k-module-import/guix/build/utils.scm:
>>    733:19  1 (with-atomic-file-replacement "/gnu/store/0q9wy5rxx4kr…" …)
>> In unknown file:
>>            0 (mkstemp! "/gnu/store/0q9wy5rxx4kr130ixsl1l9b2wqnzqf38…" …)
>> 
>> ERROR: In procedure mkstemp!:
>> In procedure mkstemp!: No such file or directory
>> 
>
> This should be fixed with ba8992d28b1616d05b7cb04ef032944c5d19cd5a

That was quick!

Thank you,

Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 27 Mar 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 89 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.