filebench / filebench

File system and storage benchmark that uses a custom language to generate a large variety of workloads.
https://github.com/filebench/filebench/wiki
Other
346 stars 124 forks source link

Solaris 10 sparc build fails #36

Open gamvrosi opened 13 years ago

gamvrosi commented 13 years ago

gcc -D_REENTRANT -DYYDEBUG -DYY_NO_INPUT -DFILEBENCHDIR=\"/opt/filebench/share/filebench\" -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -I. -Wall -Wno-unknown-pragmas -g -O2 -MT ioprio.o -MD -MP -MF .deps/ioprio.Tpo -c -o ioprio.o ioprio.c ioprio.c:17:2: #error "Unsupported arch" ioprio.c: In function ioprio_set': ioprio.c:22: error:__NR_ioprio_set' undeclared (first use in this function) ioprio.c:22: error: (Each undeclared identifier is reported only once ioprio.c:22: error: for each function it appears in.) ioprio.c: In function ioprio_get': ioprio.c:27: error:__NR_ioprio_get' undeclared (first use in this function) *** Error code 1 make: Fatal error: Command failed for target `ioprio.o'

Reported by: *anonymous

gamvrosi commented 13 years ago

Original comment by: vass-vass

gamvrosi commented 13 years ago

Yeah, SPARC is what we did not test... Does anybody have a sparc platform to play with?..

Original comment by: vass-vass

gamvrosi commented 13 years ago

Original comment by: vass-vass

gamvrosi commented 13 years ago

Original comment by: vass-vass

gamvrosi commented 13 years ago

Fixed with commits:

fe57cd7c1d6c620020e6efb8ebcdf72b151fdf03 21ff0ec75d656355a1052ebcd937db1d1d8ecdb9

Original comment by: vass-vass

gamvrosi commented 10 years ago

Original comment by: vass-vass