Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 12:43:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250250] archivers/zstd: zbuff.h includes relative path to zstd.h outside include folder
Message-ID:  <bug-250250-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 250250
           Summary: archivers/zstd: zbuff.h includes relative path to
                    zstd.h outside include folder
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: tmilker+freebsd-bugs@gmail.com
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

zstd adds a zbuff.h header file to /usr/local/include and within this file,
there are two lines that look like:

#include "../zstd.h"

on lines 31 and 189.  This doesn't seem correct and when I was building
mongodb42-tools with portinstall, I was getting a file not found for zstd.h=
.=20
Changing the lines to remove the ../ fixed the compile issue.

I think this is an issue with zstd port but I'm not certain, my C header
includes knowledge is really rusty.

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