search for: rpmrc

Displaying 10 results from an estimated 10 matches for "rpmrc".

Did you mean: pmrc
2015 Jul 03
0
boot... round 2
...ere is the riddle of how gcc 5 > can spoil the result. > >> gcc does have an -funsigned-char option. > > So question to poma: > > Can it be that the tested installation of gcc 5 uses this > option by default ? See for yourself is it so or not: $ rpm -qf /usr/lib/rpm/rpmrc rpm-4.12.0.1-17.fc23.x86_64 $ grep optflags /usr/lib/rpm/rpmrc | grep 86 optflags: fat -O2 -g -arch i386 -arch ppc optflags: i386 -O2 -g -march=i386 -mtune=i686 optflags: i486 -O2 -g -march=i486 optflags: i586 -O2 -g -march=i586 optflags: i686 -O2 -g -march=i686 optflags: x86_64 -O2 -g $ rpm -qf...
2015 Jul 02
6
boot... round 2
Hi, hpa wrote: > On PowerPC (I think) "unsigned char" is the default. In any case it seems a good idea to interpret the character more explicitely. To my experience, one signdness change causes a little tree of consequential signedness changes or questionable cast operations. How about the following instead ? if ((c >= 0 && c <= ' ') || c == '\x7f')
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.
2013 Apr 04
4
Using Puppet for Application package installation
Hello Guys, i want to know, can we use puppet to install application packages ( not system packages ) .. if yes how , if someone can through some light .. my requirement is 1) application team can create package on their own and update in yum repo ( without root ) 2) application team can install package on their own ( without root ) to the directories mention in rpm .. let me know if anyone
1997 Mar 24
0
Re: Re: [linux-alert] More sendmail problems...
...noexec,nodev) > > /var (nosuid,noexec,nodev) > > Red Hat Linux, at least, won''t like this, as the Red Hat Package Manager, > "rpm", builds scripts in and attempts to execute scripts out of /tmp. =( By default. You can configure the temp directory used with /etc/rpmrc. -Marc
2014 Nov 19
2
Can't build RPM for i686 target (i386 works)
I'm creating a simple RPM for my 32-bit CentOS 6 server. When I build the RPM without specifying a target architecture (rpmbuild foo.spec), it successfully builds an i386 RPM. If I try to build an i686 RPM, I get nothing: $ rpmbuild --target i686 foo.spec Building target platforms: i686 Building for target i686 And I'm returned to command prompt with no error message. The SPEC
2001 Jan 26
2
RPM Unpacking??
Hey there, I downloaded the Kernel Source 2.2.17 from the ext3 site, however I can't seem to figure out how these rpm's work (I don't like RPM's and I rather not use em either :-( no offense :-)) and I kinda miss the good old simple .tgz files which show me where they extract and I can compile myself n stuff. Anyways I tried rpm -iv <package name> then some stuff happened
2006 Jun 06
0
Linux Installation and Basic Configuration Training on June 13-17, 2006
...y.. Modifying xdm z.. Configuring and Using KDE aa.. KDE Install ab.. KDM ac.. Configuring and Using GNOME ad.. GDM ae.. Terminal Emulators Package Management a.. About Package Managers b.. Red Hat Package Managers (RPM) c.. Package Names d.. RPM Commands e.. The rpmrc File f.. Debian Package Manager g.. dselect h.. apt i.. Non-Debian Packages - alien j.. Installing Software from Source k.. Unpacking the Tarball l.. tar m.. gzip and gunzip n.. configure o.. make and make install p.. Using Packages Without a Package Manager Managin...
2009 Feb 23
7
Recover rpm DB corrupted by disk failure?
Over the weekend my workstation (still on CentOS 3) started showing SMART errors, so we shut it down and moved everything onto a new drive. On reboot, the RPM database reports as corrupted and "rpm --rebuilddb" segmentation faults. Is there any reasonable way to recover from this, short of a complete reinstall? The machine is otherwise up though it''s quite likely some files
2014 Nov 20
1
CentOS Digest, Vol 118, Issue 20 - Email found in subject
...t might be. > > Any ideas? > Try running rpmbuild verbosely with -vv and see if that gives you any clues. Can you rebuild other i686 packages? That should tell you if the issue is with your build system or the package in question. Have you ever edited any arch related parameters in ~/.rpmrc? ------------------------------ Message: 19 Date: Wed, 19 Nov 2014 18:57:06 -0600 From: Ian Pilcher <arequipeno at gmail.com> To: centos at centos.org Subject: Re: [CentOS] Can't build RPM for i686 target (i386 works) Message-ID: <m4je93$ah$1 at ger.gmane.org> Content-Type: tex...