Created
October 17, 2017 19:50
-
-
Save Duncaen/4cd8240b643d4a367e8e58ea26a3dfe3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pkg=pkg-sysdig; ./xbps-src -t -N -H /hostdir -m ../chroot pkg ${pkg#pkg-} | |
| => Reconfiguring bootstrap packages... | |
| ca-certificates: configuring ... | |
| ca-certificates: configured successfully. | |
| => ERROR: sysdig: this package cannot be built for x86_64-musl. | |
| make: *** [/tmp/GmHdyCLw:18: pkg-sysdig] Error 2 | |
| pkg=pkg-gnome-multi-writer; ./xbps-src -t -N -H /hostdir -m ../chroot pkg ${pkg#pkg-} | |
| => ERROR: gnome-multi-writer-3.26.0_1: cannot be built, it's currently broken; see the build log: | |
| => ERROR: gnome-multi-writer-3.26.0_1: yes | |
| make: *** [/tmp/GmHdyCLw:18: pkg-gnome-multi-writer] Error 2 | |
| pkg=pkg-gnustep-base; ./xbps-src -t -N -H /hostdir -m ../chroot pkg ${pkg#pkg-} | |
| => ERROR: gnustep-base-1.25.0_1: cannot be built, it's currently broken; see the build log: | |
| => ERROR: gnustep-base-1.25.0_1: musl patching for this is beyond the author at this time | |
| make: *** [/tmp/GmHdyCLw:18: pkg-gnustep-base] Error 2 | |
| make: Target 'all' not remade because of errors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment