Displaying 5 results from an estimated 5 matches for "smipmicfg".
2017 Dec 27
4
An rpmbuild spec question
...#39;m trying to build a package to create a directory and install some
>> files. My rpmbuild keeps failing, unable to cd into the directory, "no
>> such". Now, in the tmpfile, I *see* it cd'ing into BUILD/opt, and the
>> source was unzipped and untared into BUILD/opt/smipmicfg-1.27.0. In the
>> spec file, I've even added a cd $RPM_BUILD_ROOT/opt, and I see it cd to
>> there... and then it says it fails cd'ing into the directory under it.
>>
>> I've been doing a lot of googling, but nothing seems to fix this. Anyone
>> got a clue?...
2017 Dec 27
4
An rpmbuild spec question
I'm trying to build a package to create a directory and install some
files. My rpmbuild keeps failing, unable to cd into the directory, "no
such". Now, in the tmpfile, I *see* it cd'ing into BUILD/opt, and the
source was unzipped and untared into BUILD/opt/smipmicfg-1.27.0. In the
spec file, I've even added a cd $RPM_BUILD_ROOT/opt, and I see it cd to
there... and then it says it fails cd'ing into the directory under it.
I've been doing a lot of googling, but nothing seems to fix this. Anyone
got a clue?
mark
2017 Dec 28
0
An rpmbuild spec question
...ent.us wrote:
> Sure. I think I'm closer, but I'm also at the point where I'm just trying
> things. My current issue, that I keep falling back to, is the install
> *INSISTS* that it has to add a - after version.
>
> %prep
>
> %install
> mkdir $RPM_BUILD_DIR/opt/smipmicfg-%{version}
> install -m 744 -d %{buildroot}/%{name}-%{version}
>
> %clean
> rm -rf %{buildroot}
>
> %files
> %{buildroot}/%{name}
>
> All I want to build is a package to create /opt/smipmicfg-1.20.0, and copy
> files into it.
>
> What I see from the rpmbuild...
2017 Dec 27
0
An rpmbuild spec question
...gt;
> I'm trying to build a package to create a directory and install some
> files. My rpmbuild keeps failing, unable to cd into the directory, "no
> such". Now, in the tmpfile, I *see* it cd'ing into BUILD/opt, and the
> source was unzipped and untared into BUILD/opt/smipmicfg-1.27.0. In the
> spec file, I've even added a cd $RPM_BUILD_ROOT/opt, and I see it cd to
> there... and then it says it fails cd'ing into the directory under it.
>
> I've been doing a lot of googling, but nothing seems to fix this. Anyone
> got a clue?
If you?re using...
2017 Dec 27
0
An rpmbuild spec question
...te:
> I'm trying to build a package to create a directory and install some
> files. My rpmbuild keeps failing, unable to cd into the directory, "no
> such". Now, in the tmpfile, I *see* it cd'ing into BUILD/opt, and the
> source was unzipped and untared into BUILD/opt/smipmicfg-1.27.0. In the
> spec file, I've even added a cd $RPM_BUILD_ROOT/opt, and I see it cd to
> there... and then it says it fails cd'ing into the directory under it.
>
> I've been doing a lot of googling, but nothing seems to fix this. Anyone
> got a clue?
>
Can you post...