Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#39469 - [shake] build fails

Attached to Project: Community Packages
Opened by Joel Teichroeb (klusark) - Saturday, 15 March 2014, 20:31 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Sunday, 25 May 2014, 20:29 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

[ 75%] Linking C executable unattr
Building C object CMakeFiles/shake.dir/msg.o
In file included from /build/shake/src/shake-fs-0.999/msg.h:22:0,
from /build/shake/src/shake-fs-0.999/msg.c:23:
/build/shake/src/shake-fs-0.999/judge.h:58:3: error: unknown type name 'dev_t'
dev_t kingdom; // file system to examine, ignored if (-1)
^
/build/shake/src/shake-fs-0.999/judge.h:84:3: error: unknown type name 'dev_t'
dev_t fs;
^
CMakeFiles/shake.dir/build.make:149: recipe for target 'CMakeFiles/shake.dir/msg.o' failed
make[2]: *** [CMakeFiles/shake.dir/msg.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/build/shake/src/shake-fs-0.999/judge.c: In function 'judge_stdin':
/build/shake/src/shake-fs-0.999/judge.c:303:30: warning: unused parameter 'a' [-Wunused-parameter]
judge_stdin (struct accused *a, struct law *l)
^
/build/shake/src/shake-fs-0.999/main.c: In function 'main':
/build/shake/src/shake-fs-0.999/main.c:293:6: warning: variable 'jugement' set but not used [-Wunused-but-set-variable]
int jugement;
^
CMakeFiles/Makefile2:99: recipe for target 'CMakeFiles/shake.dir/all' failed
make[1]: *** [CMakeFiles/shake.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 75%] Built target unattr
Makefile:136: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting..

Steps to reproduce:
sudo extra-x86_64-build
This task depends upon

Closed by  Jaroslav Lichtblau (Dragonlord)
Sunday, 25 May 2014, 20:29 GMT
Reason for closing:  Fixed
Additional comments about closing:  in shake-0.999-3
Comment by Joel Teichroeb (klusark) - Monday, 12 May 2014, 16:35 GMT
I attached a patch that fixes the issue.

Loading...