public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* libsqlite3-devel install uninstalls openssl-devel just to install again??
@ 2018-07-21 19:51 cyg Simple
  2018-07-21 23:36 ` Ken Brown
  2018-07-22  0:38 ` Takashi Yano
  0 siblings, 2 replies; 5+ messages in thread
From: cyg Simple @ 2018-07-21 19:51 UTC (permalink / raw)
  To: cygwin

Maintainer of libsqlite3-devel,

I just tried to add libsqlite3-devel and find that openssl-devel is
being uninstalled just to be installed again.  Surely this is a package
bug issue.

Uninstall openssl-devel 1.0.2o-1 (automatically added)
Install libsqlite3-devel 3.21.0-1
Install openssl-devel 1.0.2o-1

-- 
cyg Simple

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: libsqlite3-devel install uninstalls openssl-devel just to install again??
  2018-07-21 19:51 libsqlite3-devel install uninstalls openssl-devel just to install again?? cyg Simple
@ 2018-07-21 23:36 ` Ken Brown
  2018-07-22  0:38 ` Takashi Yano
  1 sibling, 0 replies; 5+ messages in thread
From: Ken Brown @ 2018-07-21 23:36 UTC (permalink / raw)
  To: cygwin

On 7/21/2018 2:44 PM, cyg Simple wrote:
> Maintainer of libsqlite3-devel,
> 
> I just tried to add libsqlite3-devel and find that openssl-devel is
> being uninstalled just to be installed again.  Surely this is a package
> bug issue.
> 
> Uninstall openssl-devel 1.0.2o-1 (automatically added)
> Install libsqlite3-devel 3.21.0-1
> Install openssl-devel 1.0.2o-1

If anything, this would be a setup bug, not a package bug.  But I just 
tried the same thing and got only the expected "Install libsqlite3-devel 
3.21.0-1".  Are you sure you didn't ask setup to reinstall 
openssl-devel?  There might be some information in /var/log/setup.log.full.

Ken


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: libsqlite3-devel install uninstalls openssl-devel just to install again??
  2018-07-21 19:51 libsqlite3-devel install uninstalls openssl-devel just to install again?? cyg Simple
  2018-07-21 23:36 ` Ken Brown
@ 2018-07-22  0:38 ` Takashi Yano
  2018-07-22  3:25   ` Marco Atzeri
  1 sibling, 1 reply; 5+ messages in thread
From: Takashi Yano @ 2018-07-22  0:38 UTC (permalink / raw)
  To: cygwin

On Sat, 21 Jul 2018 14:44:57 -0400
cyg Simple wrote:
> Uninstall openssl-devel 1.0.2o-1 (automatically added)
> Install libsqlite3-devel 3.21.0-1
> Install openssl-devel 1.0.2o-1

I can't reproduce this.

$ cygcheck -c openssl-devel
Cygwin Package Information
Package              Version        Status
openssl-devel        1.0.2o-1       OK

Then installing libsqlite3-devel says just:
Install libsqlite3-devel 3.21.0-1

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: libsqlite3-devel install uninstalls openssl-devel just to install again??
  2018-07-22  0:38 ` Takashi Yano
@ 2018-07-22  3:25   ` Marco Atzeri
  2018-07-23 15:45     ` cyg Simple
  0 siblings, 1 reply; 5+ messages in thread
From: Marco Atzeri @ 2018-07-22  3:25 UTC (permalink / raw)
  To: cygwin

Am 21.07.2018 um 21:22 schrieb Takashi Yano:
> On Sat, 21 Jul 2018 14:44:57 -0400
> cyg Simple wrote:
>> Uninstall openssl-devel 1.0.2o-1 (automatically added)
>> Install libsqlite3-devel 3.21.0-1
>> Install openssl-devel 1.0.2o-1
>
> I can't reproduce this.
>
> $ cygcheck -c openssl-devel
> Cygwin Package Information
> Package              Version        Status
> openssl-devel        1.0.2o-1       OK
>
> Then installing libsqlite3-devel says just:
> Install libsqlite3-devel 3.21.0-1
>

that is expected as the only dependency is

   requires: libsqlite3_0

Ken's hypothesis is the most likely: setup was asked to
re-install openssl-devel

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: libsqlite3-devel install uninstalls openssl-devel just to install again??
  2018-07-22  3:25   ` Marco Atzeri
@ 2018-07-23 15:45     ` cyg Simple
  0 siblings, 0 replies; 5+ messages in thread
From: cyg Simple @ 2018-07-23 15:45 UTC (permalink / raw)
  To: cygwin

On 7/21/2018 3:51 PM, Marco Atzeri wrote:
> Am 21.07.2018 um 21:22 schrieb Takashi Yano:
>> On Sat, 21 Jul 2018 14:44:57 -0400
>> cyg Simple wrote:
>>> Uninstall openssl-devel 1.0.2o-1 (automatically added)
>>> Install libsqlite3-devel 3.21.0-1
>>> Install openssl-devel 1.0.2o-1
>>
>> I can't reproduce this.
>>
>> $ cygcheck -c openssl-devel
>> Cygwin Package Information
>> Package              Version        Status
>> openssl-devel        1.0.2o-1       OK
>>
>> Then installing libsqlite3-devel says just:
>> Install libsqlite3-devel 3.21.0-1
>>
> 
> that is expected as the only dependency is
> 
>   requires: libsqlite3_0
> 
> Ken's hypothesis is the most likely: setup was asked to
> re-install openssl-devel

No, I did not ask to reinstall openssl-devel, I simply started
setup-x86_64.exe and searched for libsqlite3-devel, selected it for
install then clicked the Next button.  Since others cannot reproduce
this then I'll just leave it as is and take it as a surprise for just me.

-- 
cyg Simple

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2018-07-23 14:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-21 19:51 libsqlite3-devel install uninstalls openssl-devel just to install again?? cyg Simple
2018-07-21 23:36 ` Ken Brown
2018-07-22  0:38 ` Takashi Yano
2018-07-22  3:25   ` Marco Atzeri
2018-07-23 15:45     ` cyg Simple

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).