Date: Sun, 28 Oct 2018 13:50:08 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 232761] databases/redis-devel: Cannot build on 12-BETA2: 'jemalloc/jemalloc.h' file not found Message-ID: <bug-232761-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232761 Bug ID: 232761 Summary: databases/redis-devel: Cannot build on 12-BETA2: 'jemalloc/jemalloc.h' file not found Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: osa@FreeBSD.org Reporter: iron.udjin@gmail.com Flags: maintainer-feedback?(osa@FreeBSD.org) Assignee: osa@FreeBSD.org Hello, I'm trying to build redis-devel-5.0.0 on 12.0-BETA2 r339834: CC zipmap.o In file included from quicklist.c:33: ./zmalloc.h:50:10: fatal error: 'jemalloc/jemalloc.h' file not found #include <jemalloc/jemalloc.h> ^~~~~~~~~~~~~~~~~~~~~ In file included from adlist.c:34: ./zmalloc.h:50:10: fatal error: 'jemalloc/jemalloc.h' file not found #include <jemalloc/jemalloc.h> ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. gmake[3]: *** [Makefile:233: adlist.o] Error 1 gmake[3]: *** Waiting for unfinished jobs.... In file included from zipmap.c:80: ./zmalloc.h:50:10: fatal error: 'jemalloc/jemalloc.h' file not found #include <jemalloc/jemalloc.h> ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. gmake[3]: *** [Makefile:233: zipmap.o] Error 1 In file included from ae.c:44: ./zmalloc.h:50:10: fatal error: 'jemalloc/jemalloc.h' file not found #include <jemalloc/jemalloc.h> ^~~~~~~~~~~~~~~~~~~~~ In file included from dict.c:47: ./zmalloc.h:50:10: fatal error: 'jemalloc/jemalloc.h' file not found #include <jemalloc/jemalloc.h> ^~~~~~~~~~~~~~~~~~~~~ In file included from zmalloc.c:46: ./zmalloc.h:50:10: fatal error: 'jemalloc/jemalloc.h' file not found #include <jemalloc/jemalloc.h> ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. gmake[3]: *** [Makefile:233: zmalloc.o] Error 1 In file included from sds.c:40: In file included from ./sdsalloc.h:39: ./zmalloc.h:50:10: fatal error: 'jemalloc/jemalloc.h' file not found #include <jemalloc/jemalloc.h> ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. 1 error generated. gmake[3]: *** [Makefile:233: ae.o] Error 1 gmake[3]: *** [Makefile:233: quicklist.o] Error 1 1 error generated. 1 error generated. gmake[3]: *** [Makefile:233: sds.o] Error 1 gmake[3]: *** [Makefile:233: dict.o] Error 1 In file included from server.c:30: In file included from ./server.h:58: ./zmalloc.h:50:10: fatal error: 'jemalloc/jemalloc.h' file not found #include <jemalloc/jemalloc.h> ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. gmake[3]: *** [Makefile:233: server.o] Error 1 gmake[3]: Leaving directory '/usr/ports/databases/redis-devel/work/redis-5.0.0/src' gmake[2]: *** [Makefile:6: all] Error 2 gmake[2]: Leaving directory '/usr/ports/databases/redis-devel/work/redis-5.= 0.0' =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 --=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-232761-7788>