search for: _topdir

Displaying 20 results from an estimated 28 matches for "_topdir".

Did you mean: topdir
1999 Dec 16
3
Samba2.0.6 tgz compile questions.
After fighting with trying to rebuiled my src.rpm file. I decided to use a plain old fashion compile from the tar files. which worked ok, no settings changed. at about 11pm last night I finished and noticed a few things that made me a bit uneasy. 1) all the Samba bin files were installed in /usr/local/samba/.. 2) no smb.conf file was created. I used ./configure, make , make install when I
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
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.
2008 Sep 30
1
Notes on HowTos/Custom Kernel
...a rhel kernel, apply the rhel config options" is not present either, I believe it was already stripped when the CentOS Plus kernel was initially built. I also used Patch400000:, since the latest patch in the CentOS Plus kernel is Patch99999:, so to be safe I included it later. 4. echo "%_topdir %(echo $HOME)/rpmbuild" > .rpmmacros in "I need the Kernel Source" This is a really small one, but the command above will expand $HOME when you actually run the "echo", I believe what you wanted was the command with single quotes, since that will expand the echo every t...
2006 Sep 14
3
Anyone using fuse and/or sshfs under Centos 4.4?
Hi A search of google failed to show any prebuilt rpms for sshfs and fuse. I do see that fuse support is in 2.6.14 kernel which isn't a whole lot of help. Before I dive headlong into this has anyone successfully built fuse/sshfs against Centos 4.4. If so would you share your experience? Thanks Daveh
2005 Aug 31
1
Building bacula RPM from Karanbir's repo
...ering the following: --host=x86_64-centos-linux-gnu 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
2006 Jun 06
4
Fedora source packages on Centos -- libtiff again
In my seeking a managable way to build libtiff, on the Asterfax forum I got the following recommendation (from another fax user that made the move to libtiff 3.8.2): ================================================================ Hi Robert, I have compiled libtiff-3.8.2 from the source package for my Fedora Core 4 machine. I am not sure about CentOS, but I think you can try to do the same
2011 May 04
1
Invalid use of undefined type when make dahdi
...do not appear to have the sources for the 2.6.18-238.el5 kernel installed. So we're running a different kernel... uname -r 2.6.18-238.el5 Downloaded kernel sources for 2.6.18-238.el5 [user at atlantis ~]$ mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS} [user at atlantis ~]$ echo '%_topdir %(echo $HOME)/rpmbuild' > ~/.rpmmacros [user at atlantis ~]$cd ~/rpmbuild/SPECS [user at atlantis ~]$rpmbuild -bp --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log [root at atlantis kernel-2.6.18]# cp /home/user/rpmbuild/BUILD/kernel-2.6.18/linux-2.6.18.x86_64 /usr/s...
2012 Jul 13
3
BCM4313 on CentOS 6.3
...d am trying to get my Broadcom BCM4313 working in my Lenovo S10-3t netbook (CentOS 6.3 installed from LiveCD). I followed the steps in the wiki, which lead me to ELRepo: wl-kmod. I followed the instructions there until Step 2: $ mkdir -p ~/rpmbuild/{BUILD,RPMS,SPECS,SOURCES,SRPMS} $ echo -e "%_topdir $(echo $HOME)/rpmbuild\n%dist .el$(lsb_release -s -r|cut -d"." -f1).local" >> ~/.rpmmacros Then I got stuck with this message: bash: lsb_release: command not found Next, I tried using the driver from Broadcom site, and ended up with this message: KBUILD_NOPEDANTIC=1 make -C...
2006 Sep 27
1
Jpackage tomcat55-common-lib requires eclipse-ecj >= 0:3.1.1
....d/ # wget http://www.jpackage.org/jpackage.repo Edit /etc/yum.repos.d/jpackage.repo and enable=1 [jpackage-rhel] and [jpackage-generic-nonfree] # yum -y install jpackage-utils # su - wmcdonald $ mkdir -p rpm/{BUILD,RPMS/{i386,i586,noarch},SOURCES,SPECS,SRPMS,tmp} Edit ~/.rpmmacros and add... %_topdir %(echo ${HOME}/rpm) %_tmppath %{_topdir}/tmp %packager Will Mc Donald <wmcdonald at gmail.com> $ cd rpm/RPMS/noarch/ $ wget http://mirrors.dotsrc.org/jpackage/1.6/generic/non-free/SRPMS/java-1.5.0-sun-1.5.0.07-1jpp.nosrc.rpm $ wget http://mirrors.dotsrc.org/jpackage/1.6...
2008 Jun 02
1
slightly OT - gphpedit on CentOS 5?
Hi all, Advance apologies for being slightly OT. Has anyone had successes with installing gphpedit on CentOS 5? There don't seem to be any rpms avail for our distro and I'm far too new to roll my own. Thanks in advance (off - list replies are welcome if that's more appropriate) -Ray
2010 Jan 31
0
[FYI] skype-2.0.0.72.nosrc.rpm
.../4043330/skype-2.0.0.72-1.nosrc.rpm You can rebuild it in usual way, like that: Install rpmbuild (if it's not installed yet): sudo yum install rpmbuild As an ordinary user, not root, create a directory tree based on ~/rpmbuild: cd mkdir -p rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS} echo '%_topdir %(echo $HOME)/rpmbuild' > .rpmmacros Download and install nosrc.rpm: cd ~/rpmbuild/SRPMS wget http://dl.dropbox.com/u/4043330/skype-2.0.0.72-1.nosrc.rpm rpm -i skype-2.0.0.72-1.nosrc.rpm Download and install non-distributable* tarball: cd ~/rpmbuild/SOURCES wget http://download.skype.com/...
2003 Dec 11
1
patch for rpm spec problem
The following is a description of an rpm-based rsync build problem on my Redhat 7.1 system, and a patch that fixed the spec file. The problem occurred on several recent rsync releases, including 2.5.7: rpm -tb --define '_topdir /home/user/tmp/rpmbuild' rsync-2.5.7.tar.gz ALMOST works; it uses the spec file in lsb, not redhat/7.1. This spec file fails due to bad date format in one line, and not finding man pages since they are in gzipped format. The following patch addresses these problems: ========================...
2007 Apr 18
3
Centos5 compatibilities
When I am looking for a package that does not exist under rhel5, is it better to get rhel4 or fc6? -- Thanks http://www.911networks.com When the network has to work
2008 Nov 09
1
Failed rpmbuild-ing samba-3.0.32.tar.gz
Hi, Relating to my emails before (SAMBA & SOLIDWORS : cat & dog?) now I've been trying to update my samba-3.0.10 to samba-3.0.32 . I downloaded the source form samba.org and trying to create rpm package from one. I created ~/.rpmmacros file %_tmppath /home/fcmario/tmp %_topdir /home/fcmario/src/rpm %prefix /usr/local and ran % rpmbuild -ta ~/src/rpm/SOURCES/samba-3.0.32.tar.gz I got error messages that it cannot cd to lsb-samba-2.2.1.tar.gz. I go to ~/src/rpm/SPECS and edited lsb-samba.spec to become Summary: SAMBA Name: samba # the old phrase...
2007 May 21
2
How to create an R RPM from source
I use some computers that run older versions of Redhat Linux such as EL3. RPMs for the current version of R are no longer provided via CRAN for these older operating system versions. How can I compile my own RPM for the current version of R, which I could then use to install R quickly and easily on multiple machines? Perhaps the answer to this would be a useful addition to the manual R
2017 Nov 25
0
[External] Creating Spec file for RPM
...where to, /home/me/X/RPM/temp ? No. It will unpack to a directory specified by the rpm configuration. On my system (CentOS 6), the default is $HOME/rpmbuild. The configuration takes the form of an rpm macro, which is defined in /usr/lib/rpm/macros or /etc/rpm/macros. Look for _builddir and also _topdir in these files. (There may also be a user-specific location where you can configure this. I forget, as I'm generally OK with the defaults.) You should probably replace "setup -q" with just "setup", as the unpack command will then tell you more. > > how would I then...
2005 Aug 22
2
Need a little kick start to compile appletalk module
RHEL 4 (and thus CentOS 4) do not have appletalk module included. CentOSPlus rather thoughtfully has the 'unsupported' version which would have the appletalk module but I have been unable to get the old megaraid driver to run compiled from the kernel-devel for these 'unsupported' kernels. Thus I would love to simply compile the appletalk module myself from the standard
2010 Dec 16
4
Building packages using RPMBUILD
I have been following the MaximumRPM guide from here: http://www.rpm.org/max-rpm-snapshot/index.html and it seems a bit dated, but still very good (if fact the best all round documentation I have found so far) on using RPM package manager, and how to build rpm packages. The guide tells me to use the original paths, yet Centos wiki says otherwise. [rpmbuilder at karsites sox]$ rpm -iv
2011 Jul 14
3
How Can I install xen 3.4.2 from source code
Hello everyone: I am currently install xen 3.4.2 on centOS 5.5 with linux kernel version 2.6.18.8. It works during the procedure make dist -j 4 and make install -j4, but when I make the initrd image of xen it shows the following error: Looking for deps of module pata_marvell No module pata_marvell found for kernel 2.6.18.8-xen, aborting. How can I fix it? Thanks.