search for: _smp_mflags

Displaying 20 results from an estimated 21 matches for "_smp_mflags".

2015 Apr 19
2
Re: Unknown segfault
On Mon, 13 Apr 2015 07:03:37 +0200 Michal Privoznik <mprivozn@redhat.com> wrote: > On 11.04.2015 11:29, Fl@sh wrote: > > Unknown sefault: > > http://itmag.es/2HxqM > > > > Why this might happen? > > Maybe i'm close last virConnectRef in threads? (but this is > > unlikely). Or maybe another reason? > > > > Doesn't ring any bell to
2015 Mar 24
2
error building php spec file
...ets --enable-sqlite-utf8 --enable-zip --with-zlib \ --with-curl --with-jpeg-dir --with-png-dir --with-zlib-dir --with-gettext \ --with-mcrypt --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd \ --with-pdo-sqlite --with-tidy --with-pear=%{_datadir}/php/pear --disable-debug make %{?_smp_mflags} %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_initrddir} install -Dp -m0755 sapi/fpm/init.d.php-fpm.in %{buildroot}%{_initrddir}/php-fpm %{__make} install INSTALL_ROOT="%{buildroot}" %clean rm -rf %{buildroot} %post %/sbin/chkconfig php-fpm on %preun if [ "$1" = 0 ]...
2013 Apr 05
2
mock and iaxmodem
...ld from this fails due to there being no install task in the Makefile.in provided with the source. I have found a spec file from opensuse that provides this in the install portion: %build [ "%{buildroot}" != '/' ] && rm -rf %{buildroot} # . . . ./configure %{__make} %{?_smp_mflags} %install # install the bunch manually mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d $RPM_BUILD_ROOT/etc/iaxmodem $RPM_BUILD_ROOT/usr/bin %{__install} -m 644 %{S:1} $RPM_BUILD_ROOT/etc/logrotate.d/iaxmodem %{__install} -D -m 755 iaxmodem %{buildroot}%{_sbindir}/iaxmodem %{__install} -D -m 644 iaxmodem....
2015 Feb 18
1
How to write RPM spec
...ew 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 2013 James B. Byrne <byrnejb at harte-lyne.ca> - Rebuild for CentOS-6.4 - This description is an example and is not automatically - g...
2005 Jan 12
0
samba from srpms for fedora core 1 with mysql
...am \ --with-pam_smbpass \ --with-syslog \ --with-utmp \ --with-sambabook=%{_datadir}/swat/using_samba \ --with-swatdir=%{_datadir}/swat \ --with-libsmbclient \ --with-expsam=mysql \ --with-acl-support make showlayout make proto make %{?_smp_mflags} all nsswitch/libnss_wins.so debug2html ------------------------------------------------------------------ this is result of rpmbuild -bb samba.spec ------------------------------------------------------------------ l.so.2(GLIBC_2.1) libgssapi_krb5.so.2 libk5crypto.so.3 libkrb5.so.3 liblber.so.2...
2015 Mar 24
2
error building php spec file
...--with-jpeg-dir --with-png-dir --with-zlib-dir > --with-gettext \ > > --with-mcrypt --with-mysql=mysqlnd --with-mysqli=mysqlnd > > --with-pdo-mysql=mysqlnd \ > > --with-pdo-sqlite --with-tidy --with-pear=%{_datadir}/php/pear > > --disable-debug > > > > make %{?_smp_mflags} > > > > %install > > rm -rf %{buildroot} > > mkdir -p %{buildroot}%{_initrddir} > > install -Dp -m0755 sapi/fpm/init.d.php-fpm.in > > %{buildroot}%{_initrddir}/php-fpm > > %{__make} install INSTALL_ROOT="%{buildroot}" > > > > %clean &...
2004 Aug 04
1
dovecot-auth: Aug 04 10:48:29 Fatal: Unknown userdb type 'mysql'
...dag wieers SRPM, I compiled it with mysql, pgsql; %configure \ --with-ssl="openssl" \ --with-ssldir="%{_datadir}/ssl" \ --with-ldap \ --with-pgsql \ --with-mysql \ --with-cyrus-sasl2 \ --with-rawlog %{__make} %{?_smp_mflags} After compiling it, I installed the rpm. No problem at all. I configure the dovecot.conf like this; #auth = plain digest-md5 #auth_methods = plain digest-md5 auth_userdb = mysql /etc/dovecot-mysql.conf auth_passdb = mysql /etc/dovecot-mysql.conf default_mail_env = maildir:/home/...
2004 Aug 10
0
FW: dovecot-auth: Aug 04 10:48:29 Fatal: Unknown userdb type'mysql'
...dag wieers SRPM, I compiled it with mysql, pgsql; %configure \ --with-ssl="openssl" \ --with-ssldir="%{_datadir}/ssl" \ --with-ldap \ --with-pgsql \ --with-mysql \ --with-cyrus-sasl2 \ --with-rawlog %{__make} %{?_smp_mflags} After compiling it, I installed the rpm. No problem at all. I configure the dovecot.conf like this; #auth = plain digest-md5 #auth_methods = plain digest-md5 auth_userdb = mysql /etc/dovecot-mysql.conf auth_passdb = mysql /etc/dovecot-mysql.conf default_mail_env = maildir:/home/...
2010 Mar 05
1
make depend fails when building Wine 1.1.40
I am trying to build Wine 1.1.40 in Fedora 12 with wine.spec from src.rpm but I get this error: configure: Finished. Do 'make' to compile Wine. + /usr/bin/make depend config.status: creating tools/Makefile make[1]: Entering directory `/home/user/rpmbuild/BUILD/wine-1.1.40/tools' gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -D__WINESRC__ -Wall -pipe
2006 Nov 03
0
-all-static problems when linking apps which require -lpthread and -lc
...-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 4.3 I receive following errors when trying to link PHP statically: ... ....(cuted a lot of lines and minor warnings).... .... /usr/lib/libpthread.a(lockfile.o)(.text+0...
2015 Mar 24
0
error building php spec file
...gt; --with-zlib \ > --with-curl --with-jpeg-dir --with-png-dir --with-zlib-dir --with-gettext \ > --with-mcrypt --with-mysql=mysqlnd --with-mysqli=mysqlnd > --with-pdo-mysql=mysqlnd \ > --with-pdo-sqlite --with-tidy --with-pear=%{_datadir}/php/pear > --disable-debug > > make %{?_smp_mflags} > > %install > rm -rf %{buildroot} > mkdir -p %{buildroot}%{_initrddir} > install -Dp -m0755 sapi/fpm/init.d.php-fpm.in > %{buildroot}%{_initrddir}/php-fpm > %{__make} install INSTALL_ROOT="%{buildroot}" > > %clean > rm -rf %{buildroot} > > %post >...
2017 May 31
1
[Dovecot-news] v2.2.30.1 released
Am 31.05.2017 um 15:24 schrieb Timo Sirainen: > https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz > https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz.sig > > Due to some release process changes I didn't notice that one important bugfix wasn't included in the v2.2.30 release branch before I made the release. So fixing it here with v2.2.30.1. Also included another
2017 Mar 06
2
Missing security tab samba 4.1.13
...ker-plugin" export CXXFLAGS="$CFLAGS" export FFLAGS="$CFLAGS" export CPPFLAGS="$CFLAGS" export CC="gcc $CFLAGS" export LDFLAGS="-Wl,-z,now -Wl,-z,relro -Wl,-z,noexecstack -pie $CFLAGS" %configure --enable-intelaes --disable-padlock %{__make} %{?_smp_mflags} amd64 %install install -d %{buildroot}{%{_bindir},%{_mandir}/man1} install %{name} %{buildroot}%{_bindir} install %{name}.1 %{buildroot}%{_mandir}/man1 strip -s %{buildroot}%{_bindir}/%{name} %files %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* %changelog * Sun May 24 2015 Reindl Harald &...
2007 Jul 02
3
Bacula in CentOS 5
Hi all, I'm planning to use Bacula in production environment. I've seen the Bacula packages are not provided neither by any official repo nor any third popular repo (as rpmforge). ?Anyone use bacula in CentOS 5? -- Thanks, Jordi Espasa Clofent
2017 May 31
2
[Dovecot-news] v2.2.30.1 released
...hout-nss \ --without-pam \ --without-ldap \ --without-pgsql \ --without-sqlite \ --without-zlib \ --without-bzlib \ --without-lz4 \ --without-vpopmail \ --without-cdb \ --without-lucene \ --without-stemmer \ --without-solr \ --without-sia \ --without-libwrap %{__make} %{?_smp_mflags}
2014 Aug 19
0
failure building memcached rpm
...g PORT="11211" USER="nobody" MAXCONN="1024" CACHESIZE="64" OPTIONS="" EOF %build %configure \ --program-prefix="%{?_program_prefix}" \ --disable-dependency-tracking \ --enable-sasl \ %{build_64bit} %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR="%{buildroot}" %{__install} -Dp -m0755 scripts/memcached.sysv %{buildroot}%{_sysconfdir}/rc.d/init.d/memcached %{__install} -Dp -m0644 memcached.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/memcached %{__install} -Dp -m075...
2005 Dec 05
1
ANNOUNCEMENT: NSD 2.3.2 released
NSD 2.3.2 is a bugfix release. Please see the README document for configuration and installation instructions. You can download NSD from http://www.nlnetlabs.nl/nsd/ Note: we switched to SHA-1 for tarball digest. 2.3.2 ============= FEATURES: - Bug #101: add support for the SPF record. BUG FIXES: - Bug #100: replaced non-portable use of timegm(3) with portable
2017 Mar 06
3
Missing security tab samba 4.1.13
Am 06.03.2017 um 14:56 schrieb Bart Coninckx via samba: >>> missed that - but must be the case because he refers to RHEL7/CentOS7 >>> which ships with 4.4.4 and not 4.1.x - anyways, the tree brelow the >>> install prefix is the same and the main part of the coniguration >>> lives below the lib folder whereever it is located and so the point >>> was just
2005 Oct 06
7
Patch: FC4 spec file
.../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 -o mount.cifs $RPM_OPT_FLAGS -Wall -O -D_GNU_SOURCE -D_LARGEFILE64_SOURCE mount.cifs.c ) %install rm -rf $RPM_BUILD_ROOT @@ -153,6 +154,7 @@ install -m644 %{SOURCE7} $RPM_BUILD_ROOT/etc/pam.d/samba install -m644 %{...
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
...\ --with-suexec-uidmin=500 --with-suexec-gidmin=100 \ --enable-pie \ --with-pcre \ --enable-mods-shared=all \ --enable-ssl --with-ssl --enable-socache-dc --enable-bucketeer \ --enable-case-filter --enable-case-filter-in \ --disable-imagemap make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install # for holding mod_dav lock database mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/dav # create a prototype session cache mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/mod_ssl touch $RPM_BUILD_ROOT%{_localstatedir}/cache/mod_...