[Bug 345322] [NEW] Build failure under sparc and armel
Thierry Carrez
thierry.carrez at ubuntu.com
Thu Mar 19 09:43:45 UTC 2009
Public bug reported:
Binary package hint: likewise-open5
Likewise-open 5 fails to build under sparc and armel with the following
error:
Running build stage
make: the `-j' option requires a positive integral argument
I traced it back to a make flags helper in build/lib/mkcomp-helper.sh:
function _get_base_mflags
{
local flags=
flags="-j$((`cat /proc/cpuinfo | grep '^processor' | wc -l` * 2))"
echo "$flags"
}
I guess "cat /proc/cpuinfo | grep '^processor' | wc -l" returns 0 on sparc and armel.
** Affects: likewise-open5 (Ubuntu)
Importance: Undecided
Status: New
--
Build failure under sparc and armel
https://bugs.launchpad.net/bugs/345322
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