Package Details: nextpnr-git 0.7.r29.gf0859503-1

Git Clone URL: https://aur.archlinux.org/nextpnr-git.git (read-only, click to copy)
Package Base: nextpnr-git
Description: Portable FPGA place and route tool
Upstream URL: https://github.com/YosysHQ/nextpnr
Licenses: custom:ISC
Conflicts: nextpnr
Provides: nextpnr
Submitter: grahamedgecombe
Maintainer: None
Last Packager: xiretza
Votes: 25
Popularity: 1.40
First Submitted: 2018-08-02 17:35 (UTC)
Last Updated: 2024-05-01 16:12 (UTC)

Dependencies (12)

Required by (5)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4

redfast00 commented on 2019-03-26 17:57 (UTC)

Package seems broken:

 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 blackarch is up to date
:: Starting full system upgrade...
 there is nothing to do

~~ initializing aurman...
~~ calculating solutions...

:: The following 1 package(s) are getting updated:
   aur/nextpnr-git  r1831.6d66404-1  ->  r2004.c67b825-1

?? Do you want to continue? Y/n: 
~~ looking for new pkgbuilds and fetching them...

==> Making package: nextpnr-git r2008.ed4fc88-1 (Tue 26 Mar 2019 06:51:52 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating nextpnr git repo...
Fetching origin
==> Validating source files with sha256sums...
    nextpnr ... Skipped
==> Extracting sources...
  -> Creating working copy of nextpnr git repo...
Switched to a new branch 'makepkg'
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.7.2", minimum required is "3.5") 
-- Boost version: 1.69.0
-- Found the following Boost libraries:
--   filesystem
--   thread
--   program_options
--   iostreams
--   chrono
--   date_time
--   atomic
--   regex
-- Found PythonInterp: /usr/bin/python3 (found version "3.7.2") 
CMake Warning at /usr/share/cmake-3.14/Modules/FindBoost.cmake:1799 (message):
  No header defined for python-py372; skipping header check
Call Stack (most recent call first):
  CMakeLists.txt:139 (find_package)


CMake Warning at /usr/share/cmake-3.14/Modules/FindBoost.cmake:1799 (message):
  No header defined for python-py37; skipping header check
Call Stack (most recent call first):
  CMakeLists.txt:146 (find_package)


CMake Warning at /usr/share/cmake-3.14/Modules/FindBoost.cmake:1799 (message):
  No header defined for python-py3; skipping header check
Call Stack (most recent call first):
  CMakeLists.txt:146 (find_package)


-- Configuring architecture : generic
-- Configuring architecture : ice40
-- Configuring architecture : ecp5
-- Configuring done
-- Generating done
-- Build files have been written to: /home/redfast/.cache/aurman/nextpnr-git/src/nextpnr/build
[  0%] Automatic MOC for target gui_ice40
[  0%] Built target gui_ice40_autogen
[ 11%] Built target gui_ice40
[ 12%] Built target bbasm
make[2]: *** No rule to make target '/usr/share/icebox/chipdb-u4k.txt', needed by '../ice40/chipdbs/chipdb-u4k.bba'.  Stop.
make[1]: *** [CMakeFiles/Makefile2:183: CMakeFiles/ice40_chipdb.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
2019-03-26 18:51:53,625 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/redfast/.cache/aurman/nextpnr-git

andres commented on 2019-03-25 17:11 (UTC)

package eigen is needed to build this.

benallard commented on 2018-08-29 17:24 (UTC)

After updating icestorm-git, the issue is gone.

benallard commented on 2018-08-22 21:27 (UTC)

Looks like it is https://github.com/cliffordwolf/icestorm/issues/125.

benallard commented on 2018-08-22 21:21 (UTC)

The build process does assumes that /usr/share/icebox/timings_hx8k.txt is present. Can we fix that someway ?

[ 47%] Generating ../ice40/chipdbs/chipdb-8k.bba Traceback (most recent call last): File "/home/ben/.cache/yay/nextpnr-git/src/nextpnr/ice40/chipdb.py", line 248, in <module> fast_timings = read_timings(args.fast) File "/home/ben/.cache/yay/nextpnr-git/src/nextpnr/ice40/chipdb.py", line 230, in read_timings with open(filename) as f: FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/icebox/timings_hx8k.txt' make[2]: [CMakeFiles/ice40_chipdb.dir/build.make:113: ../ice40/chipdbs/chipdb-8k.bba] Error 1 make[1]: [CMakeFiles/Makefile2:294: CMakeFiles/ice40_chipdb.dir/all] Error 2 make: *** [Makefile:141: all] Error 2</module>