[MacPorts] #51079: fossil @1.34_1+readline build error: does not find fuse.h
#51079: fossil @1.34_1+readline build error: does not find fuse.h --------------------------+-------------------------------- Reporter: theorikbn@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: fossil, fuse | Port: fossil --------------------------+-------------------------------- On my installation (MacPorts 2.3.4 on OS X 10.10.5), fossil (@1.34_1+readline) does not find `fuse.h`. It is enough to add `-I /opt/local/include/osxfuse` to the `Makefile`. -- Ticket URL: <https://trac.macports.org/ticket/51079> MacPorts <https://www.macports.org/> Ports system for OS X
#51079: fossil @1.34_1+readline build error: does not find fuse.h --------------------------+------------------------- Reporter: theorikbn@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: fossil | --------------------------+------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ciserlohn@… * keywords: fossil, fuse => Comment: Please attach the main.log file showing the build failure. -- Ticket URL: <https://trac.macports.org/ticket/51079#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#51079: fossil @1.34_1+readline build error: does not find fuse.h --------------------------+------------------------- Reporter: theorikbn@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: fossil | --------------------------+------------------------- Comment (by ciserlohn@…): I can't reproduce this on my machine. Please update to version 1.35: {{{ $ sudo port selfupdate $ sudo port upgrade fossil }}} and report if this still happens. -- Ticket URL: <https://trac.macports.org/ticket/51079#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#51079: fossil @1.34_1+readline build error: does not find fuse.h --------------------------+------------------------- Reporter: theorikbn@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: fossil | --------------------------+------------------------- Comment (by theorikbn@…): Thank you very much for testing this! From my side: Sorry, still same problem, same solution. -- Ticket URL: <https://trac.macports.org/ticket/51079#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#51079: fossil @1.34_1+readline build error: does not find fuse.h --------------------------+------------------------- Reporter: theorikbn@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: fossil | --------------------------+------------------------- Comment (by ciserlohn@…): Replying to [comment:3 theorikbn@…]:
Thank you very much for testing this! From my side: Sorry, still same problem, same solution.
Could you please provide the output of: {{{ $ find /opt/local/ -type f -iname *fuse*dylib $ find /usr -type f -iname *fuse*dylib }}} -- Ticket URL: <https://trac.macports.org/ticket/51079#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#51079: fossil @1.34_1+readline build error: does not find fuse.h --------------------------+------------------------- Reporter: theorikbn@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: fossil | --------------------------+------------------------- Comment (by theorikbn@…): {{{
find /opt/local/ -type f -iname '*fuse*dylib'
/opt/local//lib/libosxfuse_i32.2.dylib /opt/local//lib/libosxfuse_i64.2.dylib /opt/local//Library/Frameworks/OSXFUSE.framework/Versions/A/Resources/Debug/libosxfuse_i32.dylib.dSYM/Contents/Resources/DWARF/libosxfuse_i32.dylib /opt/local//Library/Frameworks/OSXFUSE.framework/Versions/A/Resources/Debug/libosxfuse_i64.dylib.dSYM/Contents/Resources/DWARF/libosxfuse_i64.dylib
find /usr -type f -iname '*fuse*dylib'
/usr/local/lib/libmacfuse_i32.2.dylib /usr/local/lib/libmacfuse_i64.2.dylib /usr/local/lib/libosxfuse_i32.2.dylib /usr/local/lib/libosxfuse_i64.2.dylib }}} Uninstalling OSXFUSE allows to compile correctly - thanks! (But why is the message about `fuse.h`? Even that was present in two places,`/usr/local` and `/opt/local`? Anyway: Thanks again!) -- Ticket URL: <https://trac.macports.org/ticket/51079#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts