[Bug 345332] [NEW] Build system only supports i?86 and x86_64

Thierry Carrez thierry.carrez at ubuntu.com
Thu Mar 19 10:02:34 UTC 2009


Public bug reported:

Binary package hint: likewise-open5

Build will fail on anything else than i386, amd64 and lpia with the
following error:

lsaumproc.c:446:2: error: #error "unsupported platform"

This is because __LWI_LINUX__ is defined only in the following cases in lsass/configure.in:
case "$host_os:$host_cpu" in
	linux*:i?86)
	linux*:x86_64)

This would probably have to be fixed in */configure.in if support for other arches is indeed possible.
If it isn't, then likewise-open5 should probably specify only the build architectures supported.

** Affects: likewise-open5 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Build system only supports i?86 and x86_64
https://bugs.launchpad.net/bugs/345332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list