Bad exit status from rpmbuild/BUILD/rpm-tmp.vJXbAg (%prep)
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4k
- Forks
- 818
- Avg merge
- 1h 14m
- Merged PRs (30d)
- 1
Description
%prep
%setup -n %{name}-%{version}
export GOPATH=`pwd`
cd src/github.com/linkedin/Burrow
go install
+ export GOPATH=/rpmbuild/BUILD/Burrow-1.0.0
+ GOPATH=/rpmbuild/BUILD/Burrow-1.0.0
+ cd src/github.com/linkedin/Burrow
rpmbuild/BUILD/rpm-tmp.vJXbAg: line 38: cd: src/github.com/linkedin/Burrow: No such file or directory
error: Bad exit status from rpmbuild/BUILD/rpm-tmp.vJXbAg (%prep)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure in rpmbuild/BUILD/rpm-tmp.vJXbAg during %prep, then inspect the source layout expected by `%setup -n %{name}-%{version}`. The issue is resolved when the `cd src/github.com/linkedin/Burrow` path exists and `go install` completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100