Opened 19 years ago

Closed 19 years ago

#3316 closed defect (fixed)

uptimed build conflicts with coreutils

Reported by: kyle-opendarwinbugzilla@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Somewhere in uptimed's Makefiles (seems to be in the etc/Makefile, but I can't find it) uptimed calls the $(INSTALL) program with no install files specified. If you have coreutils installed, ginstall complains bitterly and stops the install process (the default /usr/bin/install doesn't complain).

The error looks something like this:

Making install in etc /bin/sh ../mkinstalldirs /opt/local/var/db/dports/build/file._opt_local_var_db_ ports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_sysutils_uptimed/work/ estroot/opt/local/etc

/opt/local/bin/ginstall -c -m 644 uptimed.conf-dist /opt/local/var/db/dports/b

ild/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_d orts_sysutils_uptimed/work/destroot/opt/local/etc/uptimed.conf-dist make[2]: Nothing to be done for `install-data-am'. make[2]: Nothing to be done for `install-exec-am'. /opt/local/bin/ginstall -c -d /opt/local/bin/ginstall: too few arguments Try `/opt/local/bin/ginstall --help' for more information. make[2]: * [install-data-local] Error 1 make[1]: * [install-am] Error 2 make: * [install-recursive] Error 1

I suspect the error is somewhere in the install-sysconfDATA target, but I'm having a little trouble parsing it in my head. :)

Change History (2)

comment:1 Changed 19 years ago by jmpp@…

Owner: changed from darwinports-bugs@… to mww@…

comment:2 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

fixed;

Note: See TracTickets for help on using tickets.