* [Buildroot] svn commit: trunk/buildroot/package: argus bind dmraid kismet libeXosip2 ltra etc...
@ 2009-01-26 0:34 ulf at uclibc.org
2009-01-26 6:17 ` Peter Korsgaard
0 siblings, 1 reply; 6+ messages in thread
From: ulf at uclibc.org @ 2009-01-26 0:34 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2009-01-26 00:34:02 +0000 (Mon, 26 Jan 2009)
New Revision: 25041
Log:
Add help for packages without AVR32 support
Modified:
trunk/buildroot/package/argus/Config.in
trunk/buildroot/package/bind/Config.in
trunk/buildroot/package/dmraid/Config.in
trunk/buildroot/package/kismet/Config.in
trunk/buildroot/package/libeXosip2/Config.in
trunk/buildroot/package/ltrace/Config.in
trunk/buildroot/package/ntfs-3g/Config.in
trunk/buildroot/package/openntpd/Config.in
trunk/buildroot/package/openvpn/Config.in
trunk/buildroot/package/pciutils/Config.in
trunk/buildroot/package/ruby/Config.in
trunk/buildroot/package/smartmontools/Config.in
trunk/buildroot/package/stunnel/Config.in
trunk/buildroot/package/vtun/Config.in
Changeset:
Modified: trunk/buildroot/package/argus/Config.in
===================================================================
--- trunk/buildroot/package/argus/Config.in 2009-01-26 00:16:11 UTC (rev 25040)
+++ trunk/buildroot/package/argus/Config.in 2009-01-26 00:34:02 UTC (rev 25041)
@@ -1,3 +1,6 @@
+comment "argus has no inherent support for AVR32"
+ depends on BR2_avr32 && BR2_PACKAGE_ARGUS
+
config BR2_PACKAGE_ARGUS
bool "argus"
select BR2_PACKAGE_LIBPCAP
Modified: trunk/buildroot/package/bind/Config.in
===================================================================
--- trunk/buildroot/package/bind/Config.in 2009-01-26 00:16:11 UTC (rev 25040)
+++ trunk/buildroot/package/bind/Config.in 2009-01-26 00:34:02 UTC (rev 25041)
@@ -1,3 +1,6 @@
+comment "bind has no inherent support for AVR32"
+ depends on BR2_avr32 && BR2_PACKAGE_BIND
+
config BR2_PACKAGE_BIND
bool "bind"
help
Modified: trunk/buildroot/package/dmraid/Config.in
===================================================================
--- trunk/buildroot/package/dmraid/Config.in 2009-01-26 00:16:11 UTC (rev 25040)
+++ trunk/buildroot/package/dmraid/Config.in 2009-01-26 00:34:02 UTC (rev 25041)
@@ -1,3 +1,6 @@
+comment "dmraid has no inherent support for AVR32"
+ depends on BR2_avr32 && BR2_PACKAGE_DMRAID
+
config BR2_PACKAGE_DMRAID
bool "dmraid"
select BR2_PACKAGE_DM
Modified: trunk/buildroot/package/kismet/Config.in
===================================================================
--- trunk/buildroot/package/kismet/Config.in 2009-01-26 00:16:11 UTC (rev 25040)
+++ trunk/buildroot/package/kismet/Config.in 2009-01-26 00:34:02 UTC (rev 25041)
@@ -1,3 +1,6 @@
+comment "kismet has no inherent support for AVR32"
+ depends on BR2_avr32 && BR2_PACKAGE_KISMET
+
config BR2_PACKAGE_KISMET
bool "kismet"
select BR2_PACKAGE_NCURSES
Modified: trunk/buildroot/package/libeXosip2/Config.in
===================================================================
--- trunk/buildroot/package/libeXosip2/Config.in 2009-01-26 00:16:11 UTC (rev 25040)
+++ trunk/buildroot/package/libeXosip2/Config.in 2009-01-26 00:34:02 UTC (rev 25041)
@@ -1,3 +1,6 @@
+comment "libeXosip2 has no inherent support for AVR32"
+ depends on BR2_avr32 && BR2_PACKAGE_LIBEXOSIP2
+
config BR2_PACKAGE_LIBEXOSIP2
bool "libeXosip2"
select BR2_PACKAGE_LIBOSIP2
Modified: trunk/buildroot/package/ltrace/Config.in
===================================================================
--- trunk/buildroot/package/ltrace/Config.in 2009-01-26 00:16:11 UTC (rev 25040)
+++ trunk/buildroot/package/ltrace/Config.in 2009-01-26 00:34:02 UTC (rev 25041)
@@ -1,3 +1,6 @@
+comment "ltrace has no inherent support for AVR32"
+ depends on BR2_avr32 && BR2_PACKAGE_LTRACE
+
config BR2_PACKAGE_LTRACE
bool "ltrace"
#depends on BR2_LARGEFILE
Modified: trunk/buildroot/package/ntfs-3g/Config.in
===================================================================
--- trunk/buildroot/package/ntfs-3g/Config.in 2009-01-26 00:16:11 UTC (rev 25040)
+++ trunk/buildroot/package/ntfs-3g/Config.in 2009-01-26 00:34:02 UTC (rev 25041)
@@ -1,3 +1,6 @@
+comment "ntfs-3g has no inherent support for AVR32"
+ depends on BR2_avr32 && BR2_PACKAGE_NTFS_3G
+
config BR2_PACKAGE_NTFS-3G
bool "ntfs-3g"
select BR2_PACKAGE_PKGCONFIG
Modified: trunk/buildroot/package/openntpd/Config.in
===================================================================
--- trunk/buildroot/package/openntpd/Config.in 2009-01-26 00:16:11 UTC (rev 25040)
+++ trunk/buildroot/package/openntpd/Config.in 2009-01-26 00:34:02 UTC (rev 25041)
@@ -1,3 +1,6 @@
+comment "OpenNTPD has no inherent support for AVR32"
+ depends on BR2_avr32 && BR2_PACKAGE_OPENNTPD
+
config BR2_PACKAGE_OPENNTPD
bool "OpenNTPD"
help
Modified: trunk/buildroot/package/openvpn/Config.in
===================================================================
--- trunk/buildroot/package/openvpn/Config.in 2009-01-26 00:16:11 UTC (rev 25040)
+++ trunk/buildroot/package/openvpn/Config.in 2009-01-26 00:34:02 UTC (rev 25041)
@@ -1,3 +1,6 @@
+comment "openvpn has no inherent support for AVR32"
+ depends on BR2_avr32 && BR2_PACKAGE_OPENVPN
+
config BR2_PACKAGE_OPENVPN
bool "openvpn"
select BR2_PACKAGE_LZO
Modified: trunk/buildroot/package/pciutils/Config.in
===================================================================
--- trunk/buildroot/package/pciutils/Config.in 2009-01-26 00:16:11 UTC (rev 25040)
+++ trunk/buildroot/package/pciutils/Config.in 2009-01-26 00:34:02 UTC (rev 25041)
@@ -1,3 +1,6 @@
+comment "pciutils has no inherent support for AVR32"
+ depends on BR2_avr32 && BR2_PACKAGE_PCIUTILS
+
config BR2_PACKAGE_PCIUTILS
bool "pciutils"
help
Modified: trunk/buildroot/package/ruby/Config.in
===================================================================
--- trunk/buildroot/package/ruby/Config.in 2009-01-26 00:16:11 UTC (rev 25040)
+++ trunk/buildroot/package/ruby/Config.in 2009-01-26 00:34:02 UTC (rev 25041)
@@ -1,3 +1,6 @@
+comment "ruby has no inherent support for AVR32"
+ depends on BR2_avr32 && BR2_PACKAGE_RUBY
+
config BR2_PACKAGE_RUBY
bool "ruby"
help
Modified: trunk/buildroot/package/smartmontools/Config.in
===================================================================
--- trunk/buildroot/package/smartmontools/Config.in 2009-01-26 00:16:11 UTC (rev 25040)
+++ trunk/buildroot/package/smartmontools/Config.in 2009-01-26 00:34:02 UTC (rev 25041)
@@ -1,3 +1,6 @@
+comment "smartmontools has no inherent support for AVR32"
+ depends on BR2_avr32 && BR2_PACKAGE_SMARTMONTOOLS
+
config BR2_PACKAGE_SMARTMONTOOLS
bool "smartmontools"
help
Modified: trunk/buildroot/package/stunnel/Config.in
===================================================================
--- trunk/buildroot/package/stunnel/Config.in 2009-01-26 00:16:11 UTC (rev 25040)
+++ trunk/buildroot/package/stunnel/Config.in 2009-01-26 00:34:02 UTC (rev 25041)
@@ -1,3 +1,6 @@
+comment "stunnel has no inherent support for AVR32"
+ depends on BR2_avr32 && BR2_PACKAGE_STUNNEL
+
config BR2_PACKAGE_STUNNEL
bool "stunnel"
help
Modified: trunk/buildroot/package/vtun/Config.in
===================================================================
--- trunk/buildroot/package/vtun/Config.in 2009-01-26 00:16:11 UTC (rev 25040)
+++ trunk/buildroot/package/vtun/Config.in 2009-01-26 00:34:02 UTC (rev 25041)
@@ -1,3 +1,6 @@
+comment "vtun has no inherent support for AVR32"
+ depends on BR2_avr32 && BR2_PACKAGE_VTUN
+
config BR2_PACKAGE_VTUN
bool "vtun - BEWARE: read package/vtun/README.txt before use"
select BR2_PACKAGE_LZO
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package: argus bind dmraid kismet libeXosip2 ltra etc...
2009-01-26 0:34 [Buildroot] svn commit: trunk/buildroot/package: argus bind dmraid kismet libeXosip2 ltra etc ulf at uclibc.org
@ 2009-01-26 6:17 ` Peter Korsgaard
2009-01-26 11:21 ` Ulf Samuelsson
0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2009-01-26 6:17 UTC (permalink / raw)
To: buildroot
>>>>> "ulf" == ulf <ulf@uclibc.org> writes:
ulf> Author: ulf
ulf> Date: 2009-01-26 00:34:02 +0000 (Mon, 26 Jan 2009)
ulf> New Revision: 25041
ulf> Log:
ulf> Add help for packages without AVR32 support
Do they all really NEED avr32 patches to build? Some of them atleast
doesn't seem to be very hardware specific. Do they all fail doing
build for avr32? Can you post snippets of the build logs?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package: argus bind dmraid kismet libeXosip2 ltra etc...
2009-01-26 6:17 ` Peter Korsgaard
@ 2009-01-26 11:21 ` Ulf Samuelsson
2009-01-26 12:17 ` Peter Korsgaard
0 siblings, 1 reply; 6+ messages in thread
From: Ulf Samuelsson @ 2009-01-26 11:21 UTC (permalink / raw)
To: buildroot
m?n 2009-01-26 klockan 07:17 +0100 skrev Peter Korsgaard:
> >>>>> "ulf" == ulf <ulf@uclibc.org> writes:
>
> ulf> Author: ulf
> ulf> Date: 2009-01-26 00:34:02 +0000 (Mon, 26 Jan 2009)
> ulf> New Revision: 25041
>
> ulf> Log:
> ulf> Add help for packages without AVR32 support
>
Most of these indicate "Machine not recognized"
I think one of them indicated something similar
to "header"-<ARCH>.h not found.
I consider them as totally broken for AVR32 until proven otherwise.
I would prefer them to depend on !BR2_avr32 in the distribution
(not the svn), but that is apparently not popular.
Totally meaninless to even attempt to build a package
if there is 0% of success.
HCE wants it to be there in the hope of that someone will
need the support on AVR32 so much that they will fix it,
but the casual user should not include them and fail the build.
BR
Ulf Samuelsson
> Do they all really NEED avr32 patches to build? Some of them atleast
> doesn't seem to be very hardware specific. Do they all fail doing
> build for avr32? Can you post snippets of the build logs?
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package: argus bind dmraid kismet libeXosip2 ltra etc...
2009-01-26 11:21 ` Ulf Samuelsson
@ 2009-01-26 12:17 ` Peter Korsgaard
2009-01-26 12:27 ` Hans-Christian Egtvedt
0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2009-01-26 12:17 UTC (permalink / raw)
To: buildroot
>>>>> "Ulf" == Ulf Samuelsson <ulf.samuelsson@atmel.com> writes:
Ulf> Most of these indicate "Machine not recognized"
From configure? Isn't that solved by the $(CONFIG_UPDATE) stuff?
Ulf> I think one of them indicated something similar
Ulf> to "header"-<ARCH>.h not found.
Ulf> I consider them as totally broken for AVR32 until proven otherwise.
Ulf> I would prefer them to depend on !BR2_avr32 in the distribution
Ulf> (not the svn), but that is apparently not popular.
Ulf> Totally meaninless to even attempt to build a package
Ulf> if there is 0% of success.
Agree.
Ulf> HCE wants it to be there in the hope of that someone will
Ulf> need the support on AVR32 so much that they will fix it,
Ulf> but the casual user should not include them and fail the build.
I agree, I just questioned the need for avr32 specific fixups (besides
an updated config.{guess,sub} in those packages that mostly don't seem
to be very hw specific.
HcE: Is the package list correct?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package: argus bind dmraid kismet libeXosip2 ltra etc...
2009-01-26 12:17 ` Peter Korsgaard
@ 2009-01-26 12:27 ` Hans-Christian Egtvedt
2009-01-26 13:27 ` Peter Korsgaard
0 siblings, 1 reply; 6+ messages in thread
From: Hans-Christian Egtvedt @ 2009-01-26 12:27 UTC (permalink / raw)
To: buildroot
On Mon, 26 Jan 2009 13:17:44 +0100
Peter Korsgaard <jacmet@uclibc.org> wrote:
> >>>>> "Ulf" == Ulf Samuelsson <ulf.samuelsson@atmel.com> writes:
<snipp>
> Ulf> HCE wants it to be there in the hope of that someone will
> Ulf> need the support on AVR32 so much that they will fix it,
> Ulf> but the casual user should not include them and fail the build.
>
> I agree, I just questioned the need for avr32 specific fixups (besides
> an updated config.{guess,sub} in those packages that mostly don't seem
> to be very hw specific.
>
> HcE: Is the package list correct?
>
I've not had any chance of running through what compiles and not, hence
not able to work on it.
--
Best regards,
Hans-Christian Egtvedt
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package: argus bind dmraid kismet libeXosip2 ltra etc...
2009-01-26 12:27 ` Hans-Christian Egtvedt
@ 2009-01-26 13:27 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2009-01-26 13:27 UTC (permalink / raw)
To: buildroot
>>>>> "Hans-Christian" == Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> writes:
>> HcE: Is the package list correct?
>>
Hans-Christian> I've not had any chance of running through what
Hans-Christian> compiles and not, hence not able to work on it.
Ok. Would it be possible to test that list before the release (Feb 6-ish)?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-01-26 13:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26 0:34 [Buildroot] svn commit: trunk/buildroot/package: argus bind dmraid kismet libeXosip2 ltra etc ulf at uclibc.org
2009-01-26 6:17 ` Peter Korsgaard
2009-01-26 11:21 ` Ulf Samuelsson
2009-01-26 12:17 ` Peter Korsgaard
2009-01-26 12:27 ` Hans-Christian Egtvedt
2009-01-26 13:27 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox