Search Criteria
Package Details: distccd-alarm-armv7h 11.2.0.20220216-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/distccd-alarm.git (read-only, click to copy) |
---|---|
Package Base: | distccd-alarm |
Description: | Official toolchain for Arch ARM builds via distcc on x86_64 volunteers |
Upstream URL: | https://github.com/graysky2/distccd-alarm |
Licenses: | GPL |
Submitter: | graysky |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 33 |
Popularity: | 0.001709 |
First Submitted: | 2017-09-14 21:47 (UTC) |
Last Updated: | 2022-05-05 18:20 (UTC) |
Latest Comments
graysky commented on 2020-08-24 20:22 (UTC)
Just run makepkg -s and then run pacman -U ...armv7h.pkg.tar.zst and you're done.
dkaea353 commented on 2020-08-24 17:54 (UTC)
Could you please make it so that it is easier to pick which architectures to install? For example, I only want armv7h installed and have to comment several lines in the PKGBUILD so the other archs aren't installed too. (Or is there some easier way of doing this that I'm missing?)
graysky commented on 2020-08-23 23:09 (UTC)
@dviktor - looks like upstream pushed 10.2.0 but they do not use versioned dirs so that is why the checksums are off. I will bump, thanks for the heads-up.
dviktor commented on 2020-08-23 22:50 (UTC)
it complains about incorrect checksums. can you please recheck?
dviktor commented on 2020-08-23 22:50 (UTC)
it complains about incorrect checksums. can you please recheck?
graysky commented on 2020-08-21 09:04 (UTC)
@hotaru - Thank you, fixed in 9.3.0.20200428-3
hotaru commented on 2020-08-21 00:56 (UTC)
petronny commented on 2019-08-29 08:19 (UTC)
won't work in a chroot build. Please change the last line to
kprkpr commented on 2019-08-22 07:49 (UTC)
This package is superseeded with distccd-alarm-armv7h
It install some more things, but important are in /opt/* Thanks
Svenstaro commented on 2019-08-18 23:51 (UTC)
I flagged this out of date for 8.2.1 but you should probably actually use https://archlinuxarm.org/builder/xtools/x-tools7h.tar.xz which is really 8.3.0 (though it's unversioned?). This gets rid of a problem I had with glibc 2.29.
kprkpr commented on 2019-08-01 06:55 (UTC)
For me md5 checksum is working.. Please try again
fmorgner commented on 2019-07-22 08:23 (UTC)
There is an issue with the md5 checksums for 'x-tools6h.tar.xz'. Please update them.
Flat commented on 2019-07-05 00:24 (UTC)
8.3.0-1 works fine. Thank you.
graysky commented on 2019-07-04 20:49 (UTC)
Please try 8.3.0-1
Flat commented on 2019-07-04 20:24 (UTC)
Looks like the x-tools archives have changed and the md5sums do not currently match.
graysky commented on 2018-10-25 19:41 (UTC)
@muesli4 - What are you talking about wrt uncommenting? Are you building with makepkg or with an AUR helper?
muesli4 commented on 2018-10-25 08:29 (UTC)
Doesn't work at all. First I had to uncomment the BUILDDIR variable, otherwise it wouldn't find files.
Then makepkg finished building the package with error messages that files are missing (but apparently still succesful).
When I tried building with it I get something like this in the log:
kprkpr commented on 2018-09-02 10:26 (UTC)
+petronny Thanks for pointing me, and sorry for delay
Updated to 8.2.0 and now in /opt :)
graysky commented on 2018-08-28 20:34 (UTC)
@petronny - That change won't do anything as readme.in just creates a user message. The script you referenced is for building x86_64 on x86_64. This toolchain is for using x86_64 as a slave machine for an armxxx master.
I have no idea what you're wanting to achieve with your other post. I recommend against using AUR helpers in general.
petronny commented on 2018-08-28 10:32 (UTC)
Hi thanks for providing these packages.
8.2.0 is out, please upgrade them.
And how about placing the files into /opt rather than /usr ?
petronny commented on 2018-08-28 10:04 (UTC) (edited on 2018-08-28 10:07 (UTC) by petronny)
Thanks for providing these packages.
Could you help me solve a problem I get when I'm trying to build a armv7h version of unzip?
I list steps to re-produce my problem as follow:
yaourt -Syua
sudo reboot
distccd-alarm-armv7h
withextra-x86_84-build
and install it withpacman -U
sudo systemctl start distccd-armv7h
/etc/makepkg.conf
to~/makepkg-armv7h.conf
.Change
CARCH
toarmv7h
.Remove
-march=x86-64 -mtune=generic
fromCFLAGS
andCXXFLAGS
.Change
!distcc
toarmv7h
inBUILDENV
.Set
DISTCC_HOSTS
tolocalhost:3635
.yaourt -G unzip
cd unzip
Add
armv7h
toarch
inPKGBUILD
.makepkg --config ~/makepkg-armv7h.conf -Cf
I'm sure that distcc is working and everything are built with the arm gcc.
It will produce different outputs than the native gcc.
The problem is
It's still using the native ld rather than the arm one.
I can't figure out why this happens. Please help.
petronny commented on 2018-08-28 09:08 (UTC)
Please change
to
<readme.in > ${startdir}/"${_subarchs[$i]}".install
.This will make the package working with the official packaging tool
extra-x86_84-build
.pa314159 commented on 2018-06-04 23:08 (UTC) (edited on 2018-06-04 23:09 (UTC) by pa314159)
Build fails with
==> Creating package "distccd-alarm-armv5"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Adding install file...
cp: cannot stat '...../armv5.install': No such file or directory
==> ERROR: Failed to add install file to package.
sehraf commented on 2018-05-25 22:11 (UTC)
You can tell makepkg to build everything under a specific path (/tmp/makepkg/ in my case). When doing so the build process fails because if incorrect paths inside the PKGBUILD file.
graysky commented on 2018-05-25 19:28 (UTC)
@sehraf - Perhaps I misunderstood... I am unfamiliar building as you describe.
sehraf commented on 2018-05-25 19:11 (UTC)
@graysky, thx for the answer though i don't see how it is related to my question. My problem is that the path' used are wrong. (the root thing is no problem)
graysky commented on 2018-05-20 10:58 (UTC)
@sehraf - I can't help you with that... even building with makepkg results in a $srcdir that cannot be removed without root privileges due to settings in the upstream tarballs.
sehraf commented on 2018-05-20 10:56 (UTC)
The PKGBUILD is broken when using a separated build directory:
from /etc/makepkg.conf
-- Specify a directory for package building.
BUILDDIR=/tmp/makepkg
When building i get the following error (using yaourt or pacaur): cp: cannot stat '/tmp/yaourt-tmp-user/aur-distccd-alarm-armv7h/armv5.install': No such file or directory
This is the directory where yaourt places the PKGBUILD (/tmp/yaourt-tmp-user/aur-distccd-alarm-armv7h/PKGBUILD) (same goes for pacaur /home/user/.cache/pacaur/distccd-alarm/PKGBUILD)
But the file in question is located in /tmp/makepkg/distccd-alarm/armv5.install since this is where the build process is done.
This might also related: i get these errors: "distccd[540] (dcc_check_compiler_whitelist) CRITICAL! armv7l-unknown-linux-gnueabihf-g++ not in /usr/lib/distcc whitelist." I saw your post here https://github.com/distcc/distcc/issues/277 and i don't have these sym links on my system (i built the package by removing the install="$1.install" entry :P )
kprkpr commented on 2018-05-14 14:42 (UTC)
+mickael9 The link works again, but I will update with versioned one, that seems better option now
mickael9 commented on 2018-05-09 18:17 (UTC)
The download links are dead, they seem to be versioned now:
https://archlinuxarm.org/builder/xtools/
graysky commented on 2017-12-12 08:13 (UTC)
@rcf - Yes, it looks like they repacked without bumping the pkgver or pkgrel :/
rcf commented on 2017-12-12 04:01 (UTC) (edited on 2017-12-12 04:01 (UTC) by rcf)
The MD5s have changed (as seen on the wiki):
md5sums=('9cfadee932063e8341c14036c5c10e90' '12ae25e2529387fe7a038c24429bad81' 'b2abddab4c216150b3be8854d6b4afd6' 'ceed447e8789f7579e7b99a394c02a82' '48b71f968488a4322a715d633eb6879e' '7e664f8ce386f467f1a7381c9ac3c06f')
graysky commented on 2017-11-09 23:42 (UTC) (edited on 2017-11-09 23:45 (UTC) by graysky)
FallenSnow commented on 2017-11-09 17:09 (UTC)
graysky commented on 2017-09-17 14:22 (UTC) (edited on 2017-09-17 14:23 (UTC) by graysky)
WarheadsSE commented on 2017-09-17 14:11 (UTC)
graysky commented on 2017-09-15 20:02 (UTC) (edited on 2017-09-15 20:15 (UTC) by graysky)
lonaowna commented on 2017-09-15 12:49 (UTC)
gyscos commented on 2017-09-15 02:55 (UTC)
graysky commented on 2017-09-14 23:48 (UTC) (edited on 2017-09-14 23:51 (UTC) by graysky)
commented on 2017-09-14 23:18 (UTC)
kprkpr commented on 2016-07-13 16:07 (UTC)
XorA commented on 2016-07-13 15:49 (UTC)