Bug 1467829 - "No such file or directory" error during %prep step
Summary: "No such file or directory" error during %prep step
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: copr
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Orphan Owner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-05 09:13 UTC by Milan Bouchet-Valat
Modified: 2017-07-10 11:36 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-10 11:36:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Milan Bouchet-Valat 2017-07-05 09:13:56 UTC
For about ten days, my Copr builds have started failing for my nalimilan/julia-nightlies repo. I always get this error, even for SRPMS which previously built fine:
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OX55Vh
+ umask 022
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf julia
+ rm -rf julia
+ /usr/bin/gzip -dc /builddir/build/SOURCES/julia.tar.gz
+ /usr/bin/gzip -dc /builddir/build/SOURCES/julia.tar.gz
+ /usr/bin/tar -xof -
+ /usr/bin/tar -xof -
+ STATUS=0
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ '[' 0 -ne 0 ']'
+ cd julia
+ cd julia
/var/tmp/rpm-tmp.OX55Vh: line 37: cd: julia: No such file or directory
/var/tmp/rpm-tmp.OX55Vh: line 37: cd: julia: No such file or directory

(The "julia.tar.gz" archive does contain a "julia" directory.)

See for example this build:
https://copr.fedorainfracloud.org/coprs/nalimilan/julia-nightlies/build/575708/

Is that a known issue, or have I made a mistake somewhere?

Comment 1 Milan Bouchet-Valat 2017-07-10 11:36:52 UTC
Works again today.


Note You need to log in before you can comment on or make changes to this bug.