pkgconfig-bugs Mailing List for PKG Config
Status: Beta
Brought to you by:
lotr
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(3) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
|
From: <pkg...@li...> - 2003-09-30 01:18:28
|
Bugs item #462162, was opened at 2001-09-17 14:43 Message generated for change (Settings changed) made by mjd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107225&aid=462162&group_id=7225 Category: None Group: minor >Status: Deleted Priority: 5 Submitted By: Mitch Davis (mjd) Assigned to: Nobody/Anonymous (nobody) Summary: Problems building from source RPM Initial Comment: Hi, I recently wanted to try out pkg-config on my Red Hat 7.1 system. I downloaded pkgconfig-0.8.0-1.src.rpm from your website (first 4 bytes of md5sum is a938f3d5...) and tried to build a binary RPM from it. Here's the output: mjd@onza [~/rpms/SPECS] myrpm --nodeps --short-circuit -bc pkgconfig.spec Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.25419 + umask 022 + cd /home/mjd/rpms/BUILD + cd pkgconfig-0.8.0 + rm -f missing + libtoolize --copy --force You should update your `aclocal.m4' by running aclocal. + aclocal + autoconf + automake -a -c automake: configure.in: installing `./missing' error while copying error: Bad exit status from /var/tmp/rpm-tmp.25419 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.25419 (%build) (The -bp phase worked fine). Is there something I'm doing wrong? Is this a bug? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107225&aid=462162&group_id=7225 |
|
From: <pkg...@li...> - 2001-09-17 04:43:20
|
Bugs item #462162, was opened at 2001-09-16 21:43 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=462162&group_id=7225 Category: None Group: minor Status: Open Priority: 5 Submitted By: Mitch Davis (mjd) Assigned to: Nobody/Anonymous (nobody) Summary: Problems building from source RPM Initial Comment: Hi, I recently wanted to try out pkg-config on my Red Hat 7.1 system. I downloaded pkgconfig-0.8.0-1.src.rpm from your website (first 4 bytes of md5sum is a938f3d5...) and tried to build a binary RPM from it. Here's the output: mjd@onza [~/rpms/SPECS] myrpm --nodeps --short-circuit -bc pkgconfig.spec Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.25419 + umask 022 + cd /home/mjd/rpms/BUILD + cd pkgconfig-0.8.0 + rm -f missing + libtoolize --copy --force You should update your `aclocal.m4' by running aclocal. + aclocal + autoconf + automake -a -c automake: configure.in: installing `./missing' error while copying error: Bad exit status from /var/tmp/rpm-tmp.25419 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.25419 (%build) (The -bp phase worked fine). Is there something I'm doing wrong? Is this a bug? ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=462162&group_id=7225 |
|
From: <pkg...@li...> - 2001-08-16 14:37:46
|
Bugs item #451563, was opened at 2001-08-16 07:37 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=451563&group_id=7225 Category: None Group: None Status: Open Priority: 5 Submitted By: Adam Spiers (adamspiers) Assigned to: Nobody/Anonymous (nobody) Summary: syntax error in pkg.m4.in Initial Comment: There's a missing backquote in pkg.m4.in in the latest CVS. I attach a patch to fix it. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=451563&group_id=7225 |
|
From: <pkg...@li...> - 2001-08-10 10:05:47
|
Bugs item #436215, was opened at 2001-06-25 14:32 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=436215&group_id=7225 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: build problem on cygwin Initial Comment: Snapshot of the problem: gcc -DHAVE_CONFIG_H -I. -I. -I. - DG_LOG_DOMAIN=g_log_domain_glib -g -O2 -Wall -D _REENTRANT -c gstrfuncs.c -o gstrfuncs.o gstrfuncs.c: In function `g_strsignal': gstrfuncs.c:672: conflicting types for `strsignal' /usr/include/string.h:70: previous declaration of `strsignal' gstrfuncs.c:672: warning: extern declaration of `strsignal' doesn't match global one make[2]: *** [gstrfuncs.lo] Error 1 make[2]: Leaving directory `/cygdrive/c/cds/glib-1.2.5' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/cygdrive/c/cds/glib-1.2.5' make: *** [all-recursive-am] Error 2 cygwin version: GNU bash, version 2.05.0(6)-release (i686-pc-cygwin) Copyright 2000 Free Software Foundation, Inc. And my local fix on gstrfuncs.c, line 674: const char *_EXFUN(strsignal, (int __signo)); /** ORIGINAL: extern char *strsignal (int sig); */ Works like a charm otherwise, Thanks, Walter. ---------------------------------------------------------------------- Comment By: Clive Crous (entro-p) Date: 2001-08-10 03:05 Message: Logged In: YES user_id=294278 yep, i had the same problem, but it works fine now diff tofix as follows : diff -rw pkgconfig-0.6.0/glib-1.2.8/gstrfuncs.c pkgconfig- 0.6.0-patch/glib-1.2.8/gstrfuncs.c 673a674,676 > #ifdef __CYGWIN__ > extern const char *_EXFUN(strsignal, (int __signo)); > #else 674a678 > #endif after this everything is fine Clive ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=436215&group_id=7225 |
|
From: <pkg...@li...> - 2001-07-23 14:39:58
|
Bugs item #443718, was opened at 2001-07-23 00:10 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=443718&group_id=7225 Category: None Group: None Status: Deleted Priority: 5 Submitted By: Andy Wingo (wingo) Assigned to: Nobody/Anonymous (nobody) Summary: pkg-config has changed homes Initial Comment: pkg-config's new home is at http://www.freedesktop.org/software/pkgconfig/. ---------------------------------------------------------------------- >Comment By: Andy Wingo (wingo) Date: 2001-07-23 07:39 Message: Logged In: YES user_id=268660 why then are they up to 0.8 over there and over here the releases are at 0.6? It's an honest misunderstanding, I wish a news item would be put up over here regarding the status of freedesktop.org... ---------------------------------------------------------------------- Comment By: Martijn van Beers (lotr) Date: 2001-07-23 03:54 Message: Logged In: YES user_id=1366 no, it has not. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=443718&group_id=7225 |
|
From: <pkg...@li...> - 2001-07-23 10:55:07
|
Bugs item #443718, was opened at 2001-07-23 00:10 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=443718&group_id=7225 Category: None Group: None >Status: Deleted Priority: 5 Submitted By: Andy Wingo (wingo) Assigned to: Nobody/Anonymous (nobody) Summary: pkg-config has changed homes Initial Comment: pkg-config's new home is at http://www.freedesktop.org/software/pkgconfig/. ---------------------------------------------------------------------- >Comment By: Martijn van Beers (lotr) Date: 2001-07-23 03:54 Message: Logged In: YES user_id=1366 no, it has not. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=443718&group_id=7225 |
|
From: <pkg...@li...> - 2001-07-23 07:10:45
|
Bugs item #443718, was opened at 2001-07-23 00:10 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=443718&group_id=7225 Category: None Group: None Status: Open Priority: 5 Submitted By: Andy Wingo (wingo) Assigned to: Nobody/Anonymous (nobody) Summary: pkg-config has changed homes Initial Comment: pkg-config's new home is at http://www.freedesktop.org/software/pkgconfig/. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=443718&group_id=7225 |
|
From: <pkg...@li...> - 2001-06-25 21:32:44
|
Bugs item #436215, was opened at 2001-06-25 14:32 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=436215&group_id=7225 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: build problem on cygwin Initial Comment: Snapshot of the problem: gcc -DHAVE_CONFIG_H -I. -I. -I. - DG_LOG_DOMAIN=g_log_domain_glib -g -O2 -Wall -D _REENTRANT -c gstrfuncs.c -o gstrfuncs.o gstrfuncs.c: In function `g_strsignal': gstrfuncs.c:672: conflicting types for `strsignal' /usr/include/string.h:70: previous declaration of `strsignal' gstrfuncs.c:672: warning: extern declaration of `strsignal' doesn't match global one make[2]: *** [gstrfuncs.lo] Error 1 make[2]: Leaving directory `/cygdrive/c/cds/glib-1.2.5' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/cygdrive/c/cds/glib-1.2.5' make: *** [all-recursive-am] Error 2 cygwin version: GNU bash, version 2.05.0(6)-release (i686-pc-cygwin) Copyright 2000 Free Software Foundation, Inc. And my local fix on gstrfuncs.c, line 674: const char *_EXFUN(strsignal, (int __signo)); /** ORIGINAL: extern char *strsignal (int sig); */ Works like a charm otherwise, Thanks, Walter. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=436215&group_id=7225 |
|
From: <pkg...@li...> - 2001-06-02 11:47:25
|
Bugs item #429517, was updated on 2001-06-01 22:39 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=429517&group_id=7225 Category: None Group: critical >Status: Pending Priority: 5 Submitted By: Malcolm Tredinnick (malcolmt) >Assigned to: Martijn van Beers (lotr) Summary: Version no. reverted in configure.in Initial Comment: The latest commit to configure.in (rev 1.18) changed the version number from 0.7.0 back to 0.6.0. Unfortunately, the pkg.m4 macros weren't similarly changed, so anything requiring pkgconfig for its configuration blows up quite nicely now. :-( ---------------------------------------------------------------------- >Comment By: Martijn van Beers (lotr) Date: 2001-06-02 04:47 Message: Logged In: YES user_id=1366 *nod* will fix soon ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107225&aid=429517&group_id=7225 |