Skip to Content.
Sympa Menu

texmacs-users - Re: [TeXmacs] 1.0.7.15 make install error

Subject: mailing-list for TeXmacs Users

List archive

Re: [TeXmacs] 1.0.7.15 make install error


Chronological Thread 
  • From: Kemal Ilgar Eroglu <address@hidden>
  • To: "address@hidden" <address@hidden>
  • Subject: Re: [TeXmacs] 1.0.7.15 make install error
  • Date: Sun, 18 Mar 2012 06:02:07 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=ZPEX8RU4h0/qgIP3gJApWX6bqx8EaowSkJamhrtXGQLsqwKkfcon1fWeZmj0OYc7A/qeiatYKHgZln3EtNmHqSXZ1jFlS/cs0O6wMC6PkAqcd59U49LV5yjghkwjFnxYz6JQJG7fl0ikvhe9eEg5E9oSi1KmZaa55AhO0FlF1To=;

Yes, removing python.new solves the issue (indeed 'make' runs fine anyway, it's 'make install' where you get the error),

Ilgar


From: Joris van der Hoeven <address@hidden>
To: address@hidden
Sent: Sunday, March 18, 2012 11:01 AM
Subject: Re: [TeXmacs] 1.0.7.15 make install error

Hi,

I guess that this happens when installing from the source tarball?
Could you please try removing the src/python.new directory and
retry configure, make, make install?

Thanks, --Joris

On Sat, Mar 17, 2012 at 02:08:12PM -0700, Kemal Ilgar Eroglu wrote:
> I tried to install TeXmacs 1.0.7.15 on my 32 bit Slackware system but make install gives the error
>
> mkdir -p /usr/local/libexec/TeXmacs
> mkdir -p /usr/local/libexec/TeXmacs/bin
> mkdir -p /usr/local/libexec/TeXmacs/lib
> cp -r -f TeXmacs/bin/texmacs.bin /usr/local/libexec/TeXmacs/bin
> cp -r -f TeXmacs/bin/tm_gs /usr/local/libexec/TeXmacs/bin
> cp -r -f TeXmacs/plugins/*/bin/* /usr/local/libexec/TeXmacs/bin
> cp: will not overwrite just-created `/usr/local/libexec/TeXmacs/bin/tm_python' with `TeXmacs/plugins/python/bin/tm_python'
> make: *** [INSTALL] Error 1
>
> Commenting out the line
>
>         $(CP) $(tmdir)/plugins/*/bin/* $(DESTDIR)$(tmbin)/bin
>
> in Makefile makes the error go away (and the plugin files seem to have been installed anyway).





Archive powered by MHonArc 2.6.19.

Top of Page