[Bug 202989] benchmarks/filebench: drop bogus ONLY_FOR_ARCHS by updating to 1.4.9.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 9 12:08:53 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202989
Bug ID: 202989
Summary: benchmarks/filebench: drop bogus ONLY_FOR_ARCHS by
updating to 1.4.9.1
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: tj at FreeBSD.org
Reporter: jbeich at FreeBSD.org
CC: danfe at FreeBSD.org
Assignee: tj at FreeBSD.org
Flags: maintainer-feedback?(tj at FreeBSD.org)
Created attachment 160855
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160855&action=edit
v1
- __NR_ioprio_set on Linux is defined via <syscall.h> for a lot more
architectures than those listed in ioprio.c
- ioprio_set() syscall is not supported on FreeBSD even by linuxulator
- Calling syscall(2) with values for different OS is dangerous e.g.,
__NR_ioprio_set == SYS_rfork, __NR_ioprio_get == SYS_openbsd_poll
- ppc isn't a valid ARCH on FreeBSD but powerpc and powerpc64 is
http://sourceforge.net/p/filebench/code/ci/fe57cd7c1d6c620020e6efb8ebcdf72b151fdf03/
ChangeLog:
http://sourceforge.net/p/filebench/code/ci/1.4.9.1/log/?path=
http://www.fsl.cs.sunysb.edu/~vass/filebench/ChangeLog (before 1.4.9)
$ UNAME_m=powerpc UNAME_p=powerpc64 make
===> filebench-1.4.8.0.8 is only for amd64 i386 ia64 ppc, while you are
running powerpc64.
*** Error code 1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list