search for: rpm_opt_flag

Displaying 20 results from an estimated 37 matches for "rpm_opt_flag".

Did you mean: rpm_opt_flags
2002 Feb 27
2
problems builing mandrake rpm from 3.0 alpha15
...ig 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" RPM_PACKAGE_VERSION="PVERSION" RPM...
2008 Dec 05
5
Samba 3.3.0rc1 for production server - is it save?
Hi guys, My samba server stop to respond many times today even though I've upgraded the memory from 1Gb to 5Gb (it keeps eating my memory out). I've tried samba 3.0.32, 3.2.4 before, but no success. I go to samba.org and found samba-3.3.0rc1. Is it save to use it in our production server? I'm really desperate here. Anyway, I've been trying to rpmbuild its source code but failed
2003 Jan 28
2
rsync-2.5.6 build on Red Hat 8.0 fails
...t@turbolinux.com> Changed target paths to be Linux Standards Base compliant * Mon Jan 25 1999 Stefan Hornburg <racke@linuxia.de> @@ -62,23 +68,25 @@ %setup %build -./configure --prefix=/usr --mandir=/usr/share/man +./configure --prefix=/usr --mandir=%{_mandir} make CFLAGS="$RPM_OPT_FLAGS" strip rsync %install -mkdir -p $RPM_BUILD_ROOT/usr/{bin,share/man/{man1,man5}} +mkdir -p $RPM_BUILD_ROOT/usr/bin +mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man{1,5} install -m755 rsync $RPM_BUILD_ROOT/usr/bin -install -m644 rsync.1 $RPM_BUILD_ROOT/usr/share/man/man1 -install -m644 rsyncd.conf...
2002 Mar 14
1
rsync 2.5.4 released
A new version of rsync has been released: rsync 2.5.4 (13 March 2002) "Imitation lizard skin" BUG FIXES: * Additional fix for zlib double-free bug. (Martin Pool, Andrew Tridgell) (CVE CAN-2002-0059) ENHANCEMENTS: * Merge in changes from zlib 1.1.3 to zlib 1.1.4. (Jos Backus) (Note that rsync still uses a custom version of zlib; you can not just
2002 Mar 14
1
rsync 2.5.4 released
A new version of rsync has been released: rsync 2.5.4 (13 March 2002) "Imitation lizard skin" BUG FIXES: * Additional fix for zlib double-free bug. (Martin Pool, Andrew Tridgell) (CVE CAN-2002-0059) ENHANCEMENTS: * Merge in changes from zlib 1.1.3 to zlib 1.1.4. (Jos Backus) (Note that rsync still uses a custom version of zlib; you can not just
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')
2012 Mar 27
1
[PATCH] tools/configure: add options to pass EXTRA_CLFAGS
...vocation: EXTRA_CFLAGS_XEN_TOOLS= specifies CFLAGS for the tools build. EXTRA_CFLAGS_QEMU_TRADITIONAL= specifies CFLAGS for old qemu. EXTRA_CFLAGS_QEMU_XEN= specifies CFLAGS for new qemu. The new feature can be used like this in a rpm xen.spec file: env \ EXTRA_CFLAGS_XEN_TOOLS="${RPM_OPT_FLAGS}" \ EXTRA_CFLAGS_QEMU_TRADITIONAL="${RPM_OPT_FLAGS}" \ EXTRA_CFLAGS_QEMU_XEN="${RPM_OPT_FLAGS}" \ ./configure \ --libdir=%{_libdir} \ --prefix=/usr make v2: - add new EXTRA_CFLAGS_XEN_TOOLS variable to config/Tools.mk.in instead of modifying CFLAGS...
2015 Jul 03
0
boot... round 2
...-march=i486 -fasynchronous-unwind-tables optflags: i586 %{__global_cflags} -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables optflags: i686 %{__global_cflags} -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables optflags: x86_64 %{__global_cflags} -m64 -mtune=generic $ grep ' RPM_OPT_FLAGS\| RPM_PACKAGE_NAME' /var/tmp/rpm-tmp.XNVZuk RPM_OPT_FLAGS="-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic"...
2006 May 01
2
PHP 5.1 rpm
hi, I am looking for a spec (or src.rpm) for PHP 5.1.x and CentOS 4.3. I've noticed that there is a 5.0.4 in the centosplus directory but no 5.1. Any ideas (besides generate my own)?
2002 Jul 13
0
vorbis-tools spec fixes
...n} Release: %{release} Group: Libraries/Multimedia -Copyright: GPL +License: GPL URL: http://www.xiph.org/ Vendor: Xiph.org Foundation <team@xiph.org> Source: ftp://ftp.xiph.org/pub/vorbis-tools/%{name}-%{version}.tar.gz @@ -33,7 +33,7 @@ if [ ! -f configure ]; then CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%{_prefix} else - CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} + %configure fi make +mb+rz k7&zzmb+ {.n++%lzwZ,j+n+zrj) '+a{ +v&{ay,ry'rzg-b"V ~)mz
2001 Nov 30
1
rsync 2.5.0 released
I am happy to announce a new stable release of rsync-2.5.0. This supersedes 2.4.6 and 2.4.7pre4. In particular, this release is supposed to fix the hang bug experienced by many people when using the -v option. rsync 2.5.0 also adds support for IPv6, and works on more platforms. Other enhancements are listed in the NEWS file below. Please report success or failure in building or using
2001 Nov 30
1
rsync 2.5.0 released
I am happy to announce a new stable release of rsync-2.5.0. This supersedes 2.4.6 and 2.4.7pre4. In particular, this release is supposed to fix the hang bug experienced by many people when using the -v option. rsync 2.5.0 also adds support for IPv6, and works on more platforms. Other enhancements are listed in the NEWS file below. Please report success or failure in building or using
2012 Mar 23
2
[Bug 1992] New: RPM build fails using Red Hat spec file
...le(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_ARCH RPM_OS RPM_DOC_DIR="/usr/share/doc" export R...
2013 Apr 16
4
pv-grub will cause page fault if build with flag -fstack-protector
Hi, List, In checking the page fault problem when using pv-grub to start domU in opensuse12.3[1], found that the problem is caused by ''-fstack-protector'' flag which is introduced in rpm build: export EXTRA_CFLAGS_XEN_TOOLS="$RPM_OPT_FLAGS" export EXTRA_CFLAGS_QEMU_TRADITIONAL="$RPM_OPT_FLAGS" export EXTRA_CFLAGS_QEMU_XEN="$RPM_OPT_FLAGS" with ''-fstack-protector'', pv-grub will cause page fault when start domU; without the flag, pv-grub has no problem. We asked for Jan''s opinion wh...
2006 Nov 03
0
-all-static problems when linking apps which require -lpthread and -lc
...executable (i.e., when ldd says that "php not a dynamic executable"). All I have to do, is: LIBS="`pkg-config openssl --libs` `pkg-config --libs libxml-2.0` -lungif -lstdc++" \ LDFLAGS="-static -static-libgcc" \ CFLAGS="`pkg-config openssl --cflags` $RPM_OPT_FLAGS" \ ./configure ..... and LDFLAGS="-all-static -static-libgcc" \ CFLAGS="`pkg-config openssl --cflags` $RPM_OPT_FLAGS" \ make %{?_smp_mflags} It was sufficient to successfully compile totally static executable. After up2dating my compile box to CentOS...
2008 Dec 15
3
Problems compiling PostgreSQL package from FC8 on CentOS 5
...mp.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_PACKAGE_NAME="postgresql" RPM_PACKAGE_VERSION="8...
2005 Oct 06
7
Patch: FC4 spec file
...new 2005-09-27 01:15:49.973620416 -0400 @@ -4,7 +4,7 @@ Summary: The Samba SMB server. Name: samba Version: 3.0.20 -Release: 2 +Release: 2_new License: GNU GPL Version 2 Group: System Environment/Daemons URL: http://www.samba.org/ @@ -105,7 +105,7 @@ ./autogen.sh fi -CFLAGS="$RPM_OPT_FLAGS" ./configure \ +CFLAGS="$RPM_OPT_FLAGS" LIBS="-lmcheck" ./configure \ --prefix=%{_prefix} \ --localstatedir=/var \ --sysconfdir=/etc \ @@ -127,6 +127,7 @@ make proto make %{?_smp_mflags} all modules nsswitch/libnss_wins.so debug2html +( cd client ; gcc -lmcheck...
2006 Apr 03
1
Cannot compile metamail
...amail-2.7-boundary_crash.patch):' Patch #16 (metamail-2.7-boundary_crash.patch): + patch -p1 -b --suffix .boundary_crash -s + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.96604 + umask 022 + cd /usr/src/redhat/BUILD + cd mm2.7 + LANG=C + export LANG + unset DISPLAY + cd src + make 'RPM_OPT_FLAGS=-O2 -g -pipe -m32 -march=i386 -mtune=pentium4' basics (cd metamail ; make CONFIGDIR=../. CFLAGS="-O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -I. -DLINUX " CC="cc" LDLIBS="") make[1]: Entering directory `/usr/src/redhat/BUILD/mm2.7/src/metamail' rm -f me...
2004 Nov 20
0
Some features in SPEC file
...libxml2 >= 2.4.19 BuildRequires: libxml2-devel >= 2.4.19 Requires: libxslt >= 1.0.15 BuildRequires: libxslt-devel >= 1.0.15 In the section %build you might add one option in the CFLAGS line, because generally the log are in /var/log and not /usr/var/log %build CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --mandir=%{_mandir} --sysconfdir=/etc --localstatedir=/var Bye. +--------------------------------------------------------------+ | E-mail : Nicolas.Croiset@brume.org | | Annuaire des radios AM/FM/DAB : http://www.annuaire.fr.fm/...
2005 Jan 12
0
samba from srpms for fedora core 1 with mysql
hi there here is part of SPECS file: ------------------------------------------------------------------ CFLAGS="$RPM_OPT_FLAGS" ./configure \ --prefix=%{_prefix} \ --localstatedir=/var \ --sysconfdir=/etc \ --with-privatedir=%{_sysconfdir}/samba \ --with-fhs \ --with-quotas \ --with-smbmount \ --with-pam \ --with-pam_smbpass \ --with-sysl...