public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygstart fails
@ 2014-01-14 21:26 Thomas Wolff
  2014-01-14 22:01 ` Buchbinder, Barry (NIH/NIAID) [E]
  2014-01-14 22:02 ` Warren Young
  0 siblings, 2 replies; 7+ messages in thread
From: Thomas Wolff @ 2014-01-14 21:26 UTC (permalink / raw)
  To: cygwin

After today's setup update, cygstart (e.g. "cygstart .") fails with:
/usr/bin/cygstart.exe: error while loading shared libraries: 
cygpopt-0.dll: cannot open shared object file: No such file or directory
(happened on two systems, both on Windows 7 64 bit, with cygwin 32 bit; 
works with cygwin 64 bit)
------
Thomas

--
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] 7+ messages in thread

* RE: cygstart fails
  2014-01-14 21:26 cygstart fails Thomas Wolff
@ 2014-01-14 22:01 ` Buchbinder, Barry (NIH/NIAID) [E]
  2014-01-14 22:08   ` Christian Franke
  2014-01-14 22:02 ` Warren Young
  1 sibling, 1 reply; 7+ messages in thread
From: Buchbinder, Barry (NIH/NIAID) [E] @ 2014-01-14 22:01 UTC (permalink / raw)
  To: cygwin; +Cc: Thomas Wolff

Thomas Wolff sent the following at Tuesday, January 14, 2014 4:26 PM
>After today's setup update, cygstart (e.g. "cygstart .") fails
>with: /usr/bin/cygstart.exe: error while loading shared libraries:
>cygpopt-0.dll: cannot open shared object file: No such file or directory
>(happened on two systems, both on Windows 7 64 bit, with cygwin 32 bit;
>works with cygwin 64 bit) ------ Thomas

Happened to me yesterday.  I installed popt and cygstart worked.

- Barry
  Disclaimer: Statements made herein are not made on behalf of NIAID.


--
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] 7+ messages in thread

* Re: cygstart fails
  2014-01-14 21:26 cygstart fails Thomas Wolff
  2014-01-14 22:01 ` Buchbinder, Barry (NIH/NIAID) [E]
@ 2014-01-14 22:02 ` Warren Young
  1 sibling, 0 replies; 7+ messages in thread
From: Warren Young @ 2014-01-14 22:02 UTC (permalink / raw)
  To: Cygwin-L

On 1/14/2014 14:26, Thomas Wolff wrote:
> After today's setup update, cygstart (e.g. "cygstart .") fails with:
> /usr/bin/cygstart.exe: error while loading shared libraries:
> cygpopt-0.dll: cannot open shared object file: No such file or directory
> (happened on two systems, both on Windows 7 64 bit, with cygwin 32 bit;
> works with cygwin 64 bit)

Yeah, I saw that, too.  I figured I'd screwed something up, and just 
manually reinstalled libpopt.

Now I wonder if someone has munged a setup.{hint,ini} file somewhere?

--
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] 7+ messages in thread

* Re: cygstart fails
  2014-01-14 22:01 ` Buchbinder, Barry (NIH/NIAID) [E]
@ 2014-01-14 22:08   ` Christian Franke
  2014-01-15  6:25     ` Christopher Faylor
  2014-01-20 16:36     ` Charles Wilson
  0 siblings, 2 replies; 7+ messages in thread
From: Christian Franke @ 2014-01-14 22:08 UTC (permalink / raw)
  To: cygwin

Buchbinder, Barry (NIH/NIAID) [E] wrote:
> Thomas Wolff sent the following at Tuesday, January 14, 2014 4:26 PM
>> After today's setup update, cygstart (e.g. "cygstart .") fails
>> with: /usr/bin/cygstart.exe: error while loading shared libraries:
>> cygpopt-0.dll: cannot open shared object file: No such file or directory
>> (happened on two systems, both on Windows 7 64 bit, with cygwin 32 bit;
>> works with cygwin 64 bit) ------ Thomas
> Happened to me yesterday.  I installed popt and cygstart worked.
>

An update of the (now obsolete & empty) package libpopt0 removes 
cygpopt-0.dll. The file cygpopt-0.dll is now in package popt.

Various packages (chkconfig, cygutils*, rsync, ...) still have 
"requires: libpopt0" instead of "popt" in setup.ini. The setup.hint 
files of these packages should be changed accordingly.

Christian


--
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] 7+ messages in thread

* Re: cygstart fails
  2014-01-14 22:08   ` Christian Franke
@ 2014-01-15  6:25     ` Christopher Faylor
  2014-01-20 16:36     ` Charles Wilson
  1 sibling, 0 replies; 7+ messages in thread
From: Christopher Faylor @ 2014-01-15  6:25 UTC (permalink / raw)
  To: cygwin

