Opened 8 years ago

Last modified 8 years ago

#50979 closed defect

Can't build encfs — at Initial Version

Reported by: urilabob@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: libtool

Description

OSX: 10.10.5 XCode: 7.2 (7C68)

I have encfs 1.8.1 installed. Running 'port upgrade outdated' causes an attempt to update it (I haven't been able to figure out to what version). I have osxfuse in /usr/local, so I expect to have to move /usr/local aside for the build to work. But doing so, the build fails because: {{{:info:build ./encfs.h:25:10: fatal error: 'fuse.h' file not found :info:build #include <fuse.h> :info:build :info:build 1 error generated.}}}

However fuse.h does exist in /opt: {{{find /opt -name '*fuse.h*' -print /opt/local/include/osxfuse/fuse/fuse.h /opt/local/include/osxfuse/fuse.h}}}

There are also many warnings: :info:build ../libtool: line 920: /opt/local/bin/gsed: No such file or directory

However it also exists: {{{sh-3.2# find /opt -name gsed -print /opt/local/bin/gsed}}}

It seems that somehow the port is searching the wrong paths, but I have no idea where to look.

Change History (1)

Changed 8 years ago by urilabob@…

Attachment: main.log added

log file

Note: See TracTickets for help on using tickets.