Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 371189 - www-client/midori-9999 - waf: error: no such option: --disable-vala
Summary: www-client/midori-9999 - waf: error: no such option: --disable-vala
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-12 01:13 UTC by Chris Chan
Modified: 2011-06-14 23:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Chan 2011-06-12 01:13:51 UTC
midori-9999 failes with "waf: error: no such option: --disable-vala"



Reproducible: Always

Steps to Reproduce:
echo "www-client/midori **" >> /etc/portage/package.use && emerge midori
Actual Results:  
>>> Unpacked to /tmp/portage/www-client/midori-9999/work/midori-9999
CCFLAGS="-O2 -march=core2 -fomit-frame-pointer -pipe" LINKFLAGS="-Wl,-O1 -Wl,--as-needed" "/tmp/portage/www-client/midori-9999/work/midori-9999/waf" --prefix=/usr --libdir=/usr/lib64 --disable-docs --enable-addons --disable-apidocs --disable-libidn --disable-libnotify --disable-nls --disable-unique --disable-vala configure
waf [command] [options]

waf: error: no such option: --disable-vala
 * ERROR: www-client/midori-9999 failed (configure phase):
 *   configure failed
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_configure
 *   environment, line 5072:  Called waf-utils_src_configure '--disable-docs' '--enable-addons' '--disable-apidocs' '--disable-libidn' '--disable-libnotify' '--disable-nls' '--disable-unique' '--disable-vala'
 *   environment, line 5657:  Called die
 * The specific snippet of code:
 *       CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS}" "${WAF_BINARY}" "--prefix=${EPREFIX}/usr" "--libdir=${EPREFIX}/usr/$(get_libdir)" "$@" configure || die "configure failed"


Expected Results:  
compile succesfully
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-06-13 20:59:05 UTC
1) Please attach the entire build log.
2) Please post your `emerge --info' output.
2) Please post the output of `emerge -vpq dev-lang/vala'.
Comment 2 Chris Chan 2011-06-14 02:28:31 UTC
Portage 2.1.9.42 (default/linux/amd64/10.0, gcc-4.5.2, libc-0-r0, 2.6.39-gentoo x86_64)
=================================================================
System uname: Linux-2.6.39-gentoo-x86_64-Intel-R-_Core-TM-_i7_CPU_Q_820_@_1.73GHz-with-gentoo-2.0.2
Timestamp of tree: Fri, 03 Jun 2011 17:30:01 +0000
app-shells/bash:     4.1_p9
dev-lang/python:     2.7.1-r1
dev-util/cmake:      2.8.4-r1
sys-apps/baselayout: 2.0.2
sys-apps/openrc:     0.8.2-r1
sys-apps/sandbox:    2.4
sys-devel/autoconf:  2.65-r1
sys-devel/automake:  1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:       4.5.2
sys-devel/gcc-config: 1.4.1-r1
sys-devel/libtool:   2.2.10
sys-devel/make:      3.82
sys-kernel/linux-headers: 2.6.36.1
sys-libs/glibc:      2.12.2
virtual/os-headers:  0
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=core2 -fomit-frame-pointer -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf
CXXFLAGS="-O2 -march=core2 -fomit-frame-pointer -pipe"
DISTDIR="/tmp/dist"
EMERGE_DEFAULT_OPTS="--jobs=16 --keep-going --quiet"
FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages noinfo no
FFLAGS=""
GENTOO_MIRRORS="ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles "
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j16"
PKGDIR="/tmp/pkg"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--verbose --exclude-from=/etc/portage/package.exclude
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
PORTAGE_TMPDIR="/tmp"
PORTDIR="/tmp/port"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 bash-completion multilib readline" ALSA_PCM_PLUGINS="adpcm alaw asym 
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2

emerge -vpq dev-lang/vala
[ebuild  N    ] dev-lang/vala-0.10.3  USE="-test -vapigen

dev-lang/vala isn't installed, emerge -ep midori |grep vala doesn't show vala.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2011-06-14 23:47:18 UTC
(In reply to comment #2)
> Timestamp of tree: Fri, 03 Jun 2011 17:30:01 +0000

A build fix for the missing/previously optional dev-lang/vala (USE=vala was removed) was applied on June 8.

> emerge -vpq dev-lang/vala
> [ebuild  N    ] dev-lang/vala-0.10.3  USE="-test -vapigen

Some output is missing.

> dev-lang/vala isn't installed, emerge -ep midori |grep vala doesn't show vala.

Nobody asked for '-ep |grep vala'.

Next time you file a bug report, fulfil the requests for information that you do get. Also, sync your local tree and try again, before reporting anything.