| Summary: | dev-db/mongodb-2.4.6 - Usage: pip <command> [options] // no such option: -j | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Gaetan <gaetan> |
| Component: | Current packages | Assignee: | Ultrabug <ultrabug> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | major | CC: | bugs, proxy-maint |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Gaetan
2014-07-03 09:17:39 UTC
Interestingly, the compilation fails because of my make.conf options. The "-j" specified comes from my MAKEOPTS="-j5" If I remove this option, the compilation error changes : scons --cc=x86_64-pc-linux-gnu-gcc --cxx=x86_64-pc-linux-gnu-g++ --use-system-tcmalloc --use-system-pcre --use-system-snappy --use-system-boost --usev8 --ssl all Usage: pip <command> [options] no such option: --cc Why does pip does not like the options passed from my make.conf ? Complete make.conf :
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS=${CFLAGS}
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="apache2 mysql
ssl -X ipv6 -ldap -sdl -qt -qt3 -qt4 -gtk -gtk2 -alsa -kde -gnome mmx sse sse2"
MAKEOPTS="-j5"
GENTOO_MIRRORS="ftp://mirror.ovh.net/gentoo-distfiles/ "
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
APACHE2_MODULES="authz_host dir log_config mime rewrite status auth_basic auth_digest authn_file authn_default authz_default authz_groupfile authz_user authz_owner alias cgi autoindex headers deflate filter expires setenvif"
APACHE2_MPMS="prefork"
NGINX_MODULES_HTTP="access auth_basic gzip proxy stub_status rewrite fastcgi gzip_static"
# BinPKG
#PORTAGE_BINHOST="http://pkg.nexylan.net/"
#FEATURES="getbinpkg"
source /var/lib/layman/make.conf
PYTHON_TARGETS="python2_7 python3_2"
I'm not able to reproduce this no matter what I do. What scons version do you run? I've tried 2.3.0. and 2.3.1. Please respond and reopen if needed, timeout for now. |