Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Sep 2015 12:08:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202989] benchmarks/filebench: drop bogus ONLY_FOR_ARCHS by updating to 1.4.9.1
Message-ID:  <bug-202989-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: danfe@FreeBSD.org
          Assignee: tj@FreeBSD.org
             Flags: maintainer-feedback?(tj@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202989-13>