Lukas Oboril wrote:
> Stright off I see:
>
> ! msgfmt is not GNU msgfmt; make sure GNU msgfmt
> ! is in your path and can be called as "msgfmt"
> ! System will probably not compile properly.
> ! hit ^C now to abort compilation.
>
> Can I ignore this?
>
>
> uffff I never seen this type of message. More detail ?
It looks like this comes from
tools/check-versions.sh
which is finding /usr/bin/msgfmt
When I do the setup ". /opt/dtbld/bin/env.sh ss12", it sets the path to
Setting
PATH=/opt/dtbld/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/gnu/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin
If I manually alter that, changing /usr/bin/gnu (inexistent on this S10
machine) for /opt/sfw/bin, then at least the message goes away. I
realize that /opt/sfw/bin might not be a good idea.
And now for a couple more errors:
paulf> svcs -xv
svc:/system/dbus:default (D-BUS message bus)
State: maintenance since Sat Mar 14 10:14:23 2009
Reason: Start method exited with $SMF_EXIT_ERR_FATAL.
See: http://sun.com/msg/SMF-8000-KS
See: man -M /usr/man -s 3 dbus-daemon
See: /var/svc/log/system-dbus:default.log
paulf> cat /var/svc/log/system-dbus:default.log
[ Mar 14 10:14:23 Enabled. ]
[ Mar 14 10:14:23 Executing start method ("/lib/svc/method/svc-dbus
start") ]
Failed to start message bus: Could not get UID and GID for username "dbus"
dbus failed to start: error 1
[ Mar 14 10:14:23 Method "start" exited with status 95 ]
[ Mar 14 10:14:23 Rereading configuration. ]
Looks like dbus failed to install correctly.
Then, building stdcxx
pkgbuild: File not found by glob:
/var/tmp/pkgbuild-paulf/FOSSstdcxx-4.2.1-build/opt/foss/include/stdcxx/tr1/stdint.h
A+
Paul