|
From: | Orion Poplawski |
Subject: | [Octave-bug-tracker] [bug #62436] pkg build fails if no configure file exists |
Date: | Tue, 10 May 2022 23:08:28 -0400 (EDT) |
URL: <https://savannah.gnu.org/bugs/?62436> Summary: pkg build fails if no configure file exists Project: GNU Octave Submitted by: opoplawski Submitted on: Wed 11 May 2022 03:08:26 AM UTC Category: Octave Function Severity: 3 - Normal Priority: 5 - Normal Item Group: Regression Status: None Assigned to: None Originator Name: Originator Email: Open/Closed: Open Release: 7.1.0 Discussion Lock: Any Operating System: GNU/Linux _______________________________________________________ Details: When trying to build the flexiblas package with octave 7.1 for Fedora: make: Leaving directory '/home/orion/fedora/octave-flexiblas/flexiblas-octave/build/flexiblas-octave/src' error: unlink: operation failed: No such file or directory error: called from build at line 81 column 7 pkg at line 720 column 7 Apparently it is trying to delete: /home/orion/fedora/octave-flexiblas/flexiblas-octave/build/flexiblas-octave/src/configure but this file does not exist. It seems like new behavior that unlink fails on non-existent files and many users of it do not handle that well. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?62436> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |