Displaying 16 results from an estimated 16 matches for "__make".
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
2014 Aug 19
0
your memcached problem
Hi Tim,
Sorry, but I cannot access the original email, but your problems is in the
rpm optimization
flags.
fixed spec: http://pastebin.com/KfW78RGd
see the line beginning of %{__make} , replace it with:
%{__make} CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=0 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
--
Eero
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
2015 Mar 24
2
error building php spec file
...nd --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 ] ; then
/sbin/service php-fpm stop > /dev/null 2>&
/sbin/chkconfig --del php-fpm
fi
exit 0
%postun
if [ "$1" -ge 1 ]; then...
2013 Apr 05
2
mock and iaxmodem
...binary build 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...
2014 Aug 19
0
failure building memcached rpm
...ed.sysconfig
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
%{__in...
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
2015 Mar 24
2
error building php spec file
...atadir}/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 ] ; then
> > /sbin/service php-fpm stop > /dev/null 2>...
2004 Aug 04
1
dovecot-auth: Aug 04 10:48:29 Fatal: Unknown userdb type 'mysql'
...ecot using 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...
2004 Aug 10
0
FW: dovecot-auth: Aug 04 10:48:29 Fatal: Unknown userdb type'mysql'
...ecot using 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...
2010 Oct 03
1
help with spec file
...orrect and refine existing subtitle. This program also shows sound
waves, which makes it easier to synchronise subtitles to voices.
Subtitle Editor is free software released under the GNU General Public
License (GPL).
%prep
%setup -q
#%patch -p1 -b .buildroot
%build
%configure --disable-debug
%{__make}
%install
%{__rm} -rf %{buildroot}
%makeinstall
%find_lang %{name}
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog INSTALL NEWS TODO README COPYING
%{_bindir}/subtitleeditor
%{_datadir}/subtitleeditor/
%{_datadir}/icons/hicolor/*
%exclu...
2015 Mar 24
0
error building php spec file
...gt; --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 ] ; then
> /sbin/service php-fpm stop > /dev/null 2>&
> /sbin/chkconfig --del php-fpm
>...
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
...d -fuse-linker-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...
2017 May 31
2
[Dovecot-news] v2.2.30.1 released
...w \
--without-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}
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