search for: _tmppath

Displaying 20 results from an estimated 54 matches for "_tmppath".

2015 Aug 21
3
rpmbuild dwz error
...wz appear to be using /var/tmp for large temporary debug >> info files. This package generates over 30GB of debug data and I think >> it is filling up /var/tmp leading to the error. How can I tell >> rpmbuild to use an alternative temporary file location? > > Try to change %_tmppath in /usr/lib/rpm/macros or build in mock and place the whole chroot on a larger drive (/etc/mock/site-defaults.cfg). and if you do not need the debug packages, add %_enable_debug_packages 0 into your .rpmmacros file -- LF
2015 Aug 21
1
rpmbuild dwz error
...e temporary debug >>>> info files. This package generates over 30GB of debug data and I think >>>> it is filling up /var/tmp leading to the error. How can I tell >>>> rpmbuild to use an alternative temporary file location? >>> >>> Try to change %_tmppath in /usr/lib/rpm/macros or build in mock and >>> place the whole chroot on a larger drive (/etc/mock/site-defaults.cfg). > > I set %_tmppath (in ~/.rpmmacros) and $TMPPATH (xz called by > find-debuginfo.sh uses it) and more parts of the build process used my > custom tmppath. B...
2015 Aug 21
0
rpmbuild dwz error
...ng /var/tmp for large temporary debug >>> info files. This package generates over 30GB of debug data and I think >>> it is filling up /var/tmp leading to the error. How can I tell >>> rpmbuild to use an alternative temporary file location? >> >> Try to change %_tmppath in /usr/lib/rpm/macros or build in mock and place the whole chroot on a larger drive (/etc/mock/site-defaults.cfg). I set %_tmppath (in ~/.rpmmacros) and $TMPPATH (xz called by find-debuginfo.sh uses it) and more parts of the build process used my custom tmppath. But dwz still uses large tempora...
2008 Apr 08
3
Ruby RRDtool bindings and CentOS 5
...1.8 is probably a bad thing, but I''ll cross that bridge when I have to. Summary: Ruby RRD bindings Name: RubyRRDtool Version: 0.6.0 Release: 1 Epoch: 1 License: MIT Group: Application/Development Source0: %{name}-%{version}.tgz URL: http://rubyforge.org/projects/rubyrrdtool/ BuildRoot: %{_tmppath}/%{name}-root Requires: rrdtool, ruby BuildRequires: ruby, gcc, rrdtool-devel %define debug_package %{nil} %description RRD bindings for Ruby. %prep %setup -q %build ruby extconf.rb make %install install -D -m0644 RRDtool.so %{buildroot}/usr/lib/ruby/site_ruby/1.8/i386-linux/RRDtool.so %clean...
2011 Sep 12
4
trouble building an rpm
...e is /usr/local/rpmbuild/SPECS/centos-release-cr-ihc.spec the contents of which are: Summary: Package to set up IHC use of the centos-cr repository Name: centos-release-cr-ihc Version: 1 Release: 1 Source0: centos-release-cr-ihc-1.tar.gz License: GPL Group: IHC-config BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-buildroot %description Package to set up IHC use of the centos-cr repository %prep %setup -q %build %install install -m 0755 -d /etc/yum.repos.d install -m 0755 etc/yum.repos.d/CentOS-cr.repo /etc/yum.repos.d/CentOS-cr.repo %clean rm -rf $RPM_BUILD_ROOT %post echo " " echo "...
2015 Aug 21
2
rpmbuild dwz error
CentOS, I'm not sure where to ask this, please let me know if there is a more appropriate place. On CentOS 7, I'm building a large C++ package with rpmbuild. Arachne (https://www.broadinstitute.org/crd/wiki/index.php/Arachne_Main_Page). During the debuginfo extraction stage, I get the following error: + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz
2007 Jul 11
1
RPM Build Question
...into an RPM using the following spec file Name: mathematica Version: 6.0 Release: 1%{?dist} Summary: Mathematica Group: Development/Tools License: Commercial URL: http://www.wolfram.com/ Source0: mathematica.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) AutoReqProv: no #BuildRequires: #Requires: %description Long recognized as the world's most powerful mathematical software system #%prep #%build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT cd $RPM_BUILD_ROOT tar xvjf $RPM...
2005 Nov 24
2
FUSE/SSHFS RPM Packages.
Alle, Does anyone know if there are any reputable repositories out there that contain packages for fuse/sshfs? Best Regards, Camron -- Camron W. Fox Hilo Office High Performance Computing Group Fujitsu America, INC. E-mail: cwfox at us.fujitsu.com
2015 Mar 24
2
error building php spec file
....7 Release: 1%{?dist} Summary: PHP is a widely-used general-purpose scripting language. Group: Development/Languages License: PHP License v3.01 URL: http://www.php.net Source0: http://www.php.net/distributions/php-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Obsoletes: php %description PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. %prep %setup -q -n %{name}-%{version} %build EXTENSION_DIR=%{_libdir}/php/modules; export...
2005 Aug 02
2
rpmbuild question.
I am attempting to build from a src.rpm (knowing very little about rpm at all) and the spec file notes that the architecture should be set on the command line: > # platform defines - set one below or define the build_xxx on the command line Now. My question is this, how does one do this using rpmbuild? The syntax rpmbuild --target centos4 package.src.rpm seemingly has no effect.
2006 Sep 12
4
2.6.9-42.ELsmp kernel and 3ware 9550 tools
I have the latest kernel with the drivers for my 3ware 9550SX built in. Where can I find the tools and monitoring apps for this card? Are there rpms hiding somewhere, or do I need to build it from source? -- Bowie
2006 Aug 26
0
[LLVMdev] Fedora Core 5 package
...s Release: 0 Summary: The Low Level Virtual Machine (An Optimizing Compiler Infrastructure) License: University of Illinois/NCSA Open Source License Vendor: None (open source) Group: Development/Compilers URL: http://llvm..org/ Source: http://llvm.org/releases/1.9cvs/llvm-1.9cvs.tar.gz BuildRoot: %{_tmppath}/%{name}-root Requires: /sbin/ldconfig BuildRequires: gcc >= 3.4 %description LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and idle-time optimization of programs from arbitrary programming languages. LLVM is written in C++ and has been developed since 2000 at...
2006 Aug 26
2
[LLVMdev] Fedora Core 5 package
There doesn't appear to be an rpm target in the Makefile. My spec file is derived from the included spec file however it did not honour the DESTDIR, hence the changes. On Fri, 2006-08-25 at 22:43 -0700, Reid Spencer wrote: > Hi David, > > On Sat, 2006-08-26 at 15:56 +1200, David Kuestler wrote: > > I have built llvm as a Fedora Core 5 package : > >
2015 Feb 18
1
How to write RPM spec
...u have installed the latter then you can use vi (vim/gvim) to automatically create an empty spec template file simply by opening any new file name ending in '.spec'. It will look like this: Name: Version: Release: 1%{?dist} Summary: Group: License: URL: Source0: BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: Requires: %description %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc %changelog * Fri Apr 05 20...
2015 Aug 21
0
rpmbuild dwz error
...> > rpmbuild/dwz appear to be using /var/tmp for large temporary debug > info files. This package generates over 30GB of debug data and I think > it is filling up /var/tmp leading to the error. How can I tell > rpmbuild to use an alternative temporary file location? Try to change %_tmppath in /usr/lib/rpm/macros or build in mock and place the whole chroot on a larger drive (/etc/mock/site-defaults.cfg).
2005 Dec 30
2
RPMS's rebuilt or upstream one's used
RPMS's rebuilt or upstream one's used Hi I got a cleanly reinstalled 4.2 workstation. However i still needed to build the following SRPMS from Mandriva/Fedora :- - Chkrootkit - Logcheck - Tripwire - Xboard & Gnuchess - Rkhunter I needed to use the upstream versions of :- - OpenOffice.org 2.0.1 - RealPlayer Gold - Acrobat Reader I needed to tweak Bind chroot to log queries and
2011 Aug 12
0
Wrong directory permissions in RPMs build on CentOS6
...n CentOS 3, 4 and 5. The problem is that %defattr overrides %attr on directories. Have a look at this example spec file: --%<--------------------------------- Summary: foo Name: mini Version: 0.1 Release: 1%{?dist} Group: System Environment/Daemons License: GPLv2+ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-root %description foo %prep %install %{__install} -d %{buildroot}/XXX %files %defattr(0644,root,root,0755) %attr(0730,root,nobody) %dir /XXX --%<--------------------------------- The rpm file list build on EL5 looks like this: drwx-wx--- 2 root nobody...
2005 Aug 31
1
Building bacula RPM from Karanbir's repo
...u and --host=x86_64-redhat-linux-gnu but neither have worked. This is my first go at building bacula, so I'm pretty sure I'm missing something: I just don't know what. Do I need to enter a macro in my .rpmmacros file? Currently: %_topdir %(echo "$HOME")/rpmbuild %_tmppath %{_topdir}/tmp Is the spec file hosed? Something else entirely? Any help would be appreciated. Thanks, Ranbir -- Kanwar Ranbir Sandhu Systems Aligned Inc. www.systemsaligned.com
2015 Mar 24
2
error building php spec file
...y-used general-purpose scripting language. > > > > Group: Development/Languages > > License: PHP License v3.01 > > URL: http://www.php.net > > Source0: http://www.php.net/distributions/php-%{version}.tar.bz2 > > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot > > > > Obsoletes: php > > > > %description > > PHP is a widely-used general-purpose scripting language that is > especially > > suited for Web development and can be embedded into HTML. > > > > %prep &...
2019 Apr 12
2
rpmbuild how to know we are building kernel module package
...: mpt3sas Version: 26.00.00.00 Release: 1 Summary: RHEL Driver Update Program package Group: System/Kernel License: GPLv2 URL: http://www.lsilogic.com Distribution: LSI Corporation Source0: %{name}-%{version}.tar.bz2 Source1: %{name}.files Source2: %{name}.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: %kernel_module_package_buildreqs %global kernel_version `uname -r` %kernel_module_package -f %{SOURCE1} default %description LSI MPT Fusion HBA drivers (12gb SAS) %prep %setup set -- * mkdir source mv "$@" source/ mkdir obj %buil...