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

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

[Octave-bug-tracker] [bug #48618] Image package: Warnings when installin


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #48618] Image package: Warnings when installing ver 2.5.1. in dev branch
Date: Tue, 16 Aug 2016 00:05:32 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #14, bug #48618 (project octave):

Thanks. I changed some things on the maintainers Makefile so "make all" should
now work. Please update your clone then try "make clean && ./bootstrap && make
all". This should now build all the oct files.

However, I didn't actually change anything in the files that will get
installed so unless you changed something else on the system, it should still
warn and there is still something to be fixed. I just don't know yet.

Please confirm if "make all" works correctly now. If not please reattach the
new config.log. If yes, try "make install".  If it still gives warnings, do
the following changes:

0 in the Makefile at the root of the image package, look for 'pkg ("install",
"${RELEASE_TARBALL}")' and change it for 'pkg ("install", "-verbose",
"${RELEASE_TARBALL}")'
0 in the file '/usr/local/share/octave/4.1.0+/m/pkg/private/install.m (or the
equivalent in your Octave installation), look for this lines (around line
286):


  ## All is well, let's clean up.
  for i = 1:length (tmpdirs)
    [status, msg] = rmdir (tmpdirs{i}, "s");
    if (status != 1 && exist (tmpdirs{i}, "dir"))
      warning ("couldn't clean up after my self: %s\n", msg);
    endif
  endfor


and comment the lines.  If you do this, then after you run "make install",
there will be a a directory with a random name like "/tmp/oct-XXXXX". Attach
the src/config.log inside that directory.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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