Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687080 - sci-electronics/iverilog-10.2 : mv: cannot stat parse.hh : No such file or directory
Summary: sci-electronics/iverilog-10.2 : mv: cannot stat parse.hh : No such file or di...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: The Soldering-Iron Brotherhood
URL:
Whiteboard:
Keywords: PullRequest
Depends on: 701122
Blocks:
  Show dependency tree
 
Reported: 2019-05-31 16:56 UTC by Toralf Förster
Modified: 2020-01-05 10:10 UTC (History)
4 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.20 KB, text/plain)
2019-05-31 16:56 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,202.39 KB, text/plain)
2019-05-31 16:56 UTC, Toralf Förster
Details
environment (environment,14.97 KB, text/plain)
2019-05-31 16:56 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.73 KB, application/x-bzip)
2019-05-31 16:56 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,8.51 KB, application/x-bzip)
2019-05-31 16:57 UTC, Toralf Förster
Details
sci-electronics:iverilog-10.2:20190530-234639.log (sci-electronics:iverilog-10.2:20190530-234639.log,660.32 KB, text/plain)
2019-05-31 16:57 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,23.75 KB, application/x-bzip)
2019-05-31 16:57 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 2019-05-31 16:56:48 UTC
make -j1 -j1 DESTDIR=/var/tmp/portage/sci-electronics/iverilog-10.2/image/ install 
mv parse.cc.h parse.h 2>/dev/null || mv parse.hh parse.h
mv: cannot stat 'parse.hh': No such file or directory
make: *** [Makefile:259: parse.h] Error 1
 * ERROR: sci-electronics/iverilog-10.2::gentoo failed (install phase):
 *   emake failed

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-desktop_libressl_20190526-141358

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.35.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.12.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO sci-electronics/iverilog
[ebuild  N    ] sci-electronics/iverilog-10.2  USE="-examples"
Comment 1 Toralf Förster gentoo-dev 2019-05-31 16:56:50 UTC
Created attachment 578158 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-05-31 16:56:53 UTC
Created attachment 578160 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-05-31 16:56:56 UTC
Created attachment 578162 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-05-31 16:56:58 UTC
Created attachment 578164 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-05-31 16:57:01 UTC
Created attachment 578166 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-05-31 16:57:04 UTC
Created attachment 578168 [details]
sci-electronics:iverilog-10.2:20190530-234639.log
Comment 7 Toralf Förster gentoo-dev 2019-05-31 16:57:08 UTC
Created attachment 578170 [details]
temp.tbz2
Comment 8 Dominique Michel 2019-08-26 10:51:45 UTC
Same issue here, also on ~amd64
Comment 9 Dominique Michel 2019-08-26 11:22:34 UTC
A 10.3 version is available: ftp://icarus.com/pub/eda/verilog/v10

If I bump the ebuild to 10.3, it solve that issue.
Comment 10 Petross404(Petros S) 2019-11-10 14:46:46 UTC
(In reply to Dominique Michel from comment #9)
> A 10.3 version is available: ftp://icarus.com/pub/eda/verilog/v10
> 
> If I bump the ebuild to 10.3, it solve that issue.

Any news on this?
Comment 11 Larry the Git Cow gentoo-dev 2020-01-05 10:10:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbf7865096bfbbeb861ac51585e6fb3ba9f6ded

commit 4bbf7865096bfbbeb861ac51585e6fb3ba9f6ded
Author:     Huang Rui <vowstar@gmail.com>
AuthorDate: 2019-12-23 02:45:38 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-01-05 10:09:45 +0000

    sci-electronics/iverilog: bump to 10.3
    
    Bump iverilog version to 10.3
    
    Follow these URL:
    * http://iverilog.icarus.com
    * https://github.com/steveicarus/iverilog
    Update LICENSE to LGPL-2.1
    Rewrite ebuild to download file from iverilog official github repo
    Update maintainer list, add proxy-maint
    Add github upstream https://github.com/steveicarus/iverilog
    Bump the version with bugfixes
    Replace autoconf.sh to make it utilize the autotools eclass
    Fix upstream parallel compilation bug
    Add https://github.com/steveicarus/iverilog in HOMEPAGE array
    Happy new year 2020
    
    Tested from my overlay:
    https://github.com/vowstar/vowstar-overlay/
    
    Closes: https://bugs.gentoo.org/687080
    Closes: https://bugs.gentoo.org/701122
    Closes: https://bugs.gentoo.org/704344
    Package-Manager: Portage-2.3.82, Repoman-2.3.20
    Signed-off-by: Huang Rui <vowstar@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/14096
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 sci-electronics/iverilog/Manifest             |  1 +
 sci-electronics/iverilog/iverilog-10.3.ebuild | 68 +++++++++++++++++++++++++++
 sci-electronics/iverilog/metadata.xml         | 31 ++++++++----
 3 files changed, 90 insertions(+), 10 deletions(-)