bamos / parsec-benchmark

An unofficial mirror of the core PARSEC 3.0 benchmark suite with patches to run on x86_64 Arch Linux and generalize builds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Cannot find local build configuration 'gcc.bldconf' for package bench.

cirosantilli opened this issue · comments

c99eea6

gcc 6.3.0, Ubuntu 16.04.

Commands:

. env.sh
parsecmgmt -a build

Outcome:

[PARSEC] Packages to build:  bench
/data/git/parsec-benchmark/bin/parsecmgmt: line 1252: /data/git/parsec-benchmark/config/packages/bench.pkgconf: No such file or directory

[PARSEC] [========== Building package bench [1] ==========]
[PARSEC] [---------- Analyzing package bench ----------]
/data/git/parsec-benchmark/bin/parsecmgmt: line 820: /data/git/parsec-benchmark/config/packages/bench.pkgconf: No such file or directory
/data/git/parsec-benchmark/bin/parsecmgmt: line 834: [: ==: unary operator expected
[PARSEC] Error: Cannot find local build configuration 'gcc.bldconf' for package bench.

Same issue.
Commands:
./parsecmgmt -a build
Console:
[PARSEC] Packages to build: bench
./parsecmgmt: line 1252: /git/parsec-benchmark/bin/../config/packages/bench.pkgconf: No such file or directory

[PARSEC] [========== Building package bench [1] ==========]
[PARSEC] [---------- Analyzing package bench ----------]
./parsecmgmt: line 820: /git/parsec-benchmark/bin/../config/packages/bench.pkgconf: No such file or directory
./parsecmgmt: line 834: [: ==: unary operator expected
[PARSEC] Error: Cannot find local build configuration 'gcc.bldconf' for package bench.

Thank you !