On Tue, Jan 14, 2014 at 11:08:38PM +0100, Christian Franke wrote:
>Buchbinder, Barry (NIH/NIAID) [E] wrote:
>> Thomas Wolff sent the following at Tuesday, January 14, 2014 4:26 PM
>>> After today's setup update, cygstart (e.g. "cygstart .") fails
>>> with: /usr/bin/cygstart.exe: error while loading shared libraries:
>>> cygpopt-0.dll: cannot open shared object file: No such file or directory
>>> (happened on two systems, both on Windows 7 64 bit, with cygwin 32 bit;
>>> works with cygwin 64 bit) ------ Thomas
>> Happened to me yesterday.  I installed popt and cygstart worked.
>>
>
>An update of the (now obsolete & empty) package libpopt0 removes 
>cygpopt-0.dll. The file cygpopt-0.dll is now in package popt.
>
>Various packages (chkconfig, cygutils*, rsync, ...) still have 
>"requires: libpopt0" instead of "popt" in setup.ini. The setup.hint 
>files of these packages should be changed accordingly.

There should be no need.  libpopt0 relies on popt.  There was a brief
period during which that wasn't true but that has been rectified.

cgf

--
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] 7+ messages in thread

* Re: cygstart fails
  2014-01-14 22:08   ` Christian Franke
  2014-01-15  6:25     ` Christopher Faylor
@ 2014-01-20 16:36     ` Charles Wilson
  2014-01-20 16:45       ` Marco Atzeri
  1 sibling, 1 reply; 7+ messages in thread
From: Charles Wilson @ 2014-01-20 16:36 UTC (permalink / raw)
  To: The Cygwin Mailing List

On 1/14/2014 5:08 PM, Christian Franke wrote:
> Buchbinder, Barry (NIH/NIAID) [E] wrote:
>> Thomas Wolff sent the following at Tuesday, January 14, 2014 4:26 PM
>>> After today's setup update, cygstart (e.g. "cygstart .") fails
>>> with: /usr/bin/cygstart.exe: error while loading shared libraries:
>>> cygpopt-0.dll: cannot open shared object file: No such file or directory
>>> (happened on two systems, both on Windows 7 64 bit, with cygwin 32 bit;
>>> works with cygwin 64 bit) ------ Thomas
>> Happened to me yesterday.  I installed popt and cygstart worked.
>>
>
> An update of the (now obsolete & empty) package libpopt0 removes
> cygpopt-0.dll. The file cygpopt-0.dll is now in package popt.

May I ask WHY this change was made? There is a REASON that DLLs get 
their own package, separate from the "main" package -- it's because 
DLLs' version numbers change, and in order to have both "cygfoo-0.dll" 
and "cygfoo-1.dll" installed at the same time, they need to be in 
separate packages...a single "foo" package won't do the trick.

Granted, popt hasn't changed in about a decade, and is unlikely to 
"bump" to a new DLL number any time soon...but why mess with a working 
nomenclature system for no reason?

--
Chuck


--
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] 7+ messages in thread

* Re: cygstart fails
  2014-01-20 16:36     ` Charles Wilson
@ 2014-01-20 16:45       ` Marco Atzeri
  0 siblings, 0 replies; 7+ messages in thread
From: Marco Atzeri @ 2014-01-20 16:45 UTC (permalink / raw)
  To: cygwin



On 20/01/2014 17:36, Charles Wilson wrote:
> On 1/14/2014 5:08 PM, Christian Franke wrote:
>> Buchbinder, Barry (NIH/NIAID) [E] wrote:
>>> Thomas Wolff sent the following at Tuesday, January 14, 2014 4:26 PM
>>>> After today's setup update, cygstart (e.g. "cygstart .") fails
>>>> with: /usr/bin/cygstart.exe: error while loading shared libraries:
>>>> cygpopt-0.dll: cannot open shared object file: No such file or
>>>> directory
>>>> (happened on two systems, both on Windows 7 64 bit, with cygwin 32 bit;
>>>> works with cygwin 64 bit) ------ Thomas
>>> Happened to me yesterday.  I installed popt and cygstart worked.
>>>
>>
>> An update of the (now obsolete & empty) package libpopt0 removes
>> cygpopt-0.dll. The file cygpopt-0.dll is now in package popt.
>
> May I ask WHY this change was made? There is a REASON that DLLs get
> their own package, separate from the "main" package -- it's because
> DLLs' version numbers change, and in order to have both "cygfoo-0.dll"
> and "cygfoo-1.dll" installed at the same time, they need to be in
> separate packages...a single "foo" package won't do the trick.
>
> Granted, popt hasn't changed in about a decade, and is unlikely to
> "bump" to a new DLL number any time soon...but why mess with a working
> nomenclature system for no reason?
>
> --
> Chuck

I should say it is a dll only package

cygcheck -l popt
/usr/bin/cygpopt-0.dll
/usr/share/locale/cs/LC_MESSAGES/popt.mo
[cut]
/usr/share/locale/zh_TW/LC_MESSAGES/popt.mo
/usr/share/man/man3/popt.3.gz

--
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] 7+ messages in thread

end of thread, other threads:[~2014-01-20 16:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-14 21:26 cygstart fails Thomas Wolff
2014-01-14 22:01 ` Buchbinder, Barry (NIH/NIAID) [E]
2014-01-14 22:08   ` Christian Franke
2014-01-15  6:25     ` Christopher Faylor
2014-01-20 16:36     ` Charles Wilson
2014-01-20 16:45       ` Marco Atzeri
2014-01-14 22:02 ` Warren Young

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