#44696: util-linux missing the 'column' command -----------------------------------+-------------------------------- Reporter: stephane.plaisance@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: util-linux | -----------------------------------+-------------------------------- Comment (by stephane.plaisance@…): I indeed had /usr/bin/column on a time machine from July which I restored (tanks for that) but it is now gone (maybe deleted by some later installation!) This is not explaining why the port package does not reinstall it and I am probably missing other exe from this same package I also tried ./configure from the util-linux-2.25 source but this too fails with PYTHON related issues I cannot solve. If someone can feed me with a solution for the build, I would be very grateful but I know this is not really the aim of this place. where it starts to fail in ./configure I have python2.7 perfectly running on this machine {{{ configure: WARNING: non-linux system; not building libmount configure: WARNING: libmount disabled; not building mount configure: WARNING: non-linux system; not building losetup configure: WARNING: libmount disabled; not building fsck configure: WARNING: non-linux system; not building partx configure: WARNING: libmount disabled; not building findmnt configure: WARNING: libmount disabled; not building mountpoint configure: WARNING: non-linux system; not building fallocate configure: WARNING: non-linux system; not building unshare checking for unshare... no configure: WARNING: non-linux system; not building nsenter checking for setns... no checking for capng_apply in -lcap-ng... no configure: WARNING: non-linux system; not building setpriv configure: WARNING: non-linux system; not building eject checking for crc32 in -lz... yes configure: WARNING: non-linux system; not building fdformat configure: WARNING: ioperm iopl function or Linux not found; not building hwclock configure: WARNING: non-linux system; not building fstrim configure: WARNING: non-linux system; not building swapon configure: WARNING: non-linux system; not building lsblk configure: WARNING: non-linux system; not building lscpu configure: WARNING: non-linux system; not building chcpu configure: WARNING: non-linux system; not building wdctl configure: WARNING: non-linux system; not building blockdev configure: WARNING: non-linux system; not building prlimit configure: WARNING: non-linux system; not building lslocks configure: WARNING: non-linux system; not building switch_root checking for syscall pivot_root... no configure: WARNING: Unable to detect syscall pivot_root. configure: WARNING: pivot_root syscall not found; not building pivot_root configure: WARNING: non-linux system; not building readprofile configure: WARNING: non-linux system; not building dmesg configure: WARNING: non-linux system; not building ctrlaltdel configure: WARNING: non-linux system; not building fsfreeze configure: WARNING: non-linux system; not building blkdiscard configure: WARNING: non-linux system; not building ldattach configure: WARNING: non-linux system; not building rtcwake configure: WARNING: non-linux system; not building setarch configure: WARNING: non-linux system; not building kill configure: WARNING: non-linux system; not building raw checking for LIBUSER... no configure: WARNING: PAM header file not found; not building chfn_chsh configure: WARNING: PAM header file not found; not building login configure: WARNING: PAM header file not found; not building su configure: WARNING: PAM header file not found; not building runuser configure: WARNING: non-linux system; not building setterm checking for syscall ioprio_set... no configure: WARNING: Unable to detect syscall ioprio_set. configure: WARNING: ioprio_set syscall not found; not building ionice configure: WARNING: cpu_set_t type not found; not building taskset checking for SYSTEMD... no checking for SYSTEMD_DAEMON... no checking for SYSTEMD_JOURNAL... no Package systemd was not found in the pkg-config search path. Perhaps you should add the directory containing `systemd.pc' to the PKG_CONFIG_PATH environment variable No package 'systemd' found checking for a Python interpreter with version >= 2... python checking for python... /Library/Frameworks/Python.framework/Versions/2.7/bin/python checking for python version... 2.7 checking for python platform... darwin checking for python script directory... ${prefix}/lib/python2.7/site- packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages checking for PYTHON... no configure: error: Package requirements (python-2.7) were not met: No package 'python-2.7' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables PYTHON_CFLAGS and PYTHON_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. }}} -- Ticket URL: <https://trac.macports.org/ticket/44696#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X