I am packaging Erlang for opensolaris, my package worked well in global zone, but when I installed it on a machine with local zone, I saw the following warning messages:
---->8---- ## Installing package <SUNWerlang-r12b> in zone <green2> Erlang/OTP R12B-1(sparc) 11.11.0,REV=2008.02.22.14.51 This appears to be an attempt to install the same architecture and version of a package which is already installed. This installation will attempt to overwrite this package. Using </> as the package base directory. ## Processing package information. ## Processing system information. 7497 package pathnames are already properly installed. Installing Erlang/OTP R12B-1 as <SUNWerlang-r12b> ## Installing part 1 of 1. /usr/erlang/R12B/lib/erlang/bin/dialyzer <attribute change only> /usr/erlang/R12B/lib/erlang/bin/erl <attribute change only> /usr/erlang/R12B/lib/erlang/bin/erlc <attribute change only> /usr/erlang/R12B/lib/erlang/bin/escript <attribute change only> /usr/erlang/R12B/lib/erlang/bin/run_erl <attribute change only> /usr/erlang/R12B/lib/erlang/bin/to_erl <attribute change only> /usr/erlang/R12B/lib/erlang/bin/typer <attribute change only> /usr/erlang/R12B/lib/erlang/erts-5.6.1/bin/epmd <attribute change only> [ verifying class <none> ] WARNING: attribute verification of </usr/erlang/R12B/lib/erlang/bin/dialyzer> failed unable to fix attributes WARNING: attribute verification of </usr/erlang/R12B/lib/erlang/bin/erl> failed unable to fix attributes WARNING: attribute verification of </usr/erlang/R12B/lib/erlang/bin/erlc> failed unable to fix attributes WARNING: attribute verification of </usr/erlang/R12B/lib/erlang/bin/escript> failed unable to fix attributes WARNING: attribute verification of </usr/erlang/R12B/lib/erlang/bin/run_erl> failed unable to fix attributes WARNING: attribute verification of </usr/erlang/R12B/lib/erlang/bin/to_erl> failed unable to fix attributes WARNING: attribute verification of </usr/erlang/R12B/lib/erlang/bin/typer> failed unable to fix attributes WARNING: attribute verification of </usr/erlang/R12B/lib/erlang/erts-5.6.1/bin/epmd> failed unable to fix attributes Installation of <SUNWerlang-r12b> on zone <green2> was successful. ---->8---- The "This appears to be an attempt to ..." messages seemed to indicate there was something wrong, but what is it? Thanks for any help! Raymond
