From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: [partially solved] Date: Tue, 27 Apr 2021 07:33:24 +0200 Message-ID: <87o8e0p8u4.fsf@gnu.org> References: <87h7ju87n5.fsf@mat.ucm.es> <87bla18d4k.fsf@mat.ucm.es> <87tuntt8f0.fsf@gnu.org> <874kfsvkrq.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31750"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.5.12; emacs 28.0.50 Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Apr 27 08:00:07 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lbGlT-00080L-3g for ged-emacs-devel@m.gmane-mx.org; Tue, 27 Apr 2021 08:00:07 +0200 Original-Received: from localhost ([::1]:51518 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lbGlS-0000Gy-6Z for ged-emacs-devel@m.gmane-mx.org; Tue, 27 Apr 2021 02:00:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38358) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lbGjw-0008BW-HM for emacs-devel@gnu.org; Tue, 27 Apr 2021 01:58:32 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44451) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lbGjv-0005ga-Sy; Tue, 27 Apr 2021 01:58:31 -0400 Original-Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:47229) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1lbGju-00031o-Uy; Tue, 27 Apr 2021 01:58:31 -0400 Original-Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailauth.nyi.internal (Postfix) with ESMTP id 8FA3E27C0054; Tue, 27 Apr 2021 01:58:30 -0400 (EDT) Original-Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 27 Apr 2021 01:58:30 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdduledgudefvdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepfhgfhffvufffjgfkgggtsehttd ertddtredtnecuhfhrohhmpefvrghsshhilhhoucfjohhrnhcuoehtshguhhesghhnuhdr ohhrgheqnecuggftrfgrthhtvghrnhepveevieekteekveeigfefffeivdetgeduvdffue euudevgedttdehvdfhueevfffhnecukfhppeekjedrudeifedrfedurdduheegnecuvehl uhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhrnhdomh gvshhmthhprghuthhhphgvrhhsohhnrghlihhthidqkeeijeefkeejkeegqdeifeehvdel kedqthhsughhpeepghhnuhdrohhrghesfhgrshhtmhgrihhlrdhfmh X-ME-Proxy: Original-Received: from thinkpad-t440p (p57a31f9a.dip0.t-ipconnect.de [87.163.31.154]) by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 27 Apr 2021 01:58:29 -0400 (EDT) In-reply-to: <874kfsvkrq.fsf@mat.ucm.es> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:268516 Archived-At: Uwe Brauer writes: Hi Uwe, > As I just in my email to Stefan, the auctex version I actually use, is > compiled from master. Then the question is how up-to-date that is. If it's maybe around one month old, it could be the `make-obsolete' calls I've mentioned. > These other one are some dependencies (I am reminded here on my old > days on RPM based packages such as SuSe, before switching to Debian). > > So how can I resolve this issue? Well, when you have packages depending on the auctex package, I guess they'll pull in the auctex ELPA package, no matter if you have the auctex git checkout on your `load-path' or not. So I'd strongly suggest you use the auctex ELPA package and not the Git version. I make an ELPA release from our master after any bug fix anyhow, so it's not that you would be missing the hot new stuff. I guess there's also some way to teach package.el that it should assume some package is already installed in order to stop it from installing another version due to dependencies but I don't know it from the top of my head. Bye, Tassilo