|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: [Ltp-results] Got warning message on ltp-full-20091031 while running ./configureOn Tue, Nov 3, 2009 at 12:46 AM, Subrata Modak
<subrata@...> wrote: > Muni, > > This should be reported to LTP Mailing list. Garret, can you just look > into this ? > > Regards-- > Subrata > > On Tue, 2009-11-03 at 09:41 +0530, Munipradeep Beerakam wrote: >> Hi, >> >> In addition to that I also got the below warning as well. Forgot to add >> it before. >> >> configure: WARNING: linux/netlink.h: present but cannot be compiled >> configure: WARNING: linux/netlink.h: check for missing prerequisite >> headers? >> configure: WARNING: linux/netlink.h: see the Autoconf documentation >> configure: WARNING: linux/netlink.h: section "Present But Cannot Be >> Compiled" >> configure: WARNING: linux/netlink.h: proceeding with the preprocessor's >> result >> configure: WARNING: linux/netlink.h: in the future, the compiler will >> take precedence >> configure: WARNING: ## >> ------------------------------------------------ ## >> configure: WARNING: ## Report this to >> ltp-results@... ## >> configure: WARNING: ## >> ------------------------------------------------ ## >> >> Thanks >> Muni >> >> On Tue, 2009-11-03 at 09:26 +0530, Munipradeep Beerakam wrote: >> > Hi, >> > >> > I got the following warning messages while running "./configure" on the >> > ltp-full-20091031. However, make and make install worked fine. >> > >> > configure: WARNING: linux/genetlink.h: present but cannot be compiled >> > configure: WARNING: linux/genetlink.h: check for missing >> > prerequisite headers? >> > configure: WARNING: linux/genetlink.h: see the Autoconf documentation >> > configure: WARNING: linux/genetlink.h: section "Present But Cannot >> > Be Compiled" >> > configure: WARNING: linux/genetlink.h: proceeding with the >> > preprocessor's result >> > configure: WARNING: linux/genetlink.h: in the future, the compiler will >> > take precedence >> > configure: WARNING: ## >> > ------------------------------------------------ ## >> > configure: WARNING: ## Report this to >> > ltp-results@... ## >> > configure: WARNING: ## >> > ------------------------------------------------ ## Yeah -- I need to find the header that defines u32 (instead of uint32 or uint32_t). Does anyone know which one was that again? I thought it was a kernel specific datatype (and in that event it shouldn't be exported). Thanks, -Garrett ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Ltp-list mailing list Ltp-list@... https://lists.sourceforge.net/lists/listinfo/ltp-list |
|
|
Re: [Ltp-results] Got warning message on ltp-full-20091031 while running ./configureOn Tuesday 03 November 2009 08:01:08 Garrett Cooper wrote:
> >> On Tue, 2009-11-03 at 09:26 +0530, Munipradeep Beerakam wrote: > >> > I got the following warning messages while running "./configure" on > >> > the ltp-full-20091031. However, make and make install worked fine. > >> > > >> > configure: WARNING: linux/genetlink.h: present but cannot be compiled > >> > configure: WARNING: linux/genetlink.h: check for missing > >> > prerequisite headers? > >> > configure: WARNING: linux/genetlink.h: see the Autoconf documentation > >> > configure: WARNING: linux/genetlink.h: section "Present But Cannot > >> > Be Compiled" > >> > configure: WARNING: linux/genetlink.h: proceeding with the > >> > preprocessor's result > >> > configure: WARNING: linux/genetlink.h: in the future, the compiler > >> > will take precedence > >> > configure: WARNING: ## > >> > ------------------------------------------------ ## > >> > configure: WARNING: ## Report this to > >> > ltp-results@... ## > >> > configure: WARNING: ## > >> > ------------------------------------------------ ## > > Yeah -- I need to find the header that defines u32 (instead of > uint32 or uint32_t). Does anyone know which one was that again? I > thought it was a kernel specific datatype (and in that event it > shouldn't be exported). are, they're broken and need fixing, so complain to lkml/your distro. -mike ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Ltp-list mailing list Ltp-list@... https://lists.sourceforge.net/lists/listinfo/ltp-list |
|
|
Re: [Ltp-results] Got warning message on ltp-full-20091031 while running ./configureOn Tue, Nov 3, 2009 at 7:50 AM, Mike Frysinger <vapier@...> wrote:
> On Tuesday 03 November 2009 08:01:08 Garrett Cooper wrote: >> >> On Tue, 2009-11-03 at 09:26 +0530, Munipradeep Beerakam wrote: >> >> > I got the following warning messages while running "./configure" on >> >> > the ltp-full-20091031. However, make and make install worked fine. >> >> > >> >> > configure: WARNING: linux/genetlink.h: present but cannot be compiled >> >> > configure: WARNING: linux/genetlink.h: check for missing >> >> > prerequisite headers? >> >> > configure: WARNING: linux/genetlink.h: see the Autoconf documentation >> >> > configure: WARNING: linux/genetlink.h: section "Present But Cannot >> >> > Be Compiled" >> >> > configure: WARNING: linux/genetlink.h: proceeding with the >> >> > preprocessor's result >> >> > configure: WARNING: linux/genetlink.h: in the future, the compiler >> >> > will take precedence >> >> > configure: WARNING: ## >> >> > ------------------------------------------------ ## >> >> > configure: WARNING: ## Report this to >> >> > ltp-results@... ## >> >> > configure: WARNING: ## >> >> > ------------------------------------------------ ## >> >> Yeah -- I need to find the header that defines u32 (instead of >> uint32 or uint32_t). Does anyone know which one was that again? I >> thought it was a kernel specific datatype (and in that event it >> shouldn't be exported). > > correct -- nothing in userspace should be using u32. if the kernel headers > are, they're broken and need fixing, so complain to lkml/your distro. That's what I figured -- ok. The test and the app should also be converted to straight linux/genetlink.h, because linux/genetlink.h is a superset of linux/netlink.h. Thanks, -Garrett ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Ltp-list mailing list Ltp-list@... https://lists.sourceforge.net/lists/listinfo/ltp-list |
|
|
Re: [Ltp-results] Got warning message on ltp-full-20091031 while running ./configureOn Tuesday 03 November 2009 11:05:10 Garrett Cooper wrote:
> On Tue, Nov 3, 2009 at 7:50 AM, Mike Frysinger <vapier@...> wrote: > > On Tuesday 03 November 2009 08:01:08 Garrett Cooper wrote: > >> >> On Tue, 2009-11-03 at 09:26 +0530, Munipradeep Beerakam wrote: > >> >> > I got the following warning messages while running "./configure" on > >> >> > the ltp-full-20091031. However, make and make install worked fine. > >> >> > > >> >> > configure: WARNING: linux/genetlink.h: present but cannot be > >> >> > compiled configure: WARNING: linux/genetlink.h: check for > >> >> > missing prerequisite headers? > >> >> > configure: WARNING: linux/genetlink.h: see the Autoconf > >> >> > documentation configure: WARNING: linux/genetlink.h: section > >> >> > "Present But Cannot Be Compiled" > >> >> > configure: WARNING: linux/genetlink.h: proceeding with the > >> >> > preprocessor's result > >> >> > configure: WARNING: linux/genetlink.h: in the future, the compiler > >> >> > will take precedence > >> >> > configure: WARNING: ## > >> >> > ------------------------------------------------ ## > >> >> > configure: WARNING: ## Report this to > >> >> > ltp-results@... ## > >> >> > configure: WARNING: ## > >> >> > ------------------------------------------------ ## > >> > >> Yeah -- I need to find the header that defines u32 (instead of > >> uint32 or uint32_t). Does anyone know which one was that again? I > >> thought it was a kernel specific datatype (and in that event it > >> shouldn't be exported). > > > > correct -- nothing in userspace should be using u32. if the kernel > > headers are, they're broken and need fixing, so complain to lkml/your > > distro. > > That's what I figured -- ok. The test and the app should also be > converted to straight linux/genetlink.h, because linux/genetlink.h is > a superset of linux/netlink.h. (like autoconf-2.64) so that these warnings dont show up. if the header cant be compiled, then we want it marked as not usable and so the related tests get skipped. -mike ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Ltp-list mailing list Ltp-list@... https://lists.sourceforge.net/lists/listinfo/ltp-list |
|
|
Re: Got warning message on ltp-full-20091031 while running ./configureOn Tue, 2009-11-03 at 12:30 -0400, Mike Frysinger wrote:
> On Tuesday 03 November 2009 11:05:10 Garrett Cooper wrote: > > On Tue, Nov 3, 2009 at 7:50 AM, Mike Frysinger <vapier@...> wrote: > > > On Tuesday 03 November 2009 08:01:08 Garrett Cooper wrote: > > >> >> On Tue, 2009-11-03 at 09:26 +0530, Munipradeep Beerakam wrote: > > >> >> > I got the following warning messages while running "./configure" on > > >> >> > the ltp-full-20091031. However, make and make install worked fine. > > >> >> > > > >> >> > configure: WARNING: linux/genetlink.h: present but cannot be > > >> >> > compiled configure: WARNING: linux/genetlink.h: check for > > >> >> > missing prerequisite headers? > > >> >> > configure: WARNING: linux/genetlink.h: see the Autoconf > > >> >> > documentation configure: WARNING: linux/genetlink.h: section > > >> >> > "Present But Cannot Be Compiled" > > >> >> > configure: WARNING: linux/genetlink.h: proceeding with the > > >> >> > preprocessor's result > > >> >> > configure: WARNING: linux/genetlink.h: in the future, the compiler > > >> >> > will take precedence > > >> >> > configure: WARNING: ## > > >> >> > ------------------------------------------------ ## > > >> >> > configure: WARNING: ## Report this to > > >> >> > ltp-results@... ## > > >> >> > configure: WARNING: ## > > >> >> > ------------------------------------------------ ## > > >> > > >> Yeah -- I need to find the header that defines u32 (instead of > > >> uint32 or uint32_t). Does anyone know which one was that again? I > > >> thought it was a kernel specific datatype (and in that event it > > >> shouldn't be exported). > > > > > > correct -- nothing in userspace should be using u32. if the kernel > > > headers are, they're broken and need fixing, so complain to lkml/your > > > distro. > > > > That's what I figured -- ok. The test and the app should also be > > converted to straight linux/genetlink.h, because linux/genetlink.h is > > a superset of linux/netlink.h. > > we should get Subrata to generate the release with newer versions of autotools > (like autoconf-2.64) so that these warnings dont show up. if the header cant I upgraded my system to 2.64 just now. $ /usr/bin/autoconf --version autoconf (GNU Autoconf) 2.64 Copyright (C) 2009 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/old-licenses/gpl-2.0.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. Hope this would solve all such problems. Regards-- Subrata > be compiled, then we want it marked as not usable and so the related tests get > skipped. > -mike ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list Ltp-list@... https://lists.sourceforge.net/lists/listinfo/ltp-list |
|
|
Re: Got warning message on ltp-full-20091031 while running ./configureOn Monday 09 November 2009 12:39:21 Subrata Modak wrote:
> On Tue, 2009-11-03 at 12:30 -0400, Mike Frysinger wrote: > > On Tuesday 03 November 2009 11:05:10 Garrett Cooper wrote: > > > On Tue, Nov 3, 2009 at 7:50 AM, Mike Frysinger wrote: > > > > On Tuesday 03 November 2009 08:01:08 Garrett Cooper wrote: > > > >> >> On Tue, 2009-11-03 at 09:26 +0530, Munipradeep Beerakam wrote: > > > >> >> > I got the following warning messages while running > > > >> >> > "./configure" on the ltp-full-20091031. However, make and make > > > >> >> > install worked fine. > > > >> >> > > > > >> >> > configure: WARNING: linux/genetlink.h: present but cannot be > > > >> >> > compiled configure: WARNING: linux/genetlink.h: check for > > > >> >> > missing prerequisite headers? > > > >> >> > configure: WARNING: linux/genetlink.h: see the Autoconf > > > >> >> > documentation configure: WARNING: linux/genetlink.h: > > > >> >> > section "Present But Cannot Be Compiled" > > > >> >> > configure: WARNING: linux/genetlink.h: proceeding with the > > > >> >> > preprocessor's result > > > >> >> > configure: WARNING: linux/genetlink.h: in the future, the > > > >> >> > compiler will take precedence > > > >> >> > configure: WARNING: ## > > > >> >> > ------------------------------------------------ ## > > > >> >> > configure: WARNING: ## Report this to > > > >> >> > ltp-results@... ## > > > >> >> > configure: WARNING: ## > > > >> >> > ------------------------------------------------ ## > > > >> > > > >> Yeah -- I need to find the header that defines u32 (instead of > > > >> uint32 or uint32_t). Does anyone know which one was that again? I > > > >> thought it was a kernel specific datatype (and in that event it > > > >> shouldn't be exported). > > > > > > > > correct -- nothing in userspace should be using u32. if the kernel > > > > headers are, they're broken and need fixing, so complain to lkml/your > > > > distro. > > > > > > That's what I figured -- ok. The test and the app should also be > > > converted to straight linux/genetlink.h, because linux/genetlink.h is > > > a superset of linux/netlink.h. > > > > we should get Subrata to generate the release with newer versions of > > autotools (like autoconf-2.64) so that these warnings dont show up. if > > the header cant > > I upgraded my system to 2.64 just now. > > $ /usr/bin/autoconf --version > autoconf (GNU Autoconf) 2.64 > Copyright (C) 2009 Free Software Foundation, Inc. > License GPLv2+: GNU GPL version 2 or later > <http://gnu.org/licenses/old-licenses/gpl-2.0.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > Written by David J. MacKenzie and Akim Demaille. > > Hope this would solve all such problems. handle any sort of warning message and reading the related log files can be too much. -mike ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list Ltp-list@... https://lists.sourceforge.net/lists/listinfo/ltp-list |
|
|
Re: Got warning message on ltp-full-20091031 while running ./configureOn Mon, Nov 9, 2009 at 11:22 AM, Mike Frysinger <vapier@...> wrote:
> On Monday 09 November 2009 12:39:21 Subrata Modak wrote: >> On Tue, 2009-11-03 at 12:30 -0400, Mike Frysinger wrote: >> > On Tuesday 03 November 2009 11:05:10 Garrett Cooper wrote: >> > > On Tue, Nov 3, 2009 at 7:50 AM, Mike Frysinger wrote: >> > > > On Tuesday 03 November 2009 08:01:08 Garrett Cooper wrote: >> > > >> >> On Tue, 2009-11-03 at 09:26 +0530, Munipradeep Beerakam wrote: >> > > >> >> > I got the following warning messages while running >> > > >> >> > "./configure" on the ltp-full-20091031. However, make and make >> > > >> >> > install worked fine. >> > > >> >> > >> > > >> >> > configure: WARNING: linux/genetlink.h: present but cannot be >> > > >> >> > compiled configure: WARNING: linux/genetlink.h: check for >> > > >> >> > missing prerequisite headers? >> > > >> >> > configure: WARNING: linux/genetlink.h: see the Autoconf >> > > >> >> > documentation configure: WARNING: linux/genetlink.h: >> > > >> >> > section "Present But Cannot Be Compiled" >> > > >> >> > configure: WARNING: linux/genetlink.h: proceeding with the >> > > >> >> > preprocessor's result >> > > >> >> > configure: WARNING: linux/genetlink.h: in the future, the >> > > >> >> > compiler will take precedence >> > > >> >> > configure: WARNING: ## >> > > >> >> > ------------------------------------------------ ## >> > > >> >> > configure: WARNING: ## Report this to >> > > >> >> > ltp-results@... ## >> > > >> >> > configure: WARNING: ## >> > > >> >> > ------------------------------------------------ ## >> > > >> >> > > >> Yeah -- I need to find the header that defines u32 (instead of >> > > >> uint32 or uint32_t). Does anyone know which one was that again? I >> > > >> thought it was a kernel specific datatype (and in that event it >> > > >> shouldn't be exported). >> > > > >> > > > correct -- nothing in userspace should be using u32. if the kernel >> > > > headers are, they're broken and need fixing, so complain to lkml/your >> > > > distro. >> > > >> > > That's what I figured -- ok. The test and the app should also be >> > > converted to straight linux/genetlink.h, because linux/genetlink.h is >> > > a superset of linux/netlink.h. >> > >> > we should get Subrata to generate the release with newer versions of >> > autotools (like autoconf-2.64) so that these warnings dont show up. if >> > the header cant >> >> I upgraded my system to 2.64 just now. >> >> $ /usr/bin/autoconf --version >> autoconf (GNU Autoconf) 2.64 >> Copyright (C) 2009 Free Software Foundation, Inc. >> License GPLv2+: GNU GPL version 2 or later >> <http://gnu.org/licenses/old-licenses/gpl-2.0.html> >> This is free software: you are free to change and redistribute it. >> There is NO WARRANTY, to the extent permitted by law. >> Written by David J. MacKenzie and Akim Demaille. >> >> Hope this would solve all such problems. > > well, the configure script wasnt really broken before. people just cant > handle any sort of warning message and reading the related log files can be > too much. I think we're kind of at fault for not having AC_MSG_INFO instead of AC_MSG_WARN, but oh well... AC_MSG_WARN is designed to be terse :]. -Garrett ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list Ltp-list@... https://lists.sourceforge.net/lists/listinfo/ltp-list |
|
|
Re: Got warning message on ltp-full-20091031 while running ./configureOn Monday 09 November 2009 14:55:54 Garrett Cooper wrote:
> On Mon, Nov 9, 2009 at 11:22 AM, Mike Frysinger wrote: > > well, the configure script wasnt really broken before. people just cant > > handle any sort of warning message and reading the related log files can > > be too much. > > I think we're kind of at fault for not having AC_MSG_INFO instead > of AC_MSG_WARN, but oh well... AC_MSG_WARN is designed to be terse :]. not sure what you mean. the warning pointed out originally did not come directly from us, nor do/did we have any way of controlling it other than using a newer version of autoconf ... -mike ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list Ltp-list@... https://lists.sourceforge.net/lists/listinfo/ltp-list |
|
|
Re: Got warning message on ltp-full-20091031 while running ./configureOn Mon, Nov 9, 2009 at 12:19 PM, Mike Frysinger <vapier@...> wrote:
> On Monday 09 November 2009 14:55:54 Garrett Cooper wrote: >> On Mon, Nov 9, 2009 at 11:22 AM, Mike Frysinger wrote: >> > well, the configure script wasnt really broken before. people just cant >> > handle any sort of warning message and reading the related log files can >> > be too much. >> >> I think we're kind of at fault for not having AC_MSG_INFO instead >> of AC_MSG_WARN, but oh well... AC_MSG_WARN is designed to be terse :]. > > not sure what you mean. the warning pointed out originally did not come > directly from us, nor do/did we have any way of controlling it other than > using a newer version of autoconf ... Oooooh... ok, Now it all makes sense. -Garrett ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list Ltp-list@... https://lists.sourceforge.net/lists/listinfo/ltp-list |
| Free embeddable forum powered by Nabble | Forum Help |