Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904480 - sci-electronics/iverilog-12.0 - invalid option: --verbose
Summary: sci-electronics/iverilog-12.0 - invalid option: --verbose
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: vowstar
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-17 16:32 UTC by Toralf Förster
Modified: 2023-04-18 04:13 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.15 KB, text/plain)
2023-04-17 16:32 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,199.61 KB, text/plain)
2023-04-17 16:32 UTC, Toralf Förster
Details
environment (environment,73.75 KB, text/plain)
2023-04-17 16:32 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,912 bytes, application/x-bzip)
2023-04-17 16:32 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,23.36 KB, application/x-bzip)
2023-04-17 16:32 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,13.00 KB, application/x-bzip)
2023-04-17 16:32 UTC, Toralf Förster
Details
sci-electronics:iverilog-12.0:20230417-035256.log (sci-electronics:iverilog-12.0:20230417-035256.log,12.92 KB, text/plain)
2023-04-17 16:32 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,21.23 KB, application/x-bzip)
2023-04-17 16:32 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-04-17 16:32:39 UTC
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Ilibmisc  -Wall -Wextra -Wshadow   -O2 -pipe -march=native -fno-diagnostics-color -std=c++11 -MD -c expr_synth.cc -o expr_synth.o
mv elab_expr.d dep/elab_expr.d
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Ilibmisc  -Wall -Wextra -Wshadow   -O2 -pipe -march=native -fno-diagnostics-color -std=c++11 -MD -c functor.cc -o functor.o
mv eval_attrib.d dep/eval_attrib.d
flex -s -t lexor.lex > lexor.cc
byacc --verbose -t -p VL --defines=parse.h -o parse.cc parse.y
invalid option: --verbose
Usage: yacc [options] filename


  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-j4-20230414-035505

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.1
Python 3.10.11
Available Ruby profiles:
  [1]   ruby30 (with Rubygems) *
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php7.4
  [2]   php8.0
  [3]   php8.2 *
go version go1.20.3 linux/amd64

  HEAD of ::gentoo
commit cbbca433721b5bb6a549f0f6b157a0a1e4d2f157
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Apr 17 01:31:58 2023 +0000

    2023-04-17 01:31:58 UTC

emerge -qpvO sci-electronics/iverilog
[ebuild  N    ] sci-electronics/iverilog-12.0
Comment 1 Toralf Förster gentoo-dev 2023-04-17 16:32:39 UTC
Created attachment 860276 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-04-17 16:32:41 UTC
Created attachment 860277 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-04-17 16:32:42 UTC
Created attachment 860278 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-04-17 16:32:43 UTC
Created attachment 860279 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-04-17 16:32:44 UTC
Created attachment 860280 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-04-17 16:32:45 UTC
Created attachment 860281 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-04-17 16:32:46 UTC
Created attachment 860282 [details]
sci-electronics:iverilog-12.0:20230417-035256.log
Comment 8 Toralf Förster gentoo-dev 2023-04-17 16:32:46 UTC
Created attachment 860283 [details]
temp.tar.bz2
Comment 9 vowstar 2023-04-18 03:38:51 UTC
After testing, iverilog can only use bison-compatible yacc when compiling, and cannot be compatible with byacc, which means that the fastest way to correct it is to add the use flag dependency of app-alternatives/yacc[bison] to the current version.

To completely fix this problem requires dual compatibility of byacc and bison in upstream.
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-18 04:13:24 UTC
(In reply to vowstar from comment #9)
> After testing, iverilog can only use bison-compatible yacc when compiling,
> and cannot be compatible with byacc, which means that the fastest way to
> correct it is to add the use flag dependency of app-alternatives/yacc[bison]
> to the current version.
> 
> To completely fix this problem requires dual compatibility of byacc and
> bison in upstream.

It's even faster to just unset YACC and/or set it to bison.