Re: [PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-28 Thread justin
On 2/28/13 10:35 PM, Yann E. MORIN wrote:
> It's not that those systems will be updated to run the latest kernel, but
> rather that those systems can be used to build a newer kernel for another
> system (think eg. cross-compilation and embedded).
> 

That's true, I will split the patches as suggested.

Jusitn




signature.asc
Description: OpenPGP digital signature


Re: [PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-28 Thread Yann E. MORIN
Justin, All,

On Thursday 28 February 2013 justin wrote:
> On 2/28/13 7:08 PM, Yann E. MORIN wrote:
> > Well, RHEL4 is still widely used, and it was released in 2005, so will
> > not have ncurses-5.6 (updates may have it, but not everybody installs
> > updates).
> 
> question, will such system be updated then to latest kernel sources? And
> if so, can't we require that for the ncurses based config menus need
> newer ncurses?

It's not that those systems will be updated to run the latest kernel, but
rather that those systems can be used to build a newer kernel for another
system (think eg. cross-compilation and embedded).

Regards,
Yann E. MORIN.

-- 
.-..--..
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN |  ___   |
| +33 223 225 172 `.---:  X  AGAINST  |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL|   v   conspiracy.  |
'--^---^--^'
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-28 Thread justin
On 2/28/13 7:08 PM, Yann E. MORIN wrote:
> 
> Well, RHEL4 is still widely used, and it was released in 2005, so will
> not have ncurses-5.6 (updates may have it, but not everybody installs
> updates).
> 

Hi,

question, will such system be updated then to latest kernel sources? And
if so, can't we require that for the ncurses based config menus need
newer ncurses?

Justin



signature.asc
Description: OpenPGP digital signature


Re: [PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-28 Thread Yann E. MORIN
Justin, All,

On Thursday 28 February 2013 justin wrote:
> > On a side note: is the old code still useful, now we use the config
> > scripts? In other words: are there cases where a ncurses install would
> > not provide those scripts?
> > 
> > If the answer is 'no', then just trash the old code away.
> > 
> > I've just tested Debian Squeeze (stable for now), and Cygwin, and they
> > both do provide ncurses{,w}5-config.
> > 
> 
> I looked into the ncurses releases back to 5.0. The first release
> containing is version 5.6 released in 2006. So I would guess we can
> assume that every system will have it.

Well, RHEL4 is still widely used, and it was released in 2005, so will
not have ncurses-5.6 (updates may have it, but not everybody installs
updates).

Regards,
Yann E. MORIN.

-- 
.-..--..
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN |  ___   |
| +33 223 225 172 `.---:  X  AGAINST  |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL|   v   conspiracy.  |
'--^---^--^'
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-28 Thread justin
Hello,

> On a side note: is the old code still useful, now we use the config
> scripts? In other words: are there cases where a ncurses install would
> not provide those scripts?
> 
> If the answer is 'no', then just trash the old code away.
> 
> I've just tested Debian Squeeze (stable for now), and Cygwin, and they
> both do provide ncurses{,w}5-config.
> 

I looked into the ncurses releases back to 5.0. The first release
containing is version 5.6 released in 2006. So I would guess we can
assume that every system will have it.


justin



signature.asc
Description: OpenPGP digital signature


Re: [PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-28 Thread justin
Hello,

 On a side note: is the old code still useful, now we use the config
 scripts? In other words: are there cases where a ncurses install would
 not provide those scripts?
 
 If the answer is 'no', then just trash the old code away.
 
 I've just tested Debian Squeeze (stable for now), and Cygwin, and they
 both do provide ncurses{,w}5-config.
 

I looked into the ncurses releases back to 5.0. The first release
containing is version 5.6 released in 2006. So I would guess we can
assume that every system will have it.


justin



signature.asc
Description: OpenPGP digital signature


Re: [PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-28 Thread Yann E. MORIN
Justin, All,

On Thursday 28 February 2013 justin wrote:
  On a side note: is the old code still useful, now we use the config
  scripts? In other words: are there cases where a ncurses install would
  not provide those scripts?
  
  If the answer is 'no', then just trash the old code away.
  
  I've just tested Debian Squeeze (stable for now), and Cygwin, and they
  both do provide ncurses{,w}5-config.
  
 
 I looked into the ncurses releases back to 5.0. The first release
 containing is version 5.6 released in 2006. So I would guess we can
 assume that every system will have it.

Well, RHEL4 is still widely used, and it was released in 2005, so will
not have ncurses-5.6 (updates may have it, but not everybody installs
updates).

Regards,
Yann E. MORIN.

-- 
.-..--..
|  Yann E. MORIN  | Real-Time Embedded | /\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN |  ___   |
| +33 223 225 172 `.---:  X  AGAINST  |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL|   v   conspiracy.  |
'--^---^--^'
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-28 Thread justin
On 2/28/13 7:08 PM, Yann E. MORIN wrote:
 
 Well, RHEL4 is still widely used, and it was released in 2005, so will
 not have ncurses-5.6 (updates may have it, but not everybody installs
 updates).
 

Hi,

question, will such system be updated then to latest kernel sources? And
if so, can't we require that for the ncurses based config menus need
newer ncurses?

Justin



signature.asc
Description: OpenPGP digital signature


Re: [PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-28 Thread Yann E. MORIN
Justin, All,

On Thursday 28 February 2013 justin wrote:
 On 2/28/13 7:08 PM, Yann E. MORIN wrote:
  Well, RHEL4 is still widely used, and it was released in 2005, so will
  not have ncurses-5.6 (updates may have it, but not everybody installs
  updates).
 
 question, will such system be updated then to latest kernel sources? And
 if so, can't we require that for the ncurses based config menus need
 newer ncurses?

It's not that those systems will be updated to run the latest kernel, but
rather that those systems can be used to build a newer kernel for another
system (think eg. cross-compilation and embedded).

Regards,
Yann E. MORIN.

-- 
.-..--..
|  Yann E. MORIN  | Real-Time Embedded | /\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN |  ___   |
| +33 223 225 172 `.---:  X  AGAINST  |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL|   v   conspiracy.  |
'--^---^--^'
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-28 Thread justin
On 2/28/13 10:35 PM, Yann E. MORIN wrote:
 It's not that those systems will be updated to run the latest kernel, but
 rather that those systems can be used to build a newer kernel for another
 system (think eg. cross-compilation and embedded).
 

That's true, I will split the patches as suggested.

Jusitn




signature.asc
Description: OpenPGP digital signature


Re: [PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-27 Thread Yann E. MORIN
Justin, All,

On Wednesday 27 February 2013 j...@gentoo.org wrote:
> When building ncurses with --with-termlib several symbols get moved from
> libncurses.so to libtinfo.so. Thus when linking with libncurses.so, one
> additionally needs to link with libtinfo.so.
> 
> Ncurses provides a config script (ncurses5-config) to assist finding ncurses.
> This patch makes use of it to detect the necessary libs for linking of the
> ncurses menuconfig dialog.
> 
> Signed-off-by: Justin Lecher 

Usually, patch subjects are of the form:
  subsystem: subject

So I'd suggest the following subject:
kconfig/menuconfig: use config scripts to detect ncurses libs

That way, it makes it easy to see at first glance what the patch is
about (kconfig/menuconfig), and what it achieves (use config scripts).

> ---
>  scripts/kconfig/lxdialog/check-lxdialog.sh | 24 
>  1 file changed, 16 insertions(+), 8 deletions(-)
> 
> diff --git a/scripts/kconfig/lxdialog/check-lxdialog.sh 
> b/scripts/kconfig/lxdialog/check-lxdialog.sh
> index c8e8a71..e429207 100644
> --- a/scripts/kconfig/lxdialog/check-lxdialog.sh
> +++ b/scripts/kconfig/lxdialog/check-lxdialog.sh
> @@ -4,15 +4,23 @@
>  # What library to link
>  ldflags()
>  {
> - for ext in so a dll.a dylib ; do
> - for lib in ncursesw ncurses curses ; do
> - $cc -print-file-name=lib${lib}.${ext} | grep -q /
> - if [ $? -eq 0 ]; then
> - echo "-l${lib}"
> - exit
> - fi
> + if ncursesw5-config --libs >/dev/null 2>&1; then
> + ncursesw5-config --libs
> + exit
> + elif ncurses5-config --libs >/dev/null 2>&1; then
> + ncurses5-config --libs
> + exit

No need to run ncurses{,w}5-config twice each. Just do:

ncursesw5-config --libs 2>/dev/null && exit
ncurses5-config --libs 2>/dev/null && exit
[old code unchanged]

This avoids an ugly re-indent of otherwise unchanged code.

On a side note: is the old code still useful, now we use the config
scripts? In other words: are there cases where a ncurses install would
not provide those scripts?

If the answer is 'no', then just trash the old code away.

I've just tested Debian Squeeze (stable for now), and Cygwin, and they
both do provide ncurses{,w}5-config.

> + else
> + for ext in so a dll.a dylib ; do
> + for lib in ncursesw ncurses curses ; do
> + $cc -print-file-name=lib${lib}.${ext} | grep -q 
> /
> + if [ $? -eq 0 ]; then
> + echo "-l${lib}"
> + exit
> + fi
> + done
>   done
> - done
> + fi
>   exit 1
>  }

Regards,
Yann E. MORIN.

-- 
.-..--..
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN |  ___   |
| +33 223 225 172 `.---:  X  AGAINST  |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL|   v   conspiracy.  |
'--^---^--^'
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-27 Thread jlec
From: Justin Lecher 

When building ncurses with --with-termlib several symbols get moved from
libncurses.so to libtinfo.so. Thus when linking with libncurses.so, one
additionally needs to link with libtinfo.so.

Ncurses provides a config script (ncurses5-config) to assist finding ncurses.
This patch makes use of it to detect the necessary libs for linking of the
ncurses menuconfig dialog.

Signed-off-by: Justin Lecher 
---
 scripts/kconfig/lxdialog/check-lxdialog.sh | 24 
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/scripts/kconfig/lxdialog/check-lxdialog.sh 
b/scripts/kconfig/lxdialog/check-lxdialog.sh
index c8e8a71..e429207 100644
--- a/scripts/kconfig/lxdialog/check-lxdialog.sh
+++ b/scripts/kconfig/lxdialog/check-lxdialog.sh
@@ -4,15 +4,23 @@
 # What library to link
 ldflags()
 {
-   for ext in so a dll.a dylib ; do
-   for lib in ncursesw ncurses curses ; do
-   $cc -print-file-name=lib${lib}.${ext} | grep -q /
-   if [ $? -eq 0 ]; then
-   echo "-l${lib}"
-   exit
-   fi
+   if ncursesw5-config --libs >/dev/null 2>&1; then
+   ncursesw5-config --libs
+   exit
+   elif ncurses5-config --libs >/dev/null 2>&1; then
+   ncurses5-config --libs
+   exit
+   else
+   for ext in so a dll.a dylib ; do
+   for lib in ncursesw ncurses curses ; do
+   $cc -print-file-name=lib${lib}.${ext} | grep -q 
/
+   if [ $? -eq 0 ]; then
+   echo "-l${lib}"
+   exit
+   fi
+   done
done
-   done
+   fi
exit 1
 }
 
-- 
1.8.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-27 Thread jlec
From: Justin Lecher j...@gentoo.org

When building ncurses with --with-termlib several symbols get moved from
libncurses.so to libtinfo.so. Thus when linking with libncurses.so, one
additionally needs to link with libtinfo.so.

Ncurses provides a config script (ncurses5-config) to assist finding ncurses.
This patch makes use of it to detect the necessary libs for linking of the
ncurses menuconfig dialog.

Signed-off-by: Justin Lecher j...@gentoo.org
---
 scripts/kconfig/lxdialog/check-lxdialog.sh | 24 
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/scripts/kconfig/lxdialog/check-lxdialog.sh 
b/scripts/kconfig/lxdialog/check-lxdialog.sh
index c8e8a71..e429207 100644
--- a/scripts/kconfig/lxdialog/check-lxdialog.sh
+++ b/scripts/kconfig/lxdialog/check-lxdialog.sh
@@ -4,15 +4,23 @@
 # What library to link
 ldflags()
 {
-   for ext in so a dll.a dylib ; do
-   for lib in ncursesw ncurses curses ; do
-   $cc -print-file-name=lib${lib}.${ext} | grep -q /
-   if [ $? -eq 0 ]; then
-   echo -l${lib}
-   exit
-   fi
+   if ncursesw5-config --libs /dev/null 21; then
+   ncursesw5-config --libs
+   exit
+   elif ncurses5-config --libs /dev/null 21; then
+   ncurses5-config --libs
+   exit
+   else
+   for ext in so a dll.a dylib ; do
+   for lib in ncursesw ncurses curses ; do
+   $cc -print-file-name=lib${lib}.${ext} | grep -q 
/
+   if [ $? -eq 0 ]; then
+   echo -l${lib}
+   exit
+   fi
+   done
done
-   done
+   fi
exit 1
 }
 
-- 
1.8.1.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-27 Thread Yann E. MORIN
Justin, All,

On Wednesday 27 February 2013 j...@gentoo.org wrote:
 When building ncurses with --with-termlib several symbols get moved from
 libncurses.so to libtinfo.so. Thus when linking with libncurses.so, one
 additionally needs to link with libtinfo.so.
 
 Ncurses provides a config script (ncurses5-config) to assist finding ncurses.
 This patch makes use of it to detect the necessary libs for linking of the
 ncurses menuconfig dialog.
 
 Signed-off-by: Justin Lecher j...@gentoo.org

Usually, patch subjects are of the form:
  subsystem: subject

So I'd suggest the following subject:
kconfig/menuconfig: use config scripts to detect ncurses libs

That way, it makes it easy to see at first glance what the patch is
about (kconfig/menuconfig), and what it achieves (use config scripts).

 ---
  scripts/kconfig/lxdialog/check-lxdialog.sh | 24 
  1 file changed, 16 insertions(+), 8 deletions(-)
 
 diff --git a/scripts/kconfig/lxdialog/check-lxdialog.sh 
 b/scripts/kconfig/lxdialog/check-lxdialog.sh
 index c8e8a71..e429207 100644
 --- a/scripts/kconfig/lxdialog/check-lxdialog.sh
 +++ b/scripts/kconfig/lxdialog/check-lxdialog.sh
 @@ -4,15 +4,23 @@
  # What library to link
  ldflags()
  {
 - for ext in so a dll.a dylib ; do
 - for lib in ncursesw ncurses curses ; do
 - $cc -print-file-name=lib${lib}.${ext} | grep -q /
 - if [ $? -eq 0 ]; then
 - echo -l${lib}
 - exit
 - fi
 + if ncursesw5-config --libs /dev/null 21; then
 + ncursesw5-config --libs
 + exit
 + elif ncurses5-config --libs /dev/null 21; then
 + ncurses5-config --libs
 + exit

No need to run ncurses{,w}5-config twice each. Just do:

ncursesw5-config --libs 2/dev/null  exit
ncurses5-config --libs 2/dev/null  exit
[old code unchanged]

This avoids an ugly re-indent of otherwise unchanged code.

On a side note: is the old code still useful, now we use the config
scripts? In other words: are there cases where a ncurses install would
not provide those scripts?

If the answer is 'no', then just trash the old code away.

I've just tested Debian Squeeze (stable for now), and Cygwin, and they
both do provide ncurses{,w}5-config.

 + else
 + for ext in so a dll.a dylib ; do
 + for lib in ncursesw ncurses curses ; do
 + $cc -print-file-name=lib${lib}.${ext} | grep -q 
 /
 + if [ $? -eq 0 ]; then
 + echo -l${lib}
 + exit
 + fi
 + done
   done
 - done
 + fi
   exit 1
  }

Regards,
Yann E. MORIN.

-- 
.-..--..
|  Yann E. MORIN  | Real-Time Embedded | /\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN |  ___   |
| +33 223 225 172 `.---:  X  AGAINST  |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL|   v   conspiracy.  |
'--^---^--^'
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/