[Bug 484229] Review Request: Qbittorrent - A lightweight bittorrent Client using C++ Qt4

bugzilla at redhat.com bugzilla at redhat.com
Thu Feb 5 16:07:28 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=484229





--- Comment #1 from leigh scott <leigh123linux at googlemail.com>  2009-02-05 11:07:27 EDT ---
Extra info

I have used 

CFLAGS="%optflags" CXXFLAGS="%optflags" \
./configure --prefix=$RPM_BUILD_ROOT%{_prefix}

In the spec file as %configure doesn't work

+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic
-I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ ./configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu
--target=x86_64-redhat-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/lib64
--libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com
--mandir=/usr/share/man --infodir=/usr/share/info
--prefix=/home/leigh/development/rpmbuild/BUILDROOT/qbittorrent-1.3.0-3.fc10.x86_64/usr
Usage: ./configure [OPTION]...

This script creates necessary configuration files to build/install.

Main options:
  --prefix=[path]     Base path for build/install.  Default: /usr/local
  --bindir=[path]     Directory for binaries.  Default: PREFIX/bin
  --datadir=[path]    Directory for data.  Default: PREFIX/share
  --qtdir=[path]      Directory where Qt is installed.
  --verbose           Show extra configure output.
  --help              This help text.

Dependency options:
  --with-libtorrent-inc=[path]            Path to libtorrent-rasterbar include
                                         files
  --with-libtorrent-lib=[path]            Path to libtorrent-rasterbar library
                                         files
  --with-libtorrent-static-lib=[path]     Path to libtorrent-rasterbar .a file
  --with-libboost-inc=[path]              Path to libboost include files
  --with-libcurl-inc=[path]               Path to libcurl include files
  --with-libcurl-lib=[path]               Path to libcurl library files
  --disable-libzzip                      Disable use of libzzip
  --with-libzzip-inc=[path]               Path to libzzip++ include files
  --with-libzzip-lib=[path]               Path to libzzip++ library files

+ gmake -j3
gmake: *** No targets specified and no makefile found.  Stop.
error: Bad exit status from /var/tmp/rpm-tmp.sj8MDC (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.sj8MDC (%build)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list