all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* checkinstall'ing 27.0.91 fails
@ 2020-04-21 10:09 Jordan Wilson
  2020-04-21 19:05 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Jordan Wilson @ 2020-04-21 10:09 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all,

I'm running Ubuntu 18.04 on x86-64.

I've just tried to get Emacs 27.0.91 on my machine. It builds and runs
as is to be expected, it's just when I try to do `checkinstall' (as I
normally do to install Emacs as a package) it gets someway through the
process and then fails (see the end of this mail).

Build commands:
./configure --without-compress-install
make
sudo checkinstall make install

Thanks,
Jordan.

...
for file in etags ctags emacsclient  ebrowse ; do \
  /usr/bin/install -c  ${file} \
    "/usr/local/bin"/` \
      echo ${file} | sed -e 's/$//' -e 's,x,x,' \
    ` || exit; \
done
make[1]: Leaving directory '/tmp/emacs-27.0.91/lib-src'
/usr/bin/install -c  src/emacs "/usr/local/bin/`echo emacs-27.0.91 | sed 's,x,x,'`"
/usr/bin/install -c -m 644 src/emacs.pdmp "/usr/local/libexec/emacs/27.0.91/x86_64-pc-linux-gnu"/emacs.pdmp
chmod 755 "/usr/local/bin/`echo emacs-27.0.91 | sed 's,x,x,'`"
rm -f "/usr/local/bin/`echo emacs | sed 's,x,x,'`"
cd "/usr/local/bin" && ln -s "`echo emacs-27.0.91 | sed 's,x,x,'`" "`echo emacs | sed 's,x,x,'`"
make -C lib-src maybe-blessmail
make[1]: Entering directory '/tmp/emacs-27.0.91/lib-src'
  GEN      blessmail
emacs: could not resolve realpath of "../src/emacs": Invalid argument
Makefile:251: recipe for target 'blessmail' failed
make[1]: *** [blessmail] Error 1
make[1]: Leaving directory '/tmp/emacs-27.0.91/lib-src'
Makefile:427: recipe for target 'blessmail' failed
make: *** [blessmail] Error 2

****  Installation failed. Aborting package creation.

Restoring overwritten files from backup...OK

Cleaning up...OK

Bye.
...




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-26 19:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-21 10:09 checkinstall'ing 27.0.91 fails Jordan Wilson
2020-04-21 19:05 ` Eli Zaretskii
2020-04-26 18:48   ` Jordan Wilson
2020-04-26 19:29   ` Nicolas Petton

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.