Created
July 12, 2018 13:40
-
-
Save Rogach/07f1ed88d6b71c1a76c5d8efae99d129 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
Alad commented on 2018-03-28 20:11 | |
Thanks :) | |
runical commented on 2018-03-27 07:39 | |
I'll probably have some time tomorrow evening. If that isn't a problem, | |
I'll be happy to apply the patches. | |
E: Currently updating and testing | |
Alad commented on 2018-03-26 23:29 | |
And another series which includes a fix for the split package issue: | |
[65]https://paste.xinu.at/m-rZo/ | |
edit: I've pushed a new 1.5 branch, so if the above is in working order | |
I can tag a new release from there. | |
Alad commented on 2018-03-26 22:43 | |
@runical if you have some time could you apply and test this new series | |
of patches: (in particular | |
0005-specify-absolute-paths-for-GIT_DIR-GIT_WORK_TREE.patch) | |
edit: [66]https://paste.xinu.at/m-anZ/ | |
Alad commented on 2018-03-25 20:17 | |
[67]https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequis | |
ites | |
qdii commented on 2018-03-25 19:43 | |
There is a first stage where makepkg tells me I'm missing dependencies. | |
Then I install them, then running makepkg fails because it cannot find | |
"patch", and then once more with "fakeroot". | |
Maybe add those to the dependency check at first? | |
Alad commented on 2018-01-27 13:04 | |
Fixed. | |
Mel commented on 2018-01-27 12:56 | |
1.5.3-7 errors out in prepare(): | |
==> Starting prepare()... | |
patching file bin/aurbuild | |
patching file bin/aurbuild | |
patching file bin/aurbuild | |
Hunk #1 FAILED at 5. | |
1 out of 1 hunk FAILED -- saving rejects to file bin/aurbuild.rej | |
patching file bin/aursync | |
patching file man1/aursync.1 | |
==> ERROR: A failure occurred in prepare(). | |
Aborting... | |
cat aurbuild.rej | |
--- bin/aurbuild | |
+++ bin/aurbuild | |
@@ -5,7 +5,7 @@ readonly PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNC | |
NAME[0]}(): }' | |
set -e | |
declare -a gpg_args=(--detach-sign --no-armor --verbose --batch) | |
-declare -a makechrootpkg_args=(-cnu) makepkg_args=(-Lcrs) | |
+declare -a makechrootpkg_args=(-cnu) makepkg_args=(-crs) | |
declare -i chroot=0 sign_pkg=0 | |
conf_chroot() { | |
Alad commented on 2018-01-27 02:30 | |
With -6, makepkg -L is now optional. | |
Alad commented on 2018-01-17 18:41 | |
There's a known issue with aurchain and dependency order of some split | |
packages such as gdm-plymouth. Either specify the order manually, or | |
update to the git version until 1.6.0 is released. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment