-------------------------------------------------------------------------------
-- Phase: Environment
-------------------------------------------------------------------------------
NO_DEPENDS=1
UNAME_r=5.9
UNAME_m=x86_64
UNAME_p=x86_64
UNAME_v=unknown
UNAME_s=DragonFly
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
SSL_NO_VERIFY_PEER=1
LANG=C
HOME=/root
USER=root
TERM=dumb
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: showconfig
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: CONFIGURE_ENV
-------------------------------------------------------------------------------
MAKE=gmake PYTHON="/usr/local/bin/python3.7" XDG_DATA_HOME=/construction/cad/qflow XDG_CONFIG_HOME=/construction/cad/qflow HOME=/construction/cad/qflow TMPDIR="/tmp" PATH=/construction/cad/qflow/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 CONFIG_SITE=/xports/Templates/config.site lt_cv_sys_max_cmd_len=262144
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: CONFIGURE_ARGS
-------------------------------------------------------------------------------
--prefix=/usr/local ${_LATE_CONFIGURE_ARGS}
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: MAKE_ENV
-------------------------------------------------------------------------------
XDG_DATA_HOME=/construction/cad/qflow XDG_CONFIG_HOME=/construction/cad/qflow HOME=/construction/cad/qflow TMPDIR="/tmp" PATH=/construction/cad/qflow/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444"
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: MAKE_ARGS
-------------------------------------------------------------------------------
DESTDIR=/construction/cad/qflow/stage
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: PLIST_SUB
-------------------------------------------------------------------------------
PYTHON_INCLUDEDIR=include/python3.7m PYTHON_LIBDIR=lib/python3.7 PYTHON_PLATFORM=dragonfly5 PYTHON_SITELIBDIR=lib/python3.7/site-packages PYTHON_SUFFIX=37 PYTHON_EXT_SUFFIX= PYTHON_VER=3.7 PYTHON_VERSION=python3.7 PYTHON2="@comment " PYTHON3="" OSREL=5.9 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/qflow" EXAMPLESDIR="share/examples/qflow" DATADIR="share/qflow" WWWDIR="www/qflow" ETCDIR="etc/qflow"
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: SUB_LIST
-------------------------------------------------------------------------------
PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/qflow DOCSDIR=/usr/local/share/doc/qflow EXAMPLESDIR=/usr/local/share/examples/qflow WWWDIR=/usr/local/www/qflow ETCDIR=/usr/local/etc/qflow
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: /etc/make.conf
-------------------------------------------------------------------------------
DPORTS_BUILDER=yes
DISABLE_LICENSES=yes
DEFAULT_VERSIONS=ssl=openssl
FORCE_PACKAGE=yes
DEVELOPER=yes
USE_PACKAGE_DEPENDS_ONLY=yes
PORTSDIR=/xports
PORT_DBDIR=/options
PKG_DBDIR=/var/db/pkg
PKG_CACHEDIR=/var/cache/pkg
PKG_SUFX=.txz
DEVELOPER=1
UID=0
ARCH=x86_64
OPSYS=DragonFly
DFLYVERSION=500906
OSVERSION=9999999
OSREL=5.9
_OSRELEASE=5.9-SYNTH
DISTDIR=/distfiles
WRKDIRPREFIX=/construction
BATCH=yes
PACKAGE_BUILDING=yes
PKG_CREATE_VERBOSE=yes
MAKE_JOBS_NUMBER=10
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: setup
-------------------------------------------------------------------------------
Installing /packages/All/ncurses-6.2.20210116.txz
Installing /packages/All/indexinfo-0.3.1.txz
Installing /packages/All/readline-8.0.4_1.txz
Installing /packages/All/abc-g20200322.txz
Installing /packages/All/gsl-2.6.txz
Installing /packages/All/libICE-1.0.10,1.txz
Installing /packages/All/libSM-1.2.3,1.txz
Installing /packages/All/libpthread-stubs-0.4.txz
Installing /packages/All/libXau-1.0.9.txz
Installing /packages/All/xorgproto-2020.1.txz
Installing /packages/All/libXdmcp-1.1.3.txz
Installing /packages/All/libxcb-1.14_1.txz
Installing /packages/All/libX11-1.6.12,1.txz
Installing /packages/All/libXext-1.3.4,1.txz
Installing /packages/All/graywolf-0.1.6.3_1.txz
Installing /packages/All/jpeg-turbo-2.0.6.txz
Installing /packages/All/png-1.6.37.txz
Installing /packages/All/freetype2-2.10.4.txz
=====
Message from freetype2-2.10.4:
--
The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
the default, emulating a modern version of ClearType. This change inevitably
leads to different rendering results, and you might change port's options to
adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
variable).
The environment variable "FREETYPE_PROPERTIES" can be used to control the
driver properties. Example:
FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
cff:no-stem-darkening=1 \
autofitter:warping=1
This allows to select, say, the subpixel hinting mode at runtime for a given
application.
If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
the foundry and information whether they contain wide characters. For example,
"Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
run time with using pcf:no-long-family-names property, if needed. Example:
FREETYPE_PROPERTIES=pcf:no-long-family-names=1
How to recreate fontconfig cache with using such environment variable,
if needed:
# env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv
The controllable properties are listed in the section "Controlling FreeType
Modules" in the reference's table of contents
(/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed).
Installing /packages/All/expat-2.2.10.txz
Installing /packages/All/gettext-runtime-0.21.txz
Installing /packages/All/fontconfig-2.13.92_2,1.txz
Running fc-cache to build fontconfig cache...
Font directories:
/usr/local/share/fonts
/usr/local/lib/X11/fonts
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
fc-cache: succeeded
Installing /packages/All/tcl86-8.6.11_1.txz
Installing /packages/All/libXrender-0.9.10_2.txz
Installing /packages/All/libXft-2.3.3.txz
Installing /packages/All/libXScrnSaver-1.2.3_2.txz
Installing /packages/All/tk86-8.6.11_2.txz
Installing /packages/All/blt-2.5.3_5.txz
Installing /packages/All/libffi-3.3_1.txz
Installing /packages/All/libxml2-2.9.10_2.txz
Installing /packages/All/wayland-1.18.0.txz
Installing /packages/All/liblz4-1.9.3,1.txz
Installing /packages/All/zstd-1.4.5_1.txz
Installing /packages/All/pciids-20201127.txz
Installing /packages/All/libpciaccess-0.16.txz
Installing /packages/All/libdrm-2.4.101.txz
Installing /packages/All/libunwind-20200331_1.txz
Installing /packages/All/libXfixes-5.0.3_2.txz
Installing /packages/All/libXdamage-1.1.5.txz
Installing /packages/All/libxshmfence-1.3.txz
Installing /packages/All/libXxf86vm-1.1.4_3.txz
Installing /packages/All/libXrandr-1.5.2.txz
Installing /packages/All/mesa-libs-20.2.3.txz
Installing /packages/All/libXi-1.7.10,1.txz
Installing /packages/All/libXt-1.2.0,1.txz
Installing /packages/All/libXmu-1.1.3,1.txz
Installing /packages/All/magic-7.5.240_2.txz
Installing /packages/All/bash-5.1.4_1.txz
Installing /packages/All/openssl-1.1.1i,1.txz
Installing /packages/All/python37-3.7.9_1.txz
=====
Message from python37-3.7.9_1:
--
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
py37-gdbm databases/py-gdbm@py37
py37-sqlite3 databases/py-sqlite3@py37
py37-tkinter x11-toolkits/py-tkinter@py37
Installing /packages/All/netgen-lvs-1.5.162.txz
Installing /packages/All/qrouter-1.4.83.txz
Installing /packages/All/cudd-3.0.0.txz
Installing /packages/All/double-conversion-3.1.5.19.txz
Installing /packages/All/icu-68.2,1.txz
Installing /packages/All/pcre2-10.36.txz
Installing /packages/All/pcre-8.44.txz
Installing /packages/All/libiconv-1.16.txz
Installing /packages/All/glib-2.66.4_1,1.txz
No schema files found: doing nothing.
Installing /packages/All/qtchooser-66_4.txz
=====
Message from qtchooser-66_4:
--
qtchooser is a wrapper that allows to specify Qt version of binaries for
qmake, moc and other tools will be run when invoking the binaries in $PATH.
By default, the Qt5 versions are run. It is possible to change the behavior by
setting the QT_SELECT environment variable to "qtX", where X is desired Qt
version, provided that it is offered by the Ports Collection. See qtchooser(1)
for more information.
Installing /packages/All/qt5-core-5.15.2.txz
Installing /packages/All/dbus-1.12.20_3.txz
===> Creating groups.
Creating group 'messagebus' with gid '556'.
===> Creating users
Creating user 'messagebus' with uid '556'.
Installing /packages/All/libevdev-1.5.9.txz
Installing /packages/All/graphite2-1.3.14.txz
Installing /packages/All/harfbuzz-2.7.4.txz
Installing /packages/All/libudev-devd-0.4.2_1.txz
Installing /packages/All/evdev-proto-5.8.txz
Installing /packages/All/libmtdev-1.1.6.txz
Installing /packages/All/py37-setuptools-44.0.0.txz
Installing /packages/All/py37-evdev-1.3.0.txz
Installing /packages/All/py37-six-1.15.0.txz
Installing /packages/All/py37-pyudev-0.22.0.txz
Installing /packages/All/libinput-1.12.6_1.txz
Installing /packages/All/xcb-util-0.4.0_2,1.txz
Installing /packages/All/xcb-util-wm-0.4.1_3.txz
Installing /packages/All/xcb-util-image-0.4.0_1.txz
Installing /packages/All/xcb-util-keysyms-0.4.0_1.txz
Installing /packages/All/xcb-util-renderutil-0.3.9_1.txz
Installing /packages/All/xkeyboard-config-2.31.txz
Installing /packages/All/libxkbcommon-1.0.3.txz
=====
Message from libxkbcommon-1.0.3:
--
If arrow keys don't work under X11 switch to legacy rules e.g.,
For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:
export XKB_DEFAULT_RULES=xorg
For csh/tcsh run and (optionally) add into ~/.login:
setenv XKB_DEFAULT_RULES xorg
Installing /packages/All/qt5-dbus-5.15.2_1.txz
Installing /packages/All/ca_root_nss-3.58.txz
=====
Message from ca_root_nss-3.58:
--
FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.
Assessment and verification of trust is the complete responsibility of the
system administrator.
This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.
This enables SSL Certificate Verification by client software without manual
intervention.
If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.
* /etc/ssl/cert.pem
* /usr/local/etc/ssl/cert.pem
* /usr/local/openssl/cert.pem
Installing /packages/All/qt5-network-5.15.2_1.txz
Installing /packages/All/vulkan-headers-1.2.166.txz
Installing /packages/All/hicolor-icon-theme-0.17.txz
Installing /packages/All/xprop-1.2.5.txz
Installing /packages/All/xset-1.2.4_3.txz
Installing /packages/All/xdg-utils-1.1.3_1.txz
Installing /packages/All/encodings-1.0.5,1.txz
Installing /packages/All/libfontenc-1.1.4.txz
Installing /packages/All/mkfontscale-1.2.1.txz
Installing /packages/All/font-bh-ttf-1.0.3_4.txz
Installing /packages/All/font-misc-meltho-1.0.3_4.txz
Installing /packages/All/font-misc-ethiopic-1.0.4.txz
Installing /packages/All/dejavu-2.37_1.txz
=====
Message from dejavu-2.37_1:
--
Make sure that the freetype module is loaded. If it is not, add the following
line to the "Modules" section of your X Windows configuration file:
Load "freetype"
Add the following line to the "Files" section of X Windows configuration file:
FontPath "/usr/local/share/fonts/dejavu/"
Note: your X Windows configuration file is typically /etc/X11/XF86Config
if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
Installing /packages/All/xorg-fonts-truetype-7.7_1.txz
Installing /packages/All/qt5-gui-5.15.2_2.txz
Installing /packages/All/qt5-widgets-5.15.2_1.txz
Installing /packages/All/openroad-0.9.0.b.637_1.txz
Installing /packages/All/yosys-0.9_1.txz
Installing /packages/All/gmake-4.3_2.txz
SUCCEEDED 00:01:04
-------------------------------------------------------------------------------
-- Phase: check-sanity
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: pkg-depends
-------------------------------------------------------------------------------
===> qflow-1.4.90 depends on file: /usr/local/sbin/pkg - found
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: fetch-depends
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: fetch
-------------------------------------------------------------------------------
===> qflow-1.4.90 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by qflow-1.4.90 for building
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: checksum
-------------------------------------------------------------------------------
===> qflow-1.4.90 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by qflow-1.4.90 for building
=> SHA256 Checksum OK for RTimothyEdwards-qflow-1.4.90_GH0.tar.gz.
SUCCEEDED 00:00:01
-------------------------------------------------------------------------------
-- Phase: extract-depends
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: extract
-------------------------------------------------------------------------------
===> qflow-1.4.90 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by qflow-1.4.90 for building
===> Extracting for qflow-1.4.90
=> SHA256 Checksum OK for RTimothyEdwards-qflow-1.4.90_GH0.tar.gz.
Extracted Memory Use: 5.48M
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: patch-depends
-------------------------------------------------------------------------------
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: patch
-------------------------------------------------------------------------------
===> Patching for qflow-1.4.90
===> Applying ports patches for qflow-1.4.90 from /xports/cad/qflow/files
SUCCEEDED 00:00:01
-------------------------------------------------------------------------------
-- Phase: build-depends
-------------------------------------------------------------------------------
===> qflow-1.4.90 depends on executable: abc - found
===> qflow-1.4.90 depends on executable: graywolf - found
===> qflow-1.4.90 depends on package: magic>0 - found
===> qflow-1.4.90 depends on package: netgen-lvs>0 - found
===> qflow-1.4.90 depends on package: qrouter>0 - found
===> qflow-1.4.90 depends on executable: sta - found
===> qflow-1.4.90 depends on package: yosys>0 - found
===> qflow-1.4.90 depends on package: gmake>=4.3 - found
===> qflow-1.4.90 depends on file: /usr/local/bin/python3.7 - found
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: lib-depends
-------------------------------------------------------------------------------
===> qflow-1.4.90 depends on shared library: libtk86.so - found (/usr/local/lib/libtk86.so)
===> qflow-1.4.90 depends on shared library: libtcl86.so - found (/usr/local/lib/libtcl86.so)
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: configure
-------------------------------------------------------------------------------
===> qflow-1.4.90 depends on executable: abc - found
===> qflow-1.4.90 depends on executable: graywolf - found
===> qflow-1.4.90 depends on package: magic>0 - found
===> qflow-1.4.90 depends on package: netgen-lvs>0 - found
===> qflow-1.4.90 depends on package: qrouter>0 - found
===> qflow-1.4.90 depends on executable: sta - found
===> qflow-1.4.90 depends on package: yosys>0 - found
===> qflow-1.4.90 depends on package: gmake>=4.3 - found
===> qflow-1.4.90 depends on file: /usr/local/bin/python3.7 - found
===> qflow-1.4.90 depends on shared library: libtk86.so - found (/usr/local/lib/libtk86.so)
===> qflow-1.4.90 depends on shared library: libtcl86.so - found (/usr/local/lib/libtcl86.so)
===> Configuring for qflow-1.4.90
configure: loading site script /xports/Templates/config.site
checking build system type... x86_64-portbld-dragonfly5.9
checking host system type... x86_64-portbld-dragonfly5.9
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cpp
checking for library containing strerror... none required
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for autoconf... :
checking for cp... cp
checking for rm... rm
checking for python3... no
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for setenv... (cached) yes
checking for putenv... (cached) yes
checking for env... /usr/bin/env
checking for tclsh... tclsh
checking for magic... /usr/local/bin/magic
checking for netgen... /usr/local/bin/netgen
checking for qrouter... /usr/local/bin/qrouter
checking for graywolf... /usr/local/bin/graywolf
checking for yosys... /usr/local/bin/yosys
checking for ot-shell... no
checking for sta... /usr/local/bin/sta
checking for RePlAce... no
checking for ntuplace3... no
checking for ntuplace4h... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/Makefile
config.status: creating src/Makefile
config.status: creating tech/Makefile
config.status: creating tech/osu050/Makefile
config.status: creating tech/osu035/Makefile
config.status: creating tech/osu035_redm4/Makefile
config.status: creating tech/osu018/Makefile
config.status: creating tech/gscl45nm/Makefile
Configuration results:
----------------------------------------------------
Using yosys verilog synthesis tool at: /usr/local/bin/yosys
Using graywolf placement tool at: /usr/local/bin/graywolf
RePlAce not found. Use --with-replace=
(optional)
Using qrouter detail route tool at: /usr/local/bin/qrouter
Using Magic layout tool at: /usr/local/bin/magic
Using Netgen LVS tool at: /usr/local/bin/netgen
Using Vesta STA tool (internal)
OpenTimer not found. Use --with-opentimer= (optional)
Using OpenSTA static timing analysys tool at: /usr/local/bin/sta
----------------------------------------------------
All tools needed for complete flow have been found.
Run "make" followed by "sudo make install" to install qflow.
----------------------------------------------------
SUCCEEDED 00:00:03
-------------------------------------------------------------------------------
-- Phase: build
-------------------------------------------------------------------------------
===> Building for qflow-1.4.90
gmake[1]: Entering directory '/construction/cad/qflow/qflow-1.4.90'
gmake[2]: Entering directory '/construction/cad/qflow/qflow-1.4.90/src'
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c vlog2Spice.c -o vlog2Spice.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c hash.c -o hash.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c readverilog.c -o readverilog.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c vlog2Verilog.c -o vlog2Verilog.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c readlef.c -o readlef.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c vlog2Def.c -o vlog2Def.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c vlog2Cel.c -o vlog2Cel.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c vlogFanout.c -o vlogFanout.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c readliberty.c -o readliberty.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c DEF2Verilog.c -o DEF2Verilog.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c readdef.c -o readdef.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c addspacers.c -o addspacers.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c vesta.c -o vesta.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c spice2delay.c -o spice2delay.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c rc2dly.c -o rc2dly.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c blif2BSpice.c -o blif2BSpice.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c blif2Verilog.c -o blif2Verilog.o
cc -pipe -O2 -fno-strict-aliasing -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DTCLSH_PATH=\"tclsh\" -DQFLOW_MAGIC_PATH=\"/usr/local/bin/magic\" -DQFLOW_NETGEN_PATH=\"/usr/local/bin/netgen\" -DQFLOW_QROUTER_PATH=\"/usr/local/bin/qrouter\" -DQFLOW_GRAYWOLF_PATH=\"/usr/local/bin/graywolf\" -DQFLOW_YOSYS_PATH=\"/usr/local/bin/yosys\" -DQFLOW_OPENTIMER_PATH=\"\" -DQFLOW_OPENSTA_PATH=\"/usr/local/bin/sta\" -DQFLOW_REPLACE_PATH=\"\" -DQFLOW_NTUPLACE3_PATH=\"\" -DQFLOW_NTUPLACE4_PATH=\"\" -DQFLOW_VERSION=\"1.4\" -DQFLOW_REVISION=\"90\" -c blifFanout.c -o blifFanout.o
cc blif2BSpice.o -o blif2BSpice
blifFanout.c: In function 'write_output':
blifFanout.c:1302:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=]
strncpy(s, nodename, slen);
^~~~~~~~~~~~~~~~~~~~~~~~~~
blifFanout.c:1296:12: note: length computed here
slen = strlen(nodename);
^~~~~~~~~~~~~~~~
cc blif2Verilog.o -o blif2Verilog
cc vlog2Spice.o hash.o readverilog.o -o vlog2Spice
cc vlog2Verilog.o hash.o readverilog.o readlef.o \
-o vlog2Verilog
cc vlog2Def.o hash.o readlef.o readverilog.o -o vlog2Def -lm
cc vlog2Cel.o hash.o readverilog.o readlef.o \
-o vlog2Cel
cc DEF2Verilog.o hash.o readverilog.o readdef.o readlef.o \
-DQFLOW_VERSION=\"VERSION\" -DQFLOW_REVISION=\"REVISION\" \
-o DEF2Verilog -lm
cc addspacers.o hash.o readlef.o readdef.o -o addspacers -lm
cc vlogFanout.o hash.o readverilog.o readliberty.o \
-DQFLOW_VERSION=\"VERSION\" -DQFLOW_REVISION=\"REVISION\" \
-o vlogFanout -lm
cc spice2delay.o hash.o readliberty.o -o spice2delay
cc rc2dly.o readliberty.o hash.o readverilog.o -o rc2dly
cc blifFanout.o hash.o readliberty.o \
-DQFLOW_VERSION=\"VERSION\" -DQFLOW_REVISION=\"REVISION\" \
-o blifFanout -lm
cc vesta.o hash.o readverilog.o -o vesta
gmake[2]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/src'
gmake[2]: Entering directory '/construction/cad/qflow/qflow-1.4.90/scripts'
Makefile:131: warning: overriding recipe for target 'count_lvs.py'
Makefile:110: warning: ignoring old recipe for target 'count_lvs.py'
sed -e '/QFLOW_SCRIPT_DIR/s#QFLOW_SCRIPT_DIR#/usr/local/share/qflow/scripts#' \
-e '/QFLOW_DEFAULT_PARSER/s#QFLOW_DEFAULT_PARSER#@QFLOW_DEFAULT_PARSER@#' \
-e '/QFLOW_REVISION/s#QFLOW_REVISION#90#' \
-e '/QFLOW_VERSION/s#QFLOW_VERSION#1.4#' \
-e '/HAVE_YOSYS/s#HAVE_YOSYS#1#' \
-e '/HAVE_GRAYWOLF/s#HAVE_GRAYWOLF#1#' \
-e '/HAVE_REPLACE/s#HAVE_REPLACE#0#' \
-e '/HAVE_OPENTIMER/s#HAVE_OPENTIMER#0#' \
-e '/HAVE_OPENSTA/s#HAVE_OPENSTA#1#' \
-e '/HAVE_QROUTER/s#HAVE_QROUTER#1#' \
-e '/HAVE_MAGIC/s#HAVE_MAGIC#1#' \
-e '/HAVE_NETGEN/s#HAVE_NETGEN#1#' \
qflow.sh.in > qflow.sh
gmake launcher
gmake[3]: Entering directory '/construction/cad/qflow/qflow-1.4.90/scripts'
Makefile:131: warning: overriding recipe for target 'count_lvs.py'
Makefile:110: warning: ignoring old recipe for target 'count_lvs.py'
sed -e '/QFLOW_SCRIPT_DIR/s#QFLOW_SCRIPT_DIR#/usr/local/share/qflow/scripts#' \
qflow.in > qflow
gmake[3]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/scripts'
gmake[2]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/scripts'
gmake[2]: Entering directory '/construction/cad/qflow/qflow-1.4.90/tech'
Making all in tech directories
for target in osu050 osu035 osu035_redm4 osu018 gscl45nm; do \
(cd $target ; gmake all) ;\
done
gmake[3]: Entering directory '/construction/cad/qflow/qflow-1.4.90/tech/osu050'
rm -f -f osu050.magicrc
cat osu050.magicrc.in | sed -e \
'/QFLOW_LIB_DIR/s#QFLOW_LIB_DIR#/usr/local/share/qflow#' \
> osu050.magicrc
gmake[3]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/tech/osu050'
gmake[3]: Entering directory '/construction/cad/qflow/qflow-1.4.90/tech/osu035'
rm -f -f osu035.magicrc
cat osu035.magicrc.in | sed -e \
'/QFLOW_LIB_DIR/s#QFLOW_LIB_DIR#/usr/local/share/qflow#' \
> osu035.magicrc
gmake[3]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/tech/osu035'
gmake[3]: Entering directory '/construction/cad/qflow/qflow-1.4.90/tech/osu035_redm4'
sed < osu035_redm4.magicrc.in -e '/QFLOW_LIB_DIR/s#QFLOW_LIB_DIR#/usr/local/share/qflow#' > osu035_redm4.magicrc
gmake[3]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/tech/osu035_redm4'
gmake[3]: Entering directory '/construction/cad/qflow/qflow-1.4.90/tech/osu018'
rm -f -f osu018.magicrc
cat osu018.magicrc.in | sed -e \
'/QFLOW_LIB_DIR/s#QFLOW_LIB_DIR#/usr/local/share/qflow#' \
> osu018.magicrc
gmake[3]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/tech/osu018'
gmake[3]: Entering directory '/construction/cad/qflow/qflow-1.4.90/tech/gscl45nm'
rm -f -f gscl45nm.magicrc
cat gscl45nm.magicrc.in | sed -e \
'/QFLOW_LIB_DIR/s#QFLOW_LIB_DIR#/usr/local/share/qflow#' \
> gscl45nm.magicrc
gmake[3]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/tech/gscl45nm'
gmake[2]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/tech'
gmake[1]: Leaving directory '/construction/cad/qflow/qflow-1.4.90'
SUCCEEDED 00:00:06
-------------------------------------------------------------------------------
-- Phase: run-depends
-------------------------------------------------------------------------------
===> qflow-1.4.90 depends on executable: abc - found
===> qflow-1.4.90 depends on executable: graywolf - found
===> qflow-1.4.90 depends on package: magic>0 - found
===> qflow-1.4.90 depends on package: netgen-lvs>0 - found
===> qflow-1.4.90 depends on package: qrouter>0 - found
===> qflow-1.4.90 depends on executable: sta - found
===> qflow-1.4.90 depends on package: yosys>0 - found
===> qflow-1.4.90 depends on file: /usr/local/bin/python3.7 - found
SUCCEEDED 00:00:00
-------------------------------------------------------------------------------
-- Phase: stage
-------------------------------------------------------------------------------
===> Staging for qflow-1.4.90
===> qflow-1.4.90 depends on executable: abc - found
===> qflow-1.4.90 depends on executable: graywolf - found
===> qflow-1.4.90 depends on package: magic>0 - found
===> qflow-1.4.90 depends on package: netgen-lvs>0 - found
===> qflow-1.4.90 depends on package: qrouter>0 - found
===> qflow-1.4.90 depends on executable: sta - found
===> qflow-1.4.90 depends on package: yosys>0 - found
===> qflow-1.4.90 depends on file: /usr/local/bin/python3.7 - found
===> Generating temporary packing list
gmake[1]: Entering directory '/construction/cad/qflow/qflow-1.4.90'
gmake[2]: Entering directory '/construction/cad/qflow/qflow-1.4.90/src'
Installing verilog, SPICE, etc. file format handlers
/usr/bin/install -c -d /construction/cad/qflow/stage/usr/local/share/qflow/bin
Installing links to third-party synthesis flow tool executables
gmake[2]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/src'
gmake[2]: Entering directory '/construction/cad/qflow/qflow-1.4.90/scripts'
Makefile:131: warning: overriding recipe for target 'count_lvs.py'
Makefile:110: warning: ignoring old recipe for target 'count_lvs.py'
sed -e 's#TCLSH_PATH#tclsh#' blif2cel.tcl.in > blif2cel.tcl
sed -e 's#TCLSH_PATH#tclsh#' place2def.tcl.in > place2def.tcl
sed -e 's#TCLSH_PATH#tclsh#' place2lef2.tcl.in > place2lef2.tcl
sed -e 's#TCLSH_PATH#tclsh#' place2net2.tcl.in > place2net2.tcl
sed -e 's#TCLSH_PATH#tclsh#' ypostproc.tcl.in > ypostproc.tcl
sed -e 's#TCLSH_PATH#tclsh#' ybuffer.tcl.in > ybuffer.tcl
sed -e 's#TCLSH_PATH#tclsh#' decongest.tcl.in > decongest.tcl
sed -e 's#TCLSH_PATH#tclsh#' addspacers.tcl.in > addspacers.tcl
sed -e 's#TCLSH_PATH#tclsh#' getfillcell.tcl.in > getfillcell.tcl
sed -e 's#TCLSH_PATH#tclsh#' getantennacell.tcl.in > getantennacell.tcl
sed -e 's#TCLSH_PATH#tclsh#' blifanno.tcl.in > blifanno.tcl
sed -e 's#TCLSH_PATH#tclsh#' annotate.tcl.in > annotate.tcl
sed -e 's#TCLSH_PATH#tclsh#' powerbus.tcl.in > powerbus.tcl
sed -e 's#TCLSH_PATH#tclsh#' getpowerground.tcl.in > getpowerground.tcl
sed -e 's#TCLSH_PATH#tclsh#' arrangepins.tcl.in > arrangepins.tcl
sed -e 's#TCLSH_PATH#tclsh#' removeblocks.tcl.in > removeblocks.tcl
sed -e 's#ENV_PATH#/usr/bin/env#' spi2xspice.py.in > spi2xspice.py
sed -e 's#ENV_PATH#/usr/bin/env#' consoletext.py.in > consoletext.py
sed -e 's#ENV_PATH#/usr/bin/env#' pinmanager.py.in > pinmanager.py
sed -e 's#ENV_PATH#/usr/bin/env#' tksimpledialog.py.in > tksimpledialog.py
sed -e 's#ENV_PATH#/usr/bin/env#' helpwindow.py.in > helpwindow.py
sed -e '/QFLOW_SCRIPT_DIR/s#QFLOW_SCRIPT_DIR#/usr/local/share/qflow/scripts#' \
-e '/QFLOW_VERSION/s#QFLOW_VERSION#1.4#' \
-e '/QFLOW_REVISION/s#QFLOW_REVISION#90#' \
-e '/SUBST_TECH_DIR/s#SUBST_TECH_DIR#/usr/local/share/qflow/tech#' \
-e '/SUBST_SCRIPT_DIR/s#SUBST_SCRIPT_DIR#/usr/local/share/qflow/scripts#' \
-e '/SUBST_BIN_DIR/s#SUBST_BIN_DIR#/usr/local/share/qflow/bin#' \
-e '/SUBST_EXEC_DIR/s#SUBST_EXEC_DIR#/usr/local/bin#' \
-e '/HAVE_OPENTIMER/s#HAVE_OPENTIMER#0#' \
-e '/HAVE_OPENSTA/s#HAVE_OPENSTA#1#' \
-e '/HAVE_GRAYWOLF/s#HAVE_GRAYWOLF#1#' \
-e '/HAVE_REPLACE/s#HAVE_REPLACE#0#' \
-e '/HAVE_QROUTER/s#HAVE_QROUTER#1#' \
-e '/HAVE_MAGIC/s#HAVE_MAGIC#1#' \
-e '/HAVE_NETGEN/s#HAVE_NETGEN#1#' \
-e '/HAVE_YOSYS/s#HAVE_YOSYS#1#' \
-e '/ENV_PATH/s#ENV_PATH#/usr/bin/env#' qflow_manager.py.in > qflow_manager.py
sed -e 's#ENV_PATH#/usr/bin/env#' textreport.py.in > textreport.py
sed -e 's#ENV_PATH#/usr/bin/env#' tooltip.py.in > tooltip.py
sed -e 's#ENV_PATH#/usr/bin/env#' count_lvs.py.in > count_lvs.py
sed -e 's#ENV_PATH#/usr/bin/env#' preproc.py.in > preproc.py
sed -e '/SUBST_TECH_DIR/s#SUBST_TECH_DIR#/usr/local/share/qflow/tech#' \
-e '/SUBST_SCRIPT_DIR/s#SUBST_SCRIPT_DIR#/usr/local/share/qflow/scripts#' \
-e '/SUBST_BIN_DIR/s#SUBST_BIN_DIR#/usr/local/share/qflow/bin#' \
checkdirs.sh.in > checkdirs.sh
Installing qflow TCL scripts
/usr/bin/install -c -d /construction/cad/qflow/stage/usr/local/share/qflow/scripts
for target in blif2cel.tcl place2def.tcl place2lef2.tcl place2net2.tcl ypostproc.tcl ybuffer.tcl decongest.tcl addspacers.tcl getfillcell.tcl getantennacell.tcl blifanno.tcl annotate.tcl powerbus.tcl getpowerground.tcl arrangepins.tcl removeblocks.tcl; do \
/usr/bin/install -c $target /construction/cad/qflow/stage/usr/local/share/qflow/scripts ;\
done
Installing qflow shell scripts
for target in yosys.sh graywolf.sh replace.sh vesta.sh opentimer.sh opensta.sh qrouter.sh magic_db.sh magic_drc.sh netgen_lvs.sh magic_gds.sh magic_view.sh qflow.sh checkdirs.sh cleanup.sh; do \
/usr/bin/install -c $target /construction/cad/qflow/stage/usr/local/share/qflow/scripts ;\
done
Installing qflow python scripts
for target in spi2xspice.py consoletext.py pinmanager.py tksimpledialog.py helpwindow.py qflow_manager.py textreport.py tooltip.py count_lvs.py preproc.py; do \
/usr/bin/install -c $target /construction/cad/qflow/stage/usr/local/share/qflow/scripts ;\
done
Installing help text files
for target in qflow_help.txt; do \
/usr/bin/install -c $target /construction/cad/qflow/stage/usr/local/share/qflow/scripts ;\
done
Installing qflow executable
/usr/bin/install -c -d /construction/cad/qflow/stage/usr/local/bin
/usr/bin/install -c qflow /construction/cad/qflow/stage/usr/local/bin
gmake[2]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/scripts'
gmake[2]: Entering directory '/construction/cad/qflow/qflow-1.4.90/tech'
Installing built-in tech files
/usr/bin/install -c -d /construction/cad/qflow/stage/usr/local/share/qflow/tech
for target in osu050 osu035 osu035_redm4 osu018 gscl45nm; do \
(cd $target ; gmake install) ;\
done
gmake[3]: Entering directory '/construction/cad/qflow/qflow-1.4.90/tech/osu050'
Installing osu050 tech files
/usr/bin/install -c -d /construction/cad/qflow/stage/usr/local/share/qflow/tech/osu050
for target in osu050.par osu050_stdcells.lef osu050.sh osu050_stdcells.sp osu050.magicrc osu050.prm SCN3ME_SUBM.30.tech osu05_stdcells.lib osu05_stdcells.v osu050_setup.tcl osu05_stdcells.gds2; do \
/usr/bin/install -c $target /construction/cad/qflow/stage/usr/local/share/qflow/tech/osu050 ;\
done
gmake[3]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/tech/osu050'
gmake[3]: Entering directory '/construction/cad/qflow/qflow-1.4.90/tech/osu035'
Installing osu035 tech files
/usr/bin/install -c -d /construction/cad/qflow/stage/usr/local/share/qflow/tech/osu035
for target in osu035.par osu035_stdcells.lef osu035.sh osu035_stdcells.sp osu035.magicrc osu035.prm SCN4M_SUBM.20.tech osu035_stdcells.lib osu035_stdcells.v osu035_setup.tcl osu035_stdcells.gds2; do \
/usr/bin/install -c $target /construction/cad/qflow/stage/usr/local/share/qflow/tech/osu035 ;\
done
gmake[3]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/tech/osu035'
gmake[3]: Entering directory '/construction/cad/qflow/qflow-1.4.90/tech/osu035_redm4'
Installing osu035_redm4 tech files
/usr/bin/install -c -d /construction/cad/qflow/stage/usr/local/share/qflow/tech/osu035_redm4
for target in osu035_redm4.par osu035_redm4.sh osu035_redm4.magicrc osu035.prm osu035_redm4_stdcells.lef osu035_stdcells.sp osu035_stdcells.lib osu035_stdcells.v osu035_redm4_setup.tcl osu035_stdcells.gds2; do \
/usr/bin/install -c $target /construction/cad/qflow/stage/usr/local/share/qflow/tech/osu035_redm4 ;\
done
gmake[3]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/tech/osu035_redm4'
gmake[3]: Entering directory '/construction/cad/qflow/qflow-1.4.90/tech/osu018'
Installing osu018 tech files
/usr/bin/install -c -d /construction/cad/qflow/stage/usr/local/share/qflow/tech/osu018
for target in osu018.par osu018_stdcells.lef osu018.sh osu018_stdcells.sp osu018.magicrc osu018.prm SCN6M_SUBM.10.tech osu018_stdcells.lib osu018_stdcells.v osu018_setup.tcl osu018_stdcells.gds2; do \
/usr/bin/install -c $target /construction/cad/qflow/stage/usr/local/share/qflow/tech/osu018 ;\
done
gmake[3]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/tech/osu018'
gmake[3]: Entering directory '/construction/cad/qflow/qflow-1.4.90/tech/gscl45nm'
Installing gscl45nm tech files
/usr/bin/install -c -d /construction/cad/qflow/stage/usr/local/share/qflow/tech/gscl45nm
for target in gscl45nm.par gscl45nm.lef gscl45nm.sh gscl45nm.sp gscl45nm.magicrc gscl45nm.prm gscl45nm.tech gscl45nm.lib gscl45nm.gds gscl45nm.v gscl45nm_setup.tcl; do \
/usr/bin/install -c $target /construction/cad/qflow/stage/usr/local/share/qflow/tech/gscl45nm ;\
done
gmake[3]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/tech/gscl45nm'
gmake[2]: Leaving directory '/construction/cad/qflow/qflow-1.4.90/tech'
gmake[1]: Leaving directory '/construction/cad/qflow/qflow-1.4.90'
====> Compressing man pages (compress-man)
====> Running Q/A tests (stage-qa)
Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks
SUCCEEDED 00:00:10
-------------------------------------------------------------------------------
-- Phase: check-plist
-------------------------------------------------------------------------------
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
===> No pkg-plist issues found (check-plist)
SUCCEEDED 00:00:01
-------------------------------------------------------------------------------
-- Phase: package
-------------------------------------------------------------------------------
===> Building package for qflow-1.4.90
file sizes/checksums [117]: 0%
file sizes/checksums [117]: 85%
file sizes/checksums [117]: 100%
packing files [117]: 0%
packing files [117]: 85%
packing files [117]: 100%
packing directories [0]: 0%
packing directories [0]: 100%
SUCCEEDED 00:00:07
TOTAL TIME 00:01:34