[Sfw-team] [OpenIndiana Distribution - Bug #782] automake package does not install `automake`

illumos project devnull at illumos.org
Fri Apr 22 19:51:10 UTC 2011


Issue #782 has been updated by Alan Coopersmith.


Fixed "upstream" in the Userland packaging of automake-1.10 in snv_162.
----------------------------------------
Bug #782: automake package does not install `automake`
https://www.illumos.org/issues/782

Author: Matt Connolly
Status: New
Priority: Normal
Assigned to: OI SFW
Category: 
Target version: 


The package `developer/build/automake-110` does not install the `automake` or `aclocal` commands. (As those names, at least).

For example:
# pkg install developer/build/automakte-110
# automake
... not found error

It installs `/usr/bin/automake-1.10` and the user is required to do this:
# ln -s /usr/bin/automake-1.10 /usr/bin/automake
# ln -s /usr/bin/aclocal-1.10 /usr/bin/aclocal

to be able to use the commands in the expected manner.

Is it possible to update the package installer to create these symlinks?

Especially in the case where a user installs only one version of automake, there is no need to manually resolve the version.



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account



More information about the Sfw-team mailing list