Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: zbar: fix qt option handling
Date: Sat, 15 Jun 2019 15:33:18 +0200	[thread overview]
Message-ID: <20190615133318.496MICZhf-21qmcprPshHFLtkI4rFA2FtJ0f2mkoN2g@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12456@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]

New comment by hadrianw on void-packages repository

https://github.com/void-linux/void-packages/pull/12456#issuecomment-502367345
Comment:
I successfully built the package with a following script:
```
#!/bin/sh
set -x
set -e

function __BUILD__() {
	git clean -fdx -e /hostdir
	case "$1" in
		i686) bootstrap=i686;;
		*-musl) bootstrap=x86_64-musl;;
		*) bootstrap=x86_64;;
	esac
	shift
	./xbps-src binary-bootstrap "$bootstrap"
	./xbps-src -j4 "$@" pkg zbar
}

wget  -N "https://alpha.de.repo.voidlinux.org/static/xbps-static-latest.x86_64-musl.tar.xz"
mkdir -p xbps
tar xf xbps-static-latest.x86_64-musl.tar.xz -C xbps
export PATH="$PWD/xbps/usr/bin:$PATH"

(cd void-packages && git pull origin master) ||
git clone --depth 1 git@github.com:hadrianw/void-packages.git

cd void-packages

for arch in x86_64 x86_64-musl i686; do
	__BUILD__ "$arch" || failed="$failed $arch"
done
for arch in aarch64 armv7l armv6l-musl aarch64-musl; do
	source "common/cross-profiles/$arch.sh" &&
	__BUILD__ "$arch" -a "$arch" || failed="$failed $arch"
done

echo Failed:$failed
```

I attach the build log.
```hadrian@karton $ ./check.sh &> build.log```
[build.log](https://github.com/void-linux/void-packages/files/3293131/build.log)


  parent reply	other threads:[~2019-06-15 13:33 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-14 17:33 [PR PATCH] " voidlinux-github
2019-06-14 18:42 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-14 18:42 ` voidlinux-github
2019-06-14 18:43 ` voidlinux-github
2019-06-14 18:43 ` voidlinux-github
2019-06-15  8:00 ` voidlinux-github
2019-06-15  8:04 ` voidlinux-github
2019-06-15 13:33 ` voidlinux-github [this message]
2019-06-15 17:36 ` voidlinux-github
2019-06-15 17:51 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-15 17:51 ` voidlinux-github
2019-06-15 17:52 ` voidlinux-github
2019-06-15 18:49 ` voidlinux-github
2019-06-15 18:51 ` voidlinux-github
2019-06-16 11:52 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190615133318.496MICZhf-21qmcprPshHFLtkI4rFA2FtJ0f2mkoN2g@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).