All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Add SUSv3 Legacy Macros config option
@ 2007-11-23 14:06 Atle Nissestad
  2007-11-23 14:32 ` Ulf Samuelsson
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Atle Nissestad @ 2007-11-23 14:06 UTC (permalink / raw)
  To: buildroot

Sorry if I'm a bit impatient, but could someone with commit-access add the 
patch posted in this issue: http://busybox.net/bugs/view.php?id=1596 
(http://bugs.uclibc.org/file_download.php?file_id=1193&type=bug)

..or alternatively tell me to use a different approach to fix this issue...

- Atle

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

* [Buildroot] [PATCH] Add SUSv3 Legacy Macros config option
  2007-11-23 14:06 [Buildroot] [PATCH] Add SUSv3 Legacy Macros config option Atle Nissestad
@ 2007-11-23 14:32 ` Ulf Samuelsson
  2007-11-23 15:31 ` Ivan Kuten
  2007-11-23 16:03 ` Bernhard Fischer
  2 siblings, 0 replies; 7+ messages in thread
From: Ulf Samuelsson @ 2007-11-23 14:32 UTC (permalink / raw)
  To: buildroot



> Sorry if I'm a bit impatient, but could someone with commit-access add the 
> patch posted in this issue: http://busybox.net/bugs/view.php?id=1596 
> (http://bugs.uclibc.org/file_download.php?file_id=1193&type=bug)
> 
> ..or alternatively tell me to use a different approach to fix this issue...
> 

The preferred approach is to fix those packages requiring the LEGACY MACROS.

> - Atle
> _______________________________________________


Best Regards
Ulf Samuelsson

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

* [Buildroot] [PATCH] Add SUSv3 Legacy Macros config option
  2007-11-23 15:31 ` Ivan Kuten
@ 2007-11-23 15:05   ` Atle Nissestad
  2007-11-23 16:05   ` Bernhard Fischer
  1 sibling, 0 replies; 7+ messages in thread
From: Atle Nissestad @ 2007-11-23 15:05 UTC (permalink / raw)
  To: buildroot

On Friday 23. November 2007 16:31:20 Ivan Kuten wrote:
> Hi Atle,
>
> As I remember by previous discussion on mailing list the intention is
> totally get rid of SUSV3_LEGACY_MACROS - that's why it is disabled by
> default.
>
> As I understand correct solution is to fix those packages not to use
> deprecated functions. Some packages already fixed this way - search for
> ***SUSV3.patch in packages/ - but not all.
>
OK, message taken. There are still some packages that need to be fixed (like 
Boa). Are any of these patches sent upstream?

- Atle

> Regards,
> Ivan

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

* [Buildroot] [PATCH] Add SUSv3 Legacy Macros config option
  2007-11-23 14:06 [Buildroot] [PATCH] Add SUSv3 Legacy Macros config option Atle Nissestad
  2007-11-23 14:32 ` Ulf Samuelsson
@ 2007-11-23 15:31 ` Ivan Kuten
  2007-11-23 15:05   ` Atle Nissestad
  2007-11-23 16:05   ` Bernhard Fischer
  2007-11-23 16:03 ` Bernhard Fischer
  2 siblings, 2 replies; 7+ messages in thread
From: Ivan Kuten @ 2007-11-23 15:31 UTC (permalink / raw)
  To: buildroot

Hi Atle,

As I remember by previous discussion on mailing list the intention is totally
get rid of SUSV3_LEGACY_MACROS - that's why it is disabled by default.

As I understand correct solution is to fix those packages not to use deprecated functions.
Some packages already fixed this way - search for ***SUSV3.patch in packages/ - but not all.

Atle Nissestad wrote:
> Sorry if I'm a bit impatient, but could someone with commit-access add the 
> patch posted in this issue: http://busybox.net/bugs/view.php?id=1596 
> (http://bugs.uclibc.org/file_download.php?file_id=1193&type=bug)
> 
> ..or alternatively tell me to use a different approach to fix this issue...
> 
> - Atle
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot


Regards,
Ivan
-- 

--------------------------------
Embedded Linux engineer,
Promwad Company: http://www.promwad.com/
Homepage : http://www.ivankuten.com/
--------------------------------

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

* [Buildroot] [PATCH] Add SUSv3 Legacy Macros config option
  2007-11-23 14:06 [Buildroot] [PATCH] Add SUSv3 Legacy Macros config option Atle Nissestad
  2007-11-23 14:32 ` Ulf Samuelsson
  2007-11-23 15:31 ` Ivan Kuten
@ 2007-11-23 16:03 ` Bernhard Fischer
  2007-11-23 16:18   ` Atle Nissestad
  2 siblings, 1 reply; 7+ messages in thread
From: Bernhard Fischer @ 2007-11-23 16:03 UTC (permalink / raw)
  To: buildroot

On Fri, Nov 23, 2007 at 03:06:58PM +0100, Atle Nissestad wrote:
>Sorry if I'm a bit impatient, but could someone with commit-access add the 
>patch posted in this issue: http://busybox.net/bugs/view.php?id=1596 
>(http://bugs.uclibc.org/file_download.php?file_id=1193&type=bug)
>
>..or alternatively tell me to use a different approach to fix this issue...

docs/README

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

* [Buildroot] [PATCH] Add SUSv3 Legacy Macros config option
  2007-11-23 15:31 ` Ivan Kuten
  2007-11-23 15:05   ` Atle Nissestad
@ 2007-11-23 16:05   ` Bernhard Fischer
  1 sibling, 0 replies; 7+ messages in thread
From: Bernhard Fischer @ 2007-11-23 16:05 UTC (permalink / raw)
  To: buildroot

On Fri, Nov 23, 2007 at 05:31:20PM +0200, Ivan Kuten wrote:
>Hi Atle,
>
>As I remember by previous discussion on mailing list the intention is totally
>get rid of SUSV3_LEGACY_MACROS - that's why it is disabled by default.
>
>As I understand correct solution is to fix those packages not to use deprecated functions.
>Some packages already fixed this way - search for ***SUSV3.patch in packages/ - but not all.

Unfortunately some people do not use the commonly used string
"susv.*legacy" for these patches. This is inconsistent and should be
fixed.

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

* [Buildroot] [PATCH] Add SUSv3 Legacy Macros config option
  2007-11-23 16:03 ` Bernhard Fischer
@ 2007-11-23 16:18   ` Atle Nissestad
  0 siblings, 0 replies; 7+ messages in thread
From: Atle Nissestad @ 2007-11-23 16:18 UTC (permalink / raw)
  To: buildroot

On Friday 23. November 2007 17:03:35 Bernhard Fischer wrote:
> On Fri, Nov 23, 2007 at 03:06:58PM +0100, Atle Nissestad wrote:
> >Sorry if I'm a bit impatient, but could someone with commit-access add the
> >patch posted in this issue: http://busybox.net/bugs/view.php?id=1596
> >(http://bugs.uclibc.org/file_download.php?file_id=1193&type=bug)
> >
> >..or alternatively tell me to use a different approach to fix this
> > issue...
>
> docs/README

Which says:

make UCLIBC_CONFIG_FILE=/my/uClibc.config

Yes, I know...

- Atle

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

end of thread, other threads:[~2007-11-23 16:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-23 14:06 [Buildroot] [PATCH] Add SUSv3 Legacy Macros config option Atle Nissestad
2007-11-23 14:32 ` Ulf Samuelsson
2007-11-23 15:31 ` Ivan Kuten
2007-11-23 15:05   ` Atle Nissestad
2007-11-23 16:05   ` Bernhard Fischer
2007-11-23 16:03 ` Bernhard Fischer
2007-11-23 16:18   ` Atle Nissestad

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.