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.
Other
99 stars 38 forks source link

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

Open cirosantilli opened 6 years ago

cirosantilli commented 6 years ago

c99eea62513359006e63ef7ebca2d468e31ff28f

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.
smazigh commented 6 years ago

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.

cirosantilli commented 6 years ago

@smazigh btw, I have some stuff working at: https://github.com/cirosantilli/parsec-benchmark (not all), and will review and accept pull requests.

smazigh commented 6 years ago

Thank you !