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

* Re: checkinstall'ing 27.0.91 fails
  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
  0 siblings, 2 replies; 4+ messages in thread
From: Eli Zaretskii @ 2020-04-21 19:05 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Jordan Wilson <jordan.t.wilson@gmx.com>
> Date: Tue, 21 Apr 2020 11:09:31 +0100
> 
> 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

Why on earth does it try to build 'blessmail'??



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

* Re: checkinstall'ing 27.0.91 fails
  2020-04-21 19:05 ` Eli Zaretskii
@ 2020-04-26 18:48   ` Jordan Wilson
  2020-04-26 19:29   ` Nicolas Petton
  1 sibling, 0 replies; 4+ messages in thread
From: Jordan Wilson @ 2020-04-26 18:48 UTC (permalink / raw)
  To: help-gnu-emacs

On 2020-04-21 (Tue) at 22:05 (+0300), Eli Zaretskii <eliz@gnu.org> wrote:
> Why on earth does it try to build 'blessmail'??

No idea. But removing

blessmail: Makefile src
        $(MAKE) -C lib-src maybe-blessmail

from the Makefile solves my issue.

-- 
Jordan Wilson
    Sent from Gnus v5.13, GNU Emacs 27.0.91 on GNU/LINUX




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

* Re: checkinstall'ing 27.0.91 fails
  2020-04-21 19:05 ` Eli Zaretskii
  2020-04-26 18:48   ` Jordan Wilson
@ 2020-04-26 19:29   ` Nicolas Petton
  1 sibling, 0 replies; 4+ messages in thread
From: Nicolas Petton @ 2020-04-26 19:29 UTC (permalink / raw)
  To: Eli Zaretskii, help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 141 bytes --]

Eli Zaretskii <eliz@gnu.org> writes:

> Why on earth does it try to build 'blessmail'??

Could it be something wrong with the tarball?

Nico

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ 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.