Some more details on this build failure

Well I located what looks like more detailed logs of the failure, and they are here:

/home/scratch/beagle/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/systemd-image-1.0-r0/temp

But it's still useless, the most recent log file dies here:

pam (>= 1.1.5), pam-plugin-lastlog
Provides:
Status: install user installed
Section: base utils
Architecture: armv7a
Maintainer: Angstrom Developers <angstrom-distro-devel@linuxtogo.org>
--
++ uniq
++ sort
++ sed -e 's/^Depends: //' -e s/,//g -e 's:([=<>]* [0-9a-zA-Z.~\-]*)::g'
++ opkg-cl -f /home/scratch/beagle/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/systemd-image-1.0-r0/opkg.conf -o /home/scratch/beagle/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/beaglebone-angstrom-linux-gnueabi/systemd-image-1.0-r0/rootfs --force-overwrite info shadow
++ grep '^Depends'
+ deps='libpam-runtime pam-plugin-env shadow-securetty pam-plugin-faildelay pam-plugin-securetty pam-plugin-limits pam-plugin-nologin pam-plugin-motd pam-plugin-shells pam-plugin-group pam-plugin-mail libc6 pam-plugin-rootok libpam pam-plugin-lastlog'
+ for dep in '$deps'
+ sed 's:OPP:->:g'
+ sed -e s:-:_:g -e 's:\.:_:g' -e s:+::g
+ echo 'shadow OPP libpam-runtime;'
+ for dep in '$deps'
--
+ for dep in '$deps'
+ echo 'shadow OPP shadow-securetty;'
+ sed -e s:-:_:g -e 's:\.:_:g' -e s:+::g
+ sed 's:OPP:->:g'
+ for dep in '$deps'
+ echo 'shadow OPP pam-plugin-faildelay;'
+ sed -e s:-:_:g -e 's:\.:_:g' -e s:+::g
+ sed 's:OPP:->:g'
+ for dep in '$deps'
+ echo 'shadow OPP pam-plugin-securetty;'
+ sed -e s:-:_:g -e 's:\.:_:g' -e s:+::g

And that's all it says! There's no actual error message in there, no hint of WHY it might be failing there.

The actual bitbake output is the same as above, with this appended:

NOTE: package systemd-image-1.0-r0: task do_rootfs: Failed
ERROR: Task 8 (/home/scratch/beagle/setup-scripts/sources/meta-angstrom/recipes-images/angstrom/systemd-image.bb, do_rootfs) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3282 tasks of which 3281 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/scratch/beagle/setup-scripts/sources/meta-angstrom/recipes-images/angstrom/systemd-image.bb, do_rootfs
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

Why would pam be failing to build silently? How could I find out what specifically about this would be failing?

I'm on a fresh build from setup_scripts commit 37ecb7348ff252ec8ba3ee8b2418864f791e8c80 , MACHINE=beaglebone

Thanks.

-ken

I’m running into the same problem:

NOTE: package systemd-image-1.0-r0: task do_rootfs: Failed
ERROR: Task 8 (/home/jerrill/projects/angstrom/setup-scripts/sources/meta-angstrom/recipes-images/angstrom/systemd-image.bb, do_rootfs) failed with exit code ‘1’
NOTE: Tasks Summary: Attempted 3283 tasks of which 1502 didn’t need to be rerun and 1 failed.

Summary: 1 task failed:
/home/jerrill/projects/angstrom/setup-scripts/sources/meta-angstrom/recipes-images/angstrom/systemd-image.bb, do_rootfs
Summary: There were 71 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

I’m running the following:

MACHINE=beaglebone ./oebb.sh bitbake systemd-image

Jerrill