octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54235] problems building Octave on Solaris


From: Rik
Subject: [Octave-bug-tracker] [bug #54235] problems building Octave on Solaris
Date: Thu, 12 Jul 2018 16:39:55 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #95, bug #54235 (project octave):

That is way cool.  You now can at least play around in Octave.  You could also
run 'make check' to get an idea how functional this version is.  This command
will run the test suite and at the end will print a summary of
passed/failed/skipped tests.

I checked on the use of 'id' in configure.  I was hoping that Automake would
rely on a variable and invoke $(ID) so that the program could be overridden by
a variable from Autoconf.  But, this is not the case.  So, Mike is correct
that the configure script needs to have the two instances where "id" is used
replaced with "gid".


      am_uid=`id -u || echo unknown`
      am_gid=`id -g || echo unknown`


Alternatively, you could become root and move 'id' aside to a new name like
'sid' for Solaris ID and then soft link 'gid' to 'id'.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54235>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]