public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: pkg-config-0.23a-1
@ 2008-04-25  2:00 cygwin
  2008-05-09 13:45 ` Damon Register
  0 siblings, 1 reply; 5+ messages in thread
From: cygwin @ 2008-04-25  2:00 UTC (permalink / raw)
  To: cygwin

The pkg-config program is used to retrieve information about installed 
libraries in the system, including the CFLAGS, LDFLAGS, and other 
information necessary to compile and link against one or more libraries.

CHANGES since 0.21-1
====================
* update to latest bzr development version (2008-04-19)
* Still using --enable-indirect-deps
* rework cygport packaging, to adapt to bzr cygclass.

post 0.23 release:
===
   - Incorporate fixes for most of the earlier cygwin patches
   - logging support
   - 'conflicts' actually works, now

pkg-config 0.23
===
  - Add support for setting sysroot through PKG_CONFIG_SYSROOT_DIR in
    the environment.
  - Update included glib to 1.2.10.
  - Other minor fixes, including a segfault.

pkg-config 0.22
===
  - Make Requires.private a whole lot more useful by traversing the
    whole tree, not just the top-level, for Cflags.
  - Add support for using the system glib.
  - Update URL to pkg-config website
  - Fix some win32 problems.
  - Other minor fixes.


Note that the new "private libs" and "private requires" features do not 
work as they would on *nix systems in this release, because this 
pkg-config was compiled with the --enable-indirect-deps option.  This 
option is necessary to properly link dependent DLLs on MSWin/cygwin, but 
means that no library dependency is truly private.  However, .pc files 
that use the .private options will work properly -- as defined on the 
MSWin/cygwin platform: private libs will be folded into the public libs 
list, and private requires will likewise be folded into the public 
requires list.

-- 
Charles Wilson
pkg-config volunteer maintainer for cygwin


To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.


*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.

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

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

* Re: [ANNOUNCEMENT] Updated: pkg-config-0.23a-1
  2008-04-25  2:00 [ANNOUNCEMENT] Updated: pkg-config-0.23a-1 cygwin
@ 2008-05-09 13:45 ` Damon Register
  2008-05-10  3:05   ` Charles Wilson
  0 siblings, 1 reply; 5+ messages in thread
From: Damon Register @ 2008-05-09 13:45 UTC (permalink / raw)
  To: cygwin

cygwin@cwilson.fastmail.fm wrote:
> The pkg-config program is used to retrieve information about installed 
> libraries in the system, including the CFLAGS, LDFLAGS, and other 
> information necessary to compile and link against one or more libraries.
> 
> post 0.23 release:
is this the one called 0.23a-1 in the subject?

> pkg-config 0.23
this is just plain 0.23?

>  - Other minor fixes, including a segfault.
Has anyone successfully used 0.23a-1?  I just updated my Cygwin
installation this morning and I see the pkg-config version I got is
this new 0.23a-1.  I have the PKG_CONFIG_PATH set and echo shows it

$ echo $PKG_CONFIG_PATH
/usr/X11R6/lib/pkgconfig:/c/cygwin/lib/pkgconfig

When I try to do a simple test, pkg-config segfaults

$ pkg-config --cflags gtk+-2.0
   16255 [main] pkg-config 4324 _cygtls::handle_exceptions: Error while dumping s
tate (probably corrupted stack)
Segmentation fault (core dumped)

I went to another computer where I also have Cygwin setup.  I tried the same
test and got an error saying that atk wasn't found in the pkg-config path.
I realized I didn't install atk on that machine so I installed it.  I tried
the test again and now this one segfaults on $ pkg-config --cflags gtk+-2.0
just like the first one.  Any suggestions?

Damon Register






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

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

* Re: [ANNOUNCEMENT] Updated: pkg-config-0.23a-1
  2008-05-09 13:45 ` Damon Register
@ 2008-05-10  3:05   ` Charles Wilson
  2008-05-15  3:16     ` Charles Wilson
  0 siblings, 1 reply; 5+ messages in thread
From: Charles Wilson @ 2008-05-10  3:05 UTC (permalink / raw)
  To: cygwin

Damon Register wrote:
> name@address wrote:

Please do not feed the harvesters. Do not quote email addresses in replies.

>> The pkg-config program is used to retrieve information about installed 
>> libraries in the system, including the CFLAGS, LDFLAGS, and other 
>> information necessary to compile and link against one or more libraries.
>>
>> post 0.23 release:
> is this the one called 0.23a-1 in the subject?

These are official changes to upstream pkg-config's repository, after 
the 0.23 release.

>> pkg-config 0.23
> this is just plain 0.23?

yes.

> Has anyone successfully used 0.23a-1?  I just updated my Cygwin
> installation this morning and I see the pkg-config version I got is
> this new 0.23a-1.  I have the PKG_CONFIG_PATH set and echo shows it
> 
> $ echo $PKG_CONFIG_PATH
> /usr/X11R6/lib/pkgconfig:/c/cygwin/lib/pkgconfig

This should probably be /usr/X11R6/lib/pkgconfig:/usr/lib/pkgconfig  (if 
you have C:/cygwin mounted as /, and C:/cygwin/lib mounted as /usr/lib 
(which is the normal configuration).

> When I try to do a simple test, pkg-config segfaults

confirmed.

I'll look into it, and thanks for the report. pkg-config passed all of 
its built-in testsuite, but it appears there is some missing "coverage" 
in those tests!

--
Chuck


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

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

* Re: [ANNOUNCEMENT] Updated: pkg-config-0.23a-1
  2008-05-10  3:05   ` Charles Wilson
@ 2008-05-15  3:16     ` Charles Wilson
  2008-05-18  0:23       ` Damon Register
  0 siblings, 1 reply; 5+ messages in thread
From: Charles Wilson @ 2008-05-15  3:16 UTC (permalink / raw)
  To: cygwin

Charles Wilson wrote:

>> When I try to do a simple test, pkg-config segfaults
> 
> confirmed.
> 
> I'll look into it, and thanks for the report. pkg-config passed all of 
> its built-in testsuite, but it appears there is some missing "coverage" 
> in those tests!

I think this was fixed by a recent change in the upstream repository. 
I've uploaded 0.23-2 and it seems to work for me. Please let me know if 
it fixes the problem for you.

--
Chuck

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

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

* Re: [ANNOUNCEMENT] Updated: pkg-config-0.23a-1
  2008-05-15  3:16     ` Charles Wilson
@ 2008-05-18  0:23       ` Damon Register
  0 siblings, 0 replies; 5+ messages in thread
From: Damon Register @ 2008-05-18  0:23 UTC (permalink / raw)
  To: cygwin

Charles Wilson wrote:
> Charles Wilson wrote:
> 
>>> When I try to do a simple test, pkg-config segfaults
>>
>> confirmed.
>>
>> I'll look into it, and thanks for the report. pkg-config passed all of 
>> its built-in testsuite, but it appears there is some missing 
>> "coverage" in those tests!
> 
> I think this was fixed by a recent change in the upstream repository. 
> I've uploaded 0.23-2 and it seems to work for me. Please let me know if 
> it fixes the problem for you.
That was fast.  Thanks.  I just tested it and it works.

Damon Register

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

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

end of thread, other threads:[~2008-05-17 22:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-25  2:00 [ANNOUNCEMENT] Updated: pkg-config-0.23a-1 cygwin
2008-05-09 13:45 ` Damon Register
2008-05-10  3:05   ` Charles Wilson
2008-05-15  3:16     ` Charles Wilson
2008-05-18  0:23       ` Damon Register

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