[MacPorts] #50218: Error: Failed to install doxygen
MacPorts
noreply at macports.org
Sat Jan 16 07:03:58 PST 2016
#50218: Error: Failed to install doxygen
-----------------------+--------------------
Reporter: justin@… | Owner: css@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: invalid | Keywords:
Port: doxygen |
-----------------------+--------------------
Changes (by cal@…):
* status: new => closed
* resolution: => invalid
Comment:
Problems are:
{{{
8
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_doxygen/doxygen/work/doxygen-1.8.10/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10:
fatal error: 'pthread.h' file not found
9 #include <pthread.h>
10 ^
11 1 error generated.
}}}
and
{{{
42 In file included from
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_doxygen/doxygen/work/doxygen-1.8.10/CMakeFiles/CMakeTmp/src.cxx:1:
43 /opt/local/include/iconv.h:54:10: fatal error: 'errno.h' file not
found
44 #include <errno.h>
45 ^
46 1 error generated.
}}}
These files should be in `/usr/include` and are provided by the Command
Line Tools:
{{{
:) clemens at cBookPro:~$ file /usr/include/pthread.h
/usr/include/pthread.h: ASCII c program text
:) clemens at cBookPro:~$ file /usr/include/errno.h
/usr/include/errno.h: ASCII c program text
:) clemens at cBookPro:~$ pkgutil --file-info /usr/include/pthread.h
volume: /
path: /usr/include/pthread.h
pkgid: com.apple.pkg.DevSDK
pkg-version: 10.11.1.0.1.1447239525
install-time: 1447279814
uid: 0
gid: 0
mode: 755
pkgid: com.apple.pkg.DevSDK_OSX1011
pkg-version: 7.2.0.0.1.1447826929
install-time: 1449617503
uid: 0
gid: 0
mode: 755
:) clemens at cBookPro:~$ pkgutil --file-info /usr/include/errno.h
volume: /
path: /usr/include/errno.h
pkgid: com.apple.pkg.DevSDK
pkg-version: 10.11.1.0.1.1447239525
install-time: 1447279814
uid: 0
gid: 0
mode: 444
pkgid: com.apple.pkg.DevSDK_OSX1011
pkg-version: 7.2.0.0.1.1447826929
install-time: 1449617503
uid: 0
gid: 0
mode: 444
}}}
Please install the command line tools. You can test for their presence by
checking whether `/Library/Developer/CommandLineTools/usr/bin/make`
exists.
--
Ticket URL: <https://trac.macports.org/ticket/50218#comment:7>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list