Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] List of broken packages
@ 2006-11-29  8:08 Pavel Roskin
  2006-11-29  9:06 ` Allan Clark
  2006-11-29  9:34 ` Bernhard Fischer
  0 siblings, 2 replies; 4+ messages in thread
From: Pavel Roskin @ 2006-11-29  8:08 UTC (permalink / raw)
  To: buildroot

Hello!

This is the complete list of the packages I had to disable when
cross-compiling current Buildroot on x86_64 for i686:

BR2_PACKAGE_BUSYBOX_SNAPSHOT
(init/init.c:13:1: error: "CONFIG_SYSLOGD" redefined) 
BR2_PACKAGE_ACPID
(error treated as warning, patch sent)
BR2_PACKAGE_ASTERISK
(depends on broken mpg123)
BR2_PACKAGE_ISC_DHCP
(tarball missing)
BR2_PACKAGE_DIRECTFB
(tarball missing)
BR2_PACKAGE_DM
(tarball missing, patch sent)
BR2_PACKAGE_DMRAID
(compile errors in absence of broken dm)
BR2_PACKAGE_FAKEROOT
(po4a missing)
BR2_PACKAGE_GETTEXT
(tarball missing)
BR2_PACKAGE_LIBINTL
(tarball missing)
BR2_PACKAGE_HOSTAP
(depends on broken pcmcia) 
BR2_PACKAGE_IOSTAT
(tarball missing)
BR2_PACKAGE_IPSEC_TOOLS
(configure: error: Unable to find linux-2.6 kernel headers)
BR2_PACKAGE_LTRACE
(configure: error: gelf.h not found)
BR2_PACKAGE_LTT
(RTAITables.c:23:46: error: linux/sys.h: No such file or directory)
BR2_PACKAGE_MEMTESTER
(tarball missing)
BR2_PACKAGE_MICROWIN
(winevent.c:19: error: static declaration of 'abs' follows non-static
declaration)
BR2_PACKAGE_MPG123
(incorrect use of "as" due to implicit rules, patch sent)
BR2_PACKAGE_NBD
(configure: error: Could not find an nbd.h from kernel 2.6 or above)
BR2_PACKAGE_NTP
(../include/ntp_stdlib.h:138: error: array type has incomplete element
type)
BR2_PACKAGE_OPENSWAN
(oswlog.c:46: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'openswan_passert_fail)
BR2_PACKAGE_PORTAGE
(sandbox-1.2.13.tar.bz2 missing)
BR2_PACKAGE_QTE
(cannot download, commercial?)
BR2_PACKAGE_RUBY
(can't find header files for ruby)
BR2_PACKAGE_SDL
(ld: cannot find -lartsc)
BR2_PACKAGE_TN5250
(host5250.c:65: error: 'FALSE' undeclared)

Also, BR2_TARGET_ROOTFS_ISO9660 is broken.  iso9660.mk refers to
LINUX_KERNEL, which is never defined.  I think the configuration system
should ask for the kernel location and disable targets requiring the
kernel if none have been specified.

I'm attaching the .config file for the maximal configuration that worked for me.

-- 
Regards,
Pavel Roskin

-------------- next part --------------
A non-text attachment was scrubbed...
Name: config-max.gz
Type: application/x-gzip
Size: 2568 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20061129/c5b257f1/attachment.bin 

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

* [Buildroot] List of broken packages
  2006-11-29  8:08 [Buildroot] List of broken packages Pavel Roskin
@ 2006-11-29  9:06 ` Allan Clark
  2006-11-29  9:34 ` Bernhard Fischer
  1 sibling, 0 replies; 4+ messages in thread
From: Allan Clark @ 2006-11-29  9:06 UTC (permalink / raw)
  To: buildroot

On 11/29/06, Pavel Roskin <proski@gnu.org> wrote:
> Hello!
>...
> BR2_PACKAGE_QTE
> (cannot download, commercial?)

That one is probably mine; will take a look.  As I recall, it uses the
free server, but can be configured to use a commercial username and
password if desired.  The Qtopia-2.2.0+ super-packages broke this,
BTW, but my new employer still uses qte-2.3.8 on new devices to ship
next year...

Allan
--
(once upon a time allanc at trolltech.com)

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

* [Buildroot] List of broken packages
  2006-11-29  8:08 [Buildroot] List of broken packages Pavel Roskin
  2006-11-29  9:06 ` Allan Clark
@ 2006-11-29  9:34 ` Bernhard Fischer
  2006-11-29 13:27   ` Bernhard Fischer
  1 sibling, 1 reply; 4+ messages in thread
From: Bernhard Fischer @ 2006-11-29  9:34 UTC (permalink / raw)
  To: buildroot

On Wed, Nov 29, 2006 at 03:08:29AM -0500, Pavel Roskin wrote:
>Hello!
>
>This is the complete list of the packages I had to disable when
>cross-compiling current Buildroot on x86_64 for i686:
>
>BR2_PACKAGE_BUSYBOX_SNAPSHOT
>(init/init.c:13:1: error: "CONFIG_SYSLOGD" redefined) 

Is this current trunk or an older snapshot? I don't see this with
busybox' r16629 and a few local patches like
package/busybox/busybox.config_RPC.patch
package/busybox/busybox.less.00.patch
package/busybox/busybox.no_werror.patch
package/busybox/busybox.applet_chrt.patch
package/busybox/busybox.passwd.01_all.patch
package/busybox/busybox.scratch_branch-misc_shrinkage.03.patch
package/busybox/busybox.scratch_branch-misc_shrinkage.04.patch
package/busybox/busybox.scratch_branch-misc_shrinkage.05.patch


>BR2_PACKAGE_ACPID
>(error treated as warning, patch sent)
done.
>BR2_PACKAGE_ASTERISK
>(depends on broken mpg123)
>BR2_PACKAGE_ISC_DHCP
>(tarball missing)
>BR2_PACKAGE_DIRECTFB
>(tarball missing)
>BR2_PACKAGE_DM
>(tarball missing, patch sent)
>BR2_PACKAGE_DMRAID
>(compile errors in absence of broken dm)
done.
>BR2_PACKAGE_FAKEROOT
>(po4a missing)
>BR2_PACKAGE_GETTEXT
>(tarball missing)
IIRC this is currently at 0.15. I'll update it but will not test it.
>BR2_PACKAGE_LIBINTL
>(tarball missing)
>BR2_PACKAGE_HOSTAP
>(depends on broken pcmcia) 
>BR2_PACKAGE_IOSTAT
>(tarball missing)
>BR2_PACKAGE_IPSEC_TOOLS
>(configure: error: Unable to find linux-2.6 kernel headers)

What kernel-version (resp. header version) do you use?

>BR2_PACKAGE_LTRACE
>(configure: error: gelf.h not found)
>BR2_PACKAGE_LTT
>(RTAITables.c:23:46: error: linux/sys.h: No such file or directory)
>BR2_PACKAGE_MEMTESTER
>(tarball missing)
>BR2_PACKAGE_MICROWIN
>(winevent.c:19: error: static declaration of 'abs' follows non-static
>declaration)
That's expected. Patches welcome..

>BR2_PACKAGE_MPG123
>(incorrect use of "as" due to implicit rules, patch sent)
>BR2_PACKAGE_NBD
>(configure: error: Could not find an nbd.h from kernel 2.6 or above)
>BR2_PACKAGE_NTP
>(../include/ntp_stdlib.h:138: error: array type has incomplete element
>type)
IIRC there was a patch sent to the list recently that bumped the
version.

>BR2_PACKAGE_OPENSWAN
>(oswlog.c:46: error: expected '=', ',', ';', 'asm' or '__attribute__'
>before 'openswan_passert_fail)

That's guarded by !defined(NO_DEBUG) and we build with -DNO_DEBUG.
Curious as to why you see this.. Works For Me, fwiw..

>BR2_PACKAGE_PORTAGE
>(sandbox-1.2.13.tar.bz2 missing)
>BR2_PACKAGE_QTE
>(cannot download, commercial?)
>BR2_PACKAGE_RUBY
>(can't find header files for ruby)
>BR2_PACKAGE_SDL
>(ld: cannot find -lartsc)
>BR2_PACKAGE_TN5250
>(host5250.c:65: error: 'FALSE' undeclared)
>
>Also, BR2_TARGET_ROOTFS_ISO9660 is broken.  iso9660.mk refers to
>LINUX_KERNEL, which is never defined.  I think the configuration system
>should ask for the kernel location and disable targets requiring the
>kernel if none have been specified.

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

* [Buildroot] List of broken packages
  2006-11-29  9:34 ` Bernhard Fischer
@ 2006-11-29 13:27   ` Bernhard Fischer
  0 siblings, 0 replies; 4+ messages in thread
From: Bernhard Fischer @ 2006-11-29 13:27 UTC (permalink / raw)
  To: buildroot

On Wed, Nov 29, 2006 at 10:34:12AM +0100, Bernhard Fischer wrote:
>On Wed, Nov 29, 2006 at 03:08:29AM -0500, Pavel Roskin wrote:
>>Hello!
>>
>>This is the complete list of the packages I had to disable when
>>cross-compiling current Buildroot on x86_64 for i686:

>>BR2_PACKAGE_OPENSWAN
>>(oswlog.c:46: error: expected '=', ',', ';', 'asm' or '__attribute__'
>>before 'openswan_passert_fail)
>
>That's guarded by !defined(NO_DEBUG) and we build with -DNO_DEBUG.
>Curious as to why you see this.. Works For Me, fwiw..

hmz. It helps if one actually applies the patches ;)
Fixed in r16719.

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

end of thread, other threads:[~2006-11-29 13:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-29  8:08 [Buildroot] List of broken packages Pavel Roskin
2006-11-29  9:06 ` Allan Clark
2006-11-29  9:34 ` Bernhard Fischer
2006-11-29 13:27   ` Bernhard Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox