Displaying 10 results from an estimated 10 matches for "rpm_build_dir".
2002 Feb 27
2
problems builing mandrake rpm from 3.0 alpha15
...onfigure: error: summary failure. Aborting config
error: Bad exit status from /var/tmp/rpm-tmp.99650 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.99650 (%build)
[root@www Mandrake]#
in the log file is this:
#!/bin/sh
RPM_SOURCE_DIR="/usr/src/RPM/SOURCES"
RPM_BUILD_DIR="/usr/src/RPM/BUILD"
RPM_OPT_FLAGS="-O2 -march=i686"
RPM_ARCH="i386"
RPM_OS="linux"
export RPM_SOURCE_DIR RPM_BUILD_DIR RPM_OPT_FLAGS RPM_ARCH RPM_OS
RPM_DOC_DIR="/usr/share/doc"
export RPM_DOC_DIR
RPM_PACKAGE_NAME="samba"...
2017 Dec 27
4
An rpmbuild spec question
...t you are trying to do and what it is actually doing
> instead.
>
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 is
+ cd /usr//local//src//rpmbuild/BUILD
+ ...
2012 Mar 23
2
[Bug 1992] New: RPM build fails using Red Hat spec file
...files: openssh-debuginfo-5.9p1-1
Checking for unpackaged file(s): /usr/lib/rpm/check-files
/var/tmp/openssh-5.9p1-buildroot
RPM build error:
Bad exit status from /var/tmp/rpm-tmp.98925 (%doc)
----begin rpm-tmp.98925----
#!/bin/sh
RPM_SOURCE_DIR="/home/pkg_builder/rpmbuild/SOURCES"
RPM_BUILD_DIR="/home/pkg_builder/rpmbuild/BUILD"
RPM_OPT_FLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic"
RPM_ARCH="x86_64"
RPM_OS="linux"
export RPM_SOURCE_DIR RPM_BUILD_DIR RPM_OPT_FLAGS RPM_A...
2008 Dec 15
3
Problems compiling PostgreSQL package from FC8 on CentOS 5
...r: Bad exit status from
/home/peter.hopfgartner/rpmbuild/tmp/rpm-tmp.77591 (%build)
RPM build errors:
Bad exit status from
/home/peter.hopfgartner/rpmbuild/tmp/rpm-tmp.77591 (%build)
The temporary file is:
#!/bin/sh
RPM_SOURCE_DIR="/home/peter.hopfgartner/rpmbuild/SOURCES"
RPM_BUILD_DIR="/home/peter.hopfgartner/rpmbuild/BUILD"
RPM_OPT_FLAGS="-O2 -g -march=i386 -mcpu=i686"
RPM_ARCH="i386"
RPM_OS="linux"
export RPM_SOURCE_DIR RPM_BUILD_DIR RPM_OPT_FLAGS RPM_ARCH RPM_OS
RPM_DOC_DIR="/usr/share/doc"
export RPM_DOC_DIR
RPM...
2017 Dec 28
0
An rpmbuild spec question
...500, m.roth at 5-cent.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 fro...
2007 May 02
0
mingw-cross rpm spec file
...BuildRequires: perl
#Requires:
%description
MinGW is a set of include files and import libraries that allow one to
use GCC to build
native Windows applications that use vendor-supplied runtime.
%prep
%setup -q -n %{cross_tool_ver}
perl -pi -e "s(assume WORKING_DIR.+)(assume WORKING_DIR
${RPM_BUILD_DIR}/mingw-3.4.5)" x86-mingw32-build.sh.conf
perl -pi -e "s(assume PACKAGE_DIR.+)(assume PACKAGE_DIR
${RPM_SOURCE_DIR})" x86-mingw32-build.sh.conf
perl -pi -e "s(assume INSTALL_DIR.+)(assume INSTALL_DIR
${RPM_BUILD_ROOT}/opt/mingw)" x86-mingw32-build.sh.conf
%build
[ "...
2004 Sep 10
1
Problems with FLAC make
...M_BUILD_ROOT%{prefix}/include/FLAC
mv %{prefix}/bin/metaflac $RPM_BUILD_ROOT%{prefix}/bin/metaflac
mv %{prefix}/bin/flac $RPM_BUILD_ROOT%{prefix}/bin/flac
mv %{prefix}/lib/libFLAC* $RPM_BUILD_ROOT%{prefix}/lib/
mv %{prefix}/lib/xmms/Input/libxmms-flac* $RPM_BUILD_ROOT%{prefix}/lib/xmms/Input/
mv $RPM_BUILD_DIR/%{name}-%{version}/include/FLAC/* $RPM_BUILD_ROOT%{prefix}/include/FLAC
%files
%defattr(-,root,root)
%{prefix}/bin/metaflac
%{prefix}/bin/flac
%{prefix}/lib/libFLAC*
%{prefix}/include/FLAC/*
%changelog
* Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org>
- First SPEC created
%clean...
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
2011 Aug 26
13
virbr0/bridge: No such file or directory
This is fresh install of CentOS v6 and Xen v4.1 on a new Dell server following the tutorial posted at: http://wiki.xensource.com/xenwiki/RHEL6Xen4Tutorial
Every thing went just fine, yet virbr0 won''t work and when I run brctl show I get the following error message:
[root@pe1950 ~]# brctl show
bridge name bridge id STP enabled interfaces
virbr0
2011 Aug 26
13
virbr0/bridge: No such file or directory
This is fresh install of CentOS v6 and Xen v4.1 on a new Dell server following the tutorial posted at: http://wiki.xensource.com/xenwiki/RHEL6Xen4Tutorial
Every thing went just fine, yet virbr0 won''t work and when I run brctl show I get the following error message:
[root@pe1950 ~]# brctl show
bridge name bridge id STP enabled interfaces
virbr0