all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Claws Mail missing libetpan
@ 2020-01-02 17:14 Marco van Hulten
  2020-01-02 17:29 ` Julien Lepiller
  0 siblings, 1 reply; 4+ messages in thread
From: Marco van Hulten @ 2020-01-02 17:14 UTC (permalink / raw)
  To: Guix-devel

Hello—

I get an error compiling Claws Mail (claws-mail):

checking for libetpan-config... no
*** Claws Mail requires libetpan 0.57 or newer. See http://www.etpan.org/ 
*** You can use --disable-libetpan if you don't need IMAP4 and/or NNTP support.
configure: error: libetpan 0.57 not found
command "/gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash" "./configure" "CONFIG_SHELL=/gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash" "SHELL=/gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash" "--prefix=/gnu/store/knhrmn4cjqyxrmbwqm33vwakma8gcpql-claws-mail-3.17.4" "--enable-fast-install" "--build=x86_64-unknown-linux-gnu" "--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant" "--enable-ldap" failed with status 1

First installing libetpan (the Guix package) does not help.

—Marco

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

* Re: Claws Mail missing libetpan
  2020-01-02 17:14 Claws Mail missing libetpan Marco van Hulten
@ 2020-01-02 17:29 ` Julien Lepiller
  2020-01-02 18:52   ` Efraim Flashner
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Lepiller @ 2020-01-02 17:29 UTC (permalink / raw)
  To: guix-devel, Marco van Hulten

Le 2 janvier 2020 12:14:50 GMT-05:00, Marco van Hulten <marco@hulten.org> a écrit :
>Hello—
>
>I get an error compiling Claws Mail (claws-mail):
>
>checking for libetpan-config... no
>*** Claws Mail requires libetpan 0.57 or newer. See
>http://www.etpan.org/ 
>*** You can use --disable-libetpan if you don't need IMAP4 and/or NNTP
>support.
>configure: error: libetpan 0.57 not found
>command
>"/gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash"
>"./configure"
>"CONFIG_SHELL=/gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash"
>"SHELL=/gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash"
>"--prefix=/gnu/store/knhrmn4cjqyxrmbwqm33vwakma8gcpql-claws-mail-3.17.4"
>"--enable-fast-install" "--build=x86_64-unknown-linux-gnu"
>"--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant"
>"--enable-ldap" failed with status 1
>
>First installing libetpan (the Guix package) does not help.
>
>—Marco

There's no reason it should help: builds are completely isolated from the host environment. There is nothing you can do to influence them.

I'm sorry I can't help though, because I have a charger issue for my laptop. I don't remember having an issue with claws-mail recently, so maybe try to run guix pull if you're not already on the latest version.

Otherwise, what is the version of libetpan in guix and does it contain a libetpan-config?

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

* Re: Claws Mail missing libetpan
  2020-01-02 17:29 ` Julien Lepiller
@ 2020-01-02 18:52   ` Efraim Flashner
  2020-01-02 21:38     ` Marco van Hulten
  0 siblings, 1 reply; 4+ messages in thread
From: Efraim Flashner @ 2020-01-02 18:52 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: guix-devel

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

On Thu, Jan 02, 2020 at 12:29:47PM -0500, Julien Lepiller wrote:
> Le 2 janvier 2020 12:14:50 GMT-05:00, Marco van Hulten <marco@hulten.org> a écrit :
> >Hello—
> >
> >I get an error compiling Claws Mail (claws-mail):
> >
> >checking for libetpan-config... no
> >*** Claws Mail requires libetpan 0.57 or newer. See
> >http://www.etpan.org/ 
> >*** You can use --disable-libetpan if you don't need IMAP4 and/or NNTP
> >support.
> >configure: error: libetpan 0.57 not found
> >command
> >"/gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash"
> >"./configure"
> >"CONFIG_SHELL=/gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash"
> >"SHELL=/gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash"
> >"--prefix=/gnu/store/knhrmn4cjqyxrmbwqm33vwakma8gcpql-claws-mail-3.17.4"
> >"--enable-fast-install" "--build=x86_64-unknown-linux-gnu"
> >"--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant"
> >"--enable-ldap" failed with status 1
> >
> >First installing libetpan (the Guix package) does not help.
> >
> >—Marco
> 
> There's no reason it should help: builds are completely isolated from the host environment. There is nothing you can do to influence them.
> 
> I'm sorry I can't help though, because I have a charger issue for my laptop. I don't remember having an issue with claws-mail recently, so maybe try to run guix pull if you're not already on the latest version.
> 
> Otherwise, what is the version of libetpan in guix and does it contain a libetpan-config?
> 

I recently upgraded libetpan from 1.9.3 to 1.9.4, and with it we lost
the libetpan-config binary. There's an open bug¹ with libetpan upstream
to mention the now missing binary. There's also an upstream patch² but
I'm having a hard time getting it to work.

¹ https://github.com/dinhviethoa/libetpan/issues/338
²https://git.claws-mail.org/?p=claws.git;a=commit;h=f4ea5707862db1678e418fbdde805d09efaa2ee5

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

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

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

* Re: Claws Mail missing libetpan
  2020-01-02 18:52   ` Efraim Flashner
@ 2020-01-02 21:38     ` Marco van Hulten
  0 siblings, 0 replies; 4+ messages in thread
From: Marco van Hulten @ 2020-01-02 21:38 UTC (permalink / raw)
  To: guix-devel

Je  2 jan 20:52 skribis Efraim:
> On Thu, Jan 02, 2020 at 12:29:47PM -0500, Julien Lepiller wrote:
> > Le 2 janvier 2020 12:14:50 GMT-05:00, Marco van Hulten <marco@hulten.org> a écrit :  
> > >Hello—
> > >
> > >I get an error compiling Claws Mail (claws-mail):
> > >
> > >checking for libetpan-config... no
> > >*** Claws Mail requires libetpan 0.57 or newer. See
> > >http://www.etpan.org/ 
> > >[...]
> > >
> > >First installing libetpan (the Guix package) does not help.
> > >
> > >—Marco  
> > 
> > There's no reason it should help: builds are completely isolated
> > from the host environment. There is nothing you can do to influence
> > them.

But that means builds may be reproducible!

> > [...]
> 
> I recently upgraded libetpan from 1.9.3 to 1.9.4, and with it we lost
> the libetpan-config binary. There's an open bug¹ with libetpan
> upstream to mention the now missing binary. There's also an upstream
> patch² but I'm having a hard time getting it to work.

On a different Guix (System) system I already had Claws Mail 3.17.4
running.  After 'guix pull' it grabbed libetpan-1.9.4 and wanted to
compile Claws Mail anew.  Indeed, same compilation error.

—Marco

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

end of thread, other threads:[~2020-01-02 21:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-02 17:14 Claws Mail missing libetpan Marco van Hulten
2020-01-02 17:29 ` Julien Lepiller
2020-01-02 18:52   ` Efraim Flashner
2020-01-02 21:38     ` Marco van Hulten

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

	https://git.savannah.gnu.org/cgit/guix.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.