[Bug 232761] databases/redis-devel: Cannot build on 12-BETA2: 'jemalloc/jemalloc.h' file not found

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 28 13:50:11 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232761

            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 at FreeBSD.org
          Reporter: iron.udjin at gmail.com
             Flags: maintainer-feedback?(osa at FreeBSD.org)
          Assignee: osa at 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'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** 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