public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Obsolete dependency report, 2017-Apr-04
@ 2017-04-04 21:44 Yaakov Selkowitz
  2017-04-16 17:54 ` libhttpd.dll.a is missing some symbols David Rothenberger
  0 siblings, 1 reply; 8+ messages in thread
From: Yaakov Selkowitz @ 2017-04-04 21:44 UTC (permalink / raw)
  To: cygwin-apps

Marco has been busy, and I updated poppler.

algol68g                                     Thomas Wolff
cyrus-sasl                                   David Rothenberger
db                                           Dr. Volker Zell
file                                         Corinna Vinschen
gambas3                                      Bastian Germann
gnutls                                       Dr. Volker Zell
ming                                         Dr. Volker Zell
nmh                                          David Levine
openldap                                     Dr. Volker Zell
orpie                                        Andrew Schulman
postfix                                      Christian Franke
python3-configobj[1]                         Mike DePaulo
python3-h5py[1]                              Chris LeBlanc
rpm                                          Pavel Fedin
sendmail                                     Daniel Boland
squid                                        Dr. Volker Zell
subversion                                   David Rothenberger
texlive                                      Ken Brown
tin                                          Corinna Vinschen
weechat                                      Sebastien Helleu
WordNet                                      Dr. Volker Zell
xemacs                                       Dr. Volker Zell

[1] Please consider building simultaneously for python2 and python3 with 
python-wheel.cygclass, but let me know here if you are doing so, as 
we'll have to rearrange things on the server first.

As always, the master list is kept at:

https://docs.google.com/document/d/1eiQ0Mcp588cVVt5LaYXQG5i_HznVF14k50j_pneGT68/edit?usp=sharing

This page is set for moderated changes, so feel free to strike-through 
your package from the list once its uploaded.

TIA,

-- 
Yaakov

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

* libhttpd.dll.a is missing some symbols
  2017-04-04 21:44 Obsolete dependency report, 2017-Apr-04 Yaakov Selkowitz
@ 2017-04-16 17:54 ` David Rothenberger
  2017-04-16 19:23   ` Yaakov Selkowitz
  0 siblings, 1 reply; 8+ messages in thread
From: David Rothenberger @ 2017-04-16 17:54 UTC (permalink / raw)
  To: cygwin-apps

On 4/4/2017 2:44 PM, Yaakov Selkowitz wrote:
> subversion                                   David Rothenberger

Yaakov,

I tried to rebuild subversion but couldn't because libhttpd.dll.a is 
missing some symbols related to DAV. The first one the build complained 
about was dav_xmlns_add. It's listed in the headers and is available in 
httpd-devel-2.4.25-1 but not in httpd-devel-2.4.25-2.

Any advice?


-- 
David Rothenberger  ----  daveroth@acm.org

"Not Hercules could have knock'd out his brains, for he had none."
                 -- Shakespeare

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

* Re: libhttpd.dll.a is missing some symbols
  2017-04-16 17:54 ` libhttpd.dll.a is missing some symbols David Rothenberger
@ 2017-04-16 19:23   ` Yaakov Selkowitz
  2017-04-16 23:08     ` David Rothenberger
  0 siblings, 1 reply; 8+ messages in thread
From: Yaakov Selkowitz @ 2017-04-16 19:23 UTC (permalink / raw)
  To: cygwin-apps

On 2017-04-16 12:54, David Rothenberger wrote:
> I tried to rebuild subversion but couldn't because libhttpd.dll.a is
> missing some symbols related to DAV. The first one the build complained
> about was dav_xmlns_add. It's listed in the headers and is available in
> httpd-devel-2.4.25-1 but not in httpd-devel-2.4.25-2.
>
> Any advice?

https://cygwin.com/ml/cygwin-announce/2017-03/msg00044.html

Add -lmod_dav to the link libraries.

-- 
Yaakov

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

* Re: libhttpd.dll.a is missing some symbols
  2017-04-16 19:23   ` Yaakov Selkowitz
@ 2017-04-16 23:08     ` David Rothenberger
  2017-04-19 17:15       ` David Rothenberger
  0 siblings, 1 reply; 8+ messages in thread
From: David Rothenberger @ 2017-04-16 23:08 UTC (permalink / raw)
  To: cygwin-apps

On 4/16/2017 12:23 PM, Yaakov Selkowitz wrote:
> On 2017-04-16 12:54, David Rothenberger wrote:
>> I tried to rebuild subversion but couldn't because libhttpd.dll.a is
>> missing some symbols related to DAV. The first one the build complained
>> about was dav_xmlns_add. It's listed in the headers and is available in
>> httpd-devel-2.4.25-1 but not in httpd-devel-2.4.25-2.
>>
>> Any advice?
> 
> https://cygwin.com/ml/cygwin-announce/2017-03/msg00044.html
> 
> Add -lmod_dav to the link libraries.
> 

Thanks for the pointer. I missed that.

Unfortunately, that only works with i686. x86_64 is missing

   /usr/lib/libmod_dav.dll.a

so the build fails.

I'm out of my depth with the Subversion build system. Any pointers would 
be greatly appreciated.

-- 
David Rothenberger  ----  daveroth@acm.org

Guillotine, n.:
         A French chopping center.

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

* Re: libhttpd.dll.a is missing some symbols
  2017-04-16 23:08     ` David Rothenberger
@ 2017-04-19 17:15       ` David Rothenberger
  2017-04-20  6:19         ` Achim Gratz
  2017-04-20  6:59         ` Yaakov Selkowitz
  0 siblings, 2 replies; 8+ messages in thread
From: David Rothenberger @ 2017-04-19 17:15 UTC (permalink / raw)
  To: cygwin-apps

David Rothenberger wrote:
> On 4/16/2017 12:23 PM, Yaakov Selkowitz wrote:
>> On 2017-04-16 12:54, David Rothenberger wrote:
>>> I tried to rebuild subversion but couldn't because libhttpd.dll.a is
>>> missing some symbols related to DAV. The first one the build complained
>>> about was dav_xmlns_add. It's listed in the headers and is available in
>>> httpd-devel-2.4.25-1 but not in httpd-devel-2.4.25-2.
>>>
>>> Any advice?
>>
>> https://cygwin.com/ml/cygwin-announce/2017-03/msg00044.html
>>
>> Add -lmod_dav to the link libraries.
>>
> 
> Thanks for the pointer. I missed that.
> 
> Unfortunately, that only works with i686. x86_64 is missing
> 
>    /usr/lib/libmod_dav.dll.a
> 
> so the build fails.
> 
> I'm out of my depth with the Subversion build system. Any pointers would 
> be greatly appreciated.

Yaakov? Am I still doing something wrong or is the httpd-devel package 
missing some files?

-- 
David Rothenberger  ----  daveroth@acm.org

"What the scientists have in their briefcases is terrifying."
                 -- Nikita Khrushchev

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

* Re: libhttpd.dll.a is missing some symbols
  2017-04-19 17:15       ` David Rothenberger
@ 2017-04-20  6:19         ` Achim Gratz
  2017-04-20  6:59         ` Yaakov Selkowitz
  1 sibling, 0 replies; 8+ messages in thread
From: Achim Gratz @ 2017-04-20  6:19 UTC (permalink / raw)
  To: cygwin-apps

Am 19.04.2017 um 19:13 schrieb David Rothenberger:
>> Unfortunately, that only works with i686. x86_64 is missing
>>
>>    /usr/lib/libmod_dav.dll.a
>>
>> so the build fails.

The .dll.a files are being removed with the latest cygport versions. 
Why do you specifically need it?

-- 
Achim.

(on the road :-)

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

* Re: libhttpd.dll.a is missing some symbols
  2017-04-19 17:15       ` David Rothenberger
  2017-04-20  6:19         ` Achim Gratz
@ 2017-04-20  6:59         ` Yaakov Selkowitz
  2017-04-20 17:24           ` David Rothenberger
  1 sibling, 1 reply; 8+ messages in thread
From: Yaakov Selkowitz @ 2017-04-20  6:59 UTC (permalink / raw)
  To: cygwin-apps

On 2017-04-19 12:13, David Rothenberger wrote:
> David Rothenberger wrote:
>> On 4/16/2017 12:23 PM, Yaakov Selkowitz wrote:
>>> https://cygwin.com/ml/cygwin-announce/2017-03/msg00044.html
>>>
>>> Add -lmod_dav to the link libraries.
>>
>> Thanks for the pointer. I missed that.
>>
>> Unfortunately, that only works with i686. x86_64 is missing
>>
>>    /usr/lib/libmod_dav.dll.a
>>
>> so the build fails.
>>
>> I'm out of my depth with the Subversion build system. Any pointers
>> would be greatly appreciated.

Sure:

https://github.com/cygwinports/subversion/commit/f3daae6be34b13b98c58f67907f723bbaea4a076

> Yaakov? Am I still doing something wrong or is the httpd-devel package
> missing some files?

Fixed in 2.4.25-3.

-- 
Yaakov

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

* Re: libhttpd.dll.a is missing some symbols
  2017-04-20  6:59         ` Yaakov Selkowitz
@ 2017-04-20 17:24           ` David Rothenberger
  0 siblings, 0 replies; 8+ messages in thread
From: David Rothenberger @ 2017-04-20 17:24 UTC (permalink / raw)
  To: cygwin-apps

Yaakov Selkowitz wrote:
> On 2017-04-19 12:13, David Rothenberger wrote:
>> David Rothenberger wrote:
>>> On 4/16/2017 12:23 PM, Yaakov Selkowitz wrote:
>>>> https://cygwin.com/ml/cygwin-announce/2017-03/msg00044.html
>>>>
>>>> Add -lmod_dav to the link libraries.
>>>
>>> Thanks for the pointer. I missed that.
>>>
>>> Unfortunately, that only works with i686. x86_64 is missing
>>>
>>>    /usr/lib/libmod_dav.dll.a
>>>
>>> so the build fails.
>>>
>>> I'm out of my depth with the Subversion build system. Any pointers
>>> would be greatly appreciated.
> 
> Sure:
> 
> https://github.com/cygwinports/subversion/commit/f3daae6be34b13b98c58f67907f723bbaea4a076 
> 
> 
>> Yaakov? Am I still doing something wrong or is the httpd-devel package
>> missing some files?
> 
> Fixed in 2.4.25-3.

Much thanks for the packaging fixes and the new httpd-devel package!

-- 
David Rothenberger  ----  daveroth@acm.org

"If the code and the comments disagree, then both are probably wrong."
                 -- Norm Schryer

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

end of thread, other threads:[~2017-04-20 17:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-04 21:44 Obsolete dependency report, 2017-Apr-04 Yaakov Selkowitz
2017-04-16 17:54 ` libhttpd.dll.a is missing some symbols David Rothenberger
2017-04-16 19:23   ` Yaakov Selkowitz
2017-04-16 23:08     ` David Rothenberger
2017-04-19 17:15       ` David Rothenberger
2017-04-20  6:19         ` Achim Gratz
2017-04-20  6:59         ` Yaakov Selkowitz
2017-04-20 17:24           ` David Rothenberger

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