Closed GoogleCodeExporter closed 9 years ago
It shouldn't autoreconf in first place. Have you unpacked .tar.gz directly or
maybe did something else ?
Also 2.2 should not have this problem because it has disabled maintainer mode
by default.
Original comment by alkondratenko
on 15 Aug 2014 at 9:52
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
$ rpm --eval %configure
CFLAGS="${CFLAGS:--O2 -pipe -Wformat -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -pipe -Wformat -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -pipe -Wformat -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables}" ; export FFLAGS ;
LDFLAGS="$LDFLAGS -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id"; export LDFLAGS ;
CONFIGURE_TOP="${CONFIGURE_TOP:-.}";
/usr/lib/rpm/rambo/force-as-needed-for-shared-lib-in-libtool ;
/usr/lib/rpm/rambo/drop-ld-no-undefined-for-shared-lib-modules-in-libtool ;
/usr/lib/rpm/rambo/fix-libtool-ltmain-from-overlinking ;
/usr/lib/rpm/rambo/fix-libtool-from-moving-options-after-libs $CONFIGURE_TOP ;
/usr/lib/rpm/rambo/fix-dlsearch-path-in-libtool-for-multilib $CONFIGURE_TOP lib ;
(cd $CONFIGURE_TOP; [ ! -f configure.in -a ! -f configure.ac ] || libtoolize --copy --force);
[ -f $CONFIGURE_TOP/configure.in -o -f $CONFIGURE_TOP/configure.ac ] &&
CONFIGURE_XPATH="--x-includes=/usr/include --x-libraries=/usr/lib"
$CONFIGURE_TOP/configure i586-mandriva-linux-gnu \
--program-prefix= \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib \
--libexecdir=/usr/lib \
--localstatedir=/var \
--sharedstatedir=/usr/com \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
$CONFIGURE_XPATH
Original comment by swojskic...@wp.pl
on 17 Aug 2014 at 7:35
[deleted comment]
I'm not sure I understand. But it would be nice to know if problem exists in
2.2 or not. I.e. even if system's %configure macro is broken.
Original comment by alkondratenko
on 17 Aug 2014 at 7:42
This is problem with macro %configure
When I'm trying from terminal
./configure
make
make install
working
also then
./configure
%{__make}
%{__make} install
When I'm trying
%configure
%{__make} or make
I have warning with make
Very Thanks for suggestions :-)
So topic is SOLVED
Original comment by swojskic...@wp.pl
on 17 Aug 2014 at 7:42
[deleted comment]
alkondratenko
<code> I'm not sure I understand. But it would be nice to know if problem
exists in 2.2 or not. I.e. even if system's %configure macro is broken. </code>
Ok, write when gperftools 2.2 will,
I will test.
Original comment by swojskic...@wp.pl
on 17 Aug 2014 at 8:04
2.2 was released few months ago. It is not available in Downloads because
code.google.com stopped accepting new files in Downloads section. See main page
for links to .tar.gz of 2.2.
Original comment by alkondratenko
on 17 Aug 2014 at 8:06
Ok, gperftools 2.2.1 working with %configure
Very Thanks for help ! :-)
Original comment by swojskic...@wp.pl
on 17 Aug 2014 at 8:17
Ok, gperftools 2.2.1 working with %configure
and with gperftools 2.2 also working.
Very Thanks for help ! :-)
Original comment by swojskic...@wp.pl
on 17 Aug 2014 at 8:21
Closing then. Thanks.
Original comment by alkondratenko
on 17 Aug 2014 at 8:25
Original issue reported on code.google.com by
swojskic...@wp.pl
on 15 Aug 2014 at 9:27