Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9767 - Iverilog ebuild
Summary: Iverilog ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 10279 (view as bug list)
Depends on:
Blocks: 20350
  Show dependency tree
 
Reported: 2002-10-27 11:28 UTC by John Byrnes
Modified: 2006-03-22 14:06 UTC (History)
2 users (show)

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


Attachments
Correction made to correct bug (iverilog-0.6.1.ebuild,835 bytes, text/plain)
2002-10-27 11:32 UTC, John Byrnes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Byrnes 2002-10-27 11:28:59 UTC
The iverilog ebuild fails when -j2 is used as a make flag (The default behavior   
in /etc/make.globals).  It works fine when -j2 is turned off.  Adding  
MAKEOPTS="" to the ebuild appears to fix the problem.
Comment 1 John Byrnes 2002-10-27 11:32:12 UTC
Created attachment 5077 [details]
Correction made to correct bug

This is what I did to get the ebuild to work.
Comment 3 SpanKY gentoo-dev 2002-11-05 11:30:14 UTC
*** Bug 10279 has been marked as a duplicate of this bug. ***
Comment 4 Chris Bainbridge (RETIRED) gentoo-dev 2003-01-21 09:28:42 UTC
This bug doesn't appear to have been fixed. The -j1 in the ebuild still throws
up the error:

checking for Win32... no
creating ./config.status
creating Makefile
g++ -DHAVE_CONFIG_H -march=i686 -O2 -pipe -I. -I. -MD -c main.cc -o main.o
mkdir: cannot create directory `dep': File exists
make: *** [cprop.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/include/g++-v3/backward/iostream.h:31,
                 from main.cc:44:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/include/g++-v3/backward/backward_warning.h:32:2:
warning: #warning This file includes at least one deprecated or antiquated
header. Please consider using one of the 32 headers found in section 17.4.1.2 of
the C++ standard. Examples include substituting the <X> header for the <X.h>
header for C++ includes, or <sstream> instead of the deprecated header
<strstream.h>. To disable this warning use -Wno-deprecated.
mv main.d dep/main.d
make: *** Waiting for unfinished jobs....

!!! ERROR: app-sci/iverilog-0.6.1 failed.

I don't know why, maybe emerge is still passing the -j2 flag. Changing -j2 to
-j1 in /etc/make.conf and then reemerging works. 
Comment 5 Paul Helm 2006-03-22 14:06:08 UTC
does not answer the problem check pass; user unknown