Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2017 22:43:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215953] benchmarks/sipp: Makefile has wrong path to sipp.1 in Makefile
Message-ID:  <bug-215953-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215953

            Bug ID: 215953
           Summary: benchmarks/sipp: Makefile has wrong path to sipp.1 in
                    Makefile
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: farrokhi@FreeBSD.org
          Reporter: bsd@guggemand.dk
             Flags: maintainer-feedback?(farrokhi@FreeBSD.org)
          Assignee: farrokhi@FreeBSD.org

# make install
=3D=3D=3D>  Staging for sipp-3.5.1
=3D=3D=3D>   Generating temporary packing list
install  -s -m 555 /usr/ports/benchmarks/sipp/work/sipp-3.5.1/sipp
/usr/ports/benchmarks/sipp/work/stage/usr/local/bin
install  -m 444 /usr/ports/benchmarks/sipp/work/sipp-3.5.1/sipp.1
/usr/ports/benchmarks/sipp/work/stage/usr/local/man/man1
install: /usr/ports/benchmarks/sipp/work/sipp-3.5.1/sipp.1: No such file or
directory
*** Error code 71

Stop.
make[1]: stopped in /usr/ports/benchmarks/sipp
*** Error code 1

Stop.
make: stopped in /usr/ports/benchmarks/sipp


Changing the following in Makefile fixes it

-       ${INSTALL_MAN} ${WRKSRC}/sipp.1 ${STAGEDIR}${PREFIX}/man/man1
+       ${INSTALL_MAN} ${WRKSRC}/include/sipp.1 ${STAGEDIR}${PREFIX}/man/ma=
n1

--=20
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-215953-13>