Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2019 04:04:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240780] devel/dmalloc does not build on freebsd head
Message-ID:  <bug-240780-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 240780
           Summary: devel/dmalloc does not build on freebsd head
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: mjl@luckie.org.nz

I have, as maintainer for the dmalloc port, been receiving emails from
pkg-fallout@freebsd.org stating that the dmalloc build is failing on FreeBS=
D 13
1300047, which is included below.  Can someone please check if
MAKE_JOBS_UNSAFE=3Dyes is necessary for this port on the build cluster.  As=
 you
can see, dmalloc.h is built shortly after it is required in the logfile.

=3D>> Building devel/dmalloc
build started at Tue Sep 24 03:50:41 UTC 2019
port directory: /usr/ports/devel/dmalloc
package name: dmalloc-5.5.2_1
building for: FreeBSD head-amd64-default-job-10 13.0-CURRENT FreeBSD
13.0-CURRENT 1300047 amd64
maintained by: mjl@luckie.org.nz
Makefile ident:      $FreeBSD: head/devel/dmalloc/Makefile 503996 2019-06-11
22:30:00Z bdrewery $
Poudriere version: 3.2.8-5-gc81843e5
Host OSVERSION: 1300040
Jail OSVERSION: 1300047
Job Id: 10


=3D=3D=3D>  Building for dmalloc-5.5.2_1
--- dmalloc_rand.o ---
--- dmallocc.o ---
--- dmalloc_rand.o ---
rm -f dmalloc_rand.o
--- dmallocc.o ---
rm -f dmallocc.o
c++ -fPIC -fstack-protector-strong -fno-strict-aliasing  -DHAVE_STDARG_H=3D=
1=20
-DHAVE_STDLIB_H=3D1  -DHAVE_STRING_H=3D1  -DHAVE_UNISTD_H=3D1  -DHAVE_SYS_M=
MAN_H=3D1=20
-DHAVE_SYS_TYPES_H=3D1  -DHAVE_W32API_WINBASE_H=3D0  -DHAVE_W32API_WINDEF_H=
=3D0=20
-DHAVE_SYS_CYGWIN_H=3D0  -DHAVE_SIGNAL_H=3D1   -I. -I.  -c ./dmallocc.cc  -o
./dmallocc.o
--- dmalloc_rand.o ---
cc -fPIC -fstack-protector-strong -fno-strict-aliasing  -DHAVE_STDARG_H=3D1=
=20
-DHAVE_STDLIB_H=3D1  -DHAVE_STRING_H=3D1  -DHAVE_UNISTD_H=3D1  -DHAVE_SYS_M=
MAN_H=3D1=20
-DHAVE_SYS_TYPES_H=3D1  -DHAVE_W32API_WINBASE_H=3D0  -DHAVE_W32API_WINDEF_H=
=3D0=20
-DHAVE_SYS_CYGWIN_H=3D0  -DHAVE_SIGNAL_H=3D1   -I. -I.  -c dmalloc_rand.c -o
./dmalloc_rand.o
--- dmallocc.o ---
./dmallocc.cc:41:10: fatal error: 'dmalloc.h' file not found
#include "dmalloc.h"
         ^~~~~~~~~~~
1 error generated.
--- dmalloc.h ---
rm -f dmalloc.h dmalloc.h.t
cat ./dmalloc.h.1 dmalloc.h.2 ./dmalloc.h.3 > dmalloc.h.t
--- dmallocc.o ---
*** [dmallocc.o] Error code 1

make[1]: stopped in /wrkdirs/usr/ports/devel/dmalloc/work/dmalloc-5.5.2
--- dmalloc.h ---
mv dmalloc.h.t dmalloc.h
1 error

make[1]: stopped in /wrkdirs/usr/ports/devel/dmalloc/work/dmalloc-5.5.2
=3D=3D=3D> Compilation failed unexpectedly.

--=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-240780-7788>