From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: The unshared changes give a problem with build after doing git pull on next
Date: Fri, 02 Aug 2024 19:13:32 +0100 [thread overview]
Message-ID: <5574D506-E748-4ACB-A6B9-A156F88F707F@ipfire.org> (raw)
In-Reply-To: <2e6a45cb-7c55-4725-81f2-d69f0c7b373f@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 10239 bytes --]
Hello,
> On 26 Jul 2024, at 17:07, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> On 26.07.2024 17:08, Michael Tremer wrote:
>> Hello,
>>
>>> On 26 Jul 2024, at 16:06, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>>>
>>> On 26.07.2024 16:18, Michael Tremer wrote:
>>>> Hello Matthias,
>>>
>>> Hi Michael,
>>>
>>>>> On 26 Jul 2024, at 15:08, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> I'd like to jump in at this point...for me its not working as expected
>>>>> and I don't know why.
>>>>>
>>>>> Being curious I tried to build 'next', but I always get the same error:
>>>>>
>>>>> ***SNIP***
>>>>> root(a)Devel64-1: /git/ipfire-2.x # ./make.sh build
>>>>> Packaged toolchain compilation
>>>>> Building IPFire
>>>>> stage2
>>>>> Jul 26 13:32:59: Building stage2 unshare: cannot change
>>>>> /git/ipfire-2.x/build_x86_64/proc filesystem propagation: Invalid argument
>>>>
>>>> What is the host system that you are using?
>>>
>>> uname -a:
>>> Linux Devel64-1 5.15.0-117-generic #127-Ubuntu SMP Fri Jul 5 20:13:28
>>> UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
>>>
>>> lsb_release -a:
>>> root(a)Devel64-1: /git/ipfire-2.x # lsb_release -a
>>> No LSB modules are available.
>>> Distributor ID: Ubuntu
>>> Description: Ubuntu 22.04.4 LTS
>>> Release: 22.04
>>> Codename: jammy
>>>
>>> Hardware:
>>> Both 'devels' are running with i7-2600 / 16GB RAM. Worked with no
>>> problems until current 'next'... ;-)
>>
>> Oh, wow this is quite an ancient kernel. Is there any chance you can update this?
>
> The *hardware* is rather old, but running without any problems.
>
> The Ubuntu version is not so old at all -
> https://wiki.ubuntu.com/Releases states "End of Standard Support" = June
> 2027 and EOL = April 2024.
> That's why I haven't seen any reason to update the 'Devels' yet.
>
> Both are running and building anything I want - until the current
> 'next'. ;-)
>
> Current state is:
>
> ***SNIP***
> root(a)Devel64-1: /git/ipfire-2.x # apt upgrade
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
> Calculating upgrade... Done
> The following packages have been kept back:
> python3-update-manager update-manager update-manager-core
> 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
> ***SNAP***
>
>>>>>
>>>>> ERROR: Downloading stage2
>>>>> [ FAIL ]
>>>>> Check /git/ipfire-2.x/log_x86_64/_build.ipfire.log for errors if
>>>>> applicable [ FAIL ]
>>>>> ***SNAP***
>>>>>
>>>>> This is a clean pull, nothing changed.
>>>>>
>>>>> And - I noticed some oddities:
>>>>>
>>>>> './make.sh downloadscr' runs without any errors, but doesn't verify
>>>>> BLAKE2 checksums as before?
>>>>> "***Verifying BLAKE2 checksum
>>>>> all files BLAKE2 checksum match [ DONE ]" is missing.
>>>>
>>>> This is now done in one step. It has always done the verification twice before which is just unnecessary.
>>>
>>> I see. Ok for me. Sorry for the noise...
>>>
>>>>> Changing the BLAKE2 checksum on (e.g.) 'squid 6.10' didn't produce an
>>>>> immidiate error, './make.sh downloadsrc' runs through and just ends with:
>>>>
>>>> Unless you are thinking that this is no longer working?
>>>
>>> I was just wondering - I missed the immediate error.
>>
>> What is in the logs? This seems to be a problem indeed.
>
> I tested 'squid 6.10' again with an intentionally *wrong* checksum in
> lfs-file:
>
> As I wrote:
> './make.sh downloadsrc' runs through, stops with "ERROR: Failed to
> download sources" and tells me to "Check
> /git/ipfire-2.x/log_x86_64/_build.preparation.log for errors..." as
> stated below. You have to analyse this log to find what happened.
>
> I attached '_build.ipfire.log' and'_build.preparation.log' - just search
> for "Error 1".
I just tried to reproduce this. It does fail correctly with an incorrect checksum. That was a bit of a worry for me, but does not seem to be a problem.
The usability might not be great. It shows FAIL for the failed packages, but it is quite hard to search for this.
So I added the names of the failed packages the error message. I hope that solves it.
>
>>>>> ***SNIP***
>>>>> ERROR: Failed to download sources [ FAIL ]
>>>>> Check /git/ipfire-2.x/log_x86_64/_build.preparation.log for errors
>>>>> if applicable [ FAIL ]
>>>>> ***SNAP***
>>>>>
>>>>> And in this log I find:
>>>>> ***SNIP***
>>>>> Jul 26 13:43:34: Building squid make: Entering directory
>>>>> '/git/ipfire-2.x/lfs'
>>>>> -e Download: https://source.ipfire.org/source-2.x/squid-6.10.tar.xz
>>>>> 2024-07-26 15:43:35
>>>>> URL:https://source.ipfire.org/source-2.x/squid-6.10.tar.xz
>>>>> [2558208/2558208] -> "/tmp/squid-6.10.tar
>>>>> make: *** [squid:67: /git/ipfire-2.x/cache/squid-6.10.tar.xz] Error 1
>>>>> ***SNAP***
>>>>>
>>>>> If I test this wrong checksum with Core186 (e.g.), 'make' stops in
>>>>> between and I get:
>>>>> ***SNIP***
>>>>> ERROR: BLAKE2 checksum error in squid, check file in cache or signature
>>>>> [ FAIL ]
>>>>> Check /git/ipfire-2.x/log/_build.preparation.log for errors if
>>>>> applicable [ FAIL ]
>>>>> ***SNAP***
>>>>
>>>> I don’t quite understand what the problem is here? What do you expect to happen?
>>>
>>> As stated above - I was just wondering why a checksum error didn't
>>> produce an appropriate error message like before, pointing at the
>>> affected package.
>>
>> It totally should.
>>
>>>
>>>>> And:
>>>>> './make.sh gettoolchain' doesn't give any feedback, cursor just jumps to
>>>>> the next line. No "Toolchain is already downloaded. Exiting..." as before.
>>>>
>>>> It might be that I have removed the output when refactoring the function.
>>>>
>>>> Is the toolchain downloaded okay though?
>>>
>>> The toolchain is downloaded and OK.
>>>
>>> Best
>>> Matthias
>>>
>>>>
>>>> -Michael
>>>>
>>>>>
>>>>> Do I have an error somewhere?
>>>>>
>>>>> Best
>>>>> Matthias
>>>>>
>>>>>
>>>>> On 26.07.2024 15:05, Michael Tremer wrote:
>>>>>> Hello,
>>>>>>
>>>>>>> On 26 Jul 2024, at 13:39, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>>>>>>>
>>>>>>> Hi Michael,
>>>>>>>
>>>>>>> On 26/07/2024 10:35, Adolf Belka wrote:
>>>>>>>> Hi Michael,
>>>>>>>>
>>>>>>>> On 26/07/2024 10:17, Michael Tremer wrote:
>>>>>>>>> Hello,
>>>>>>>>>
>>>>>>>>> Hmm, this might be a slight transitioning problem…
>>>>>>>>
>>>>>>>> Yes, of course.
>>>>>>>>>
>>>>>>>>> If you are now in next and build the distribution, it will likely build in build_x86_64/ and logs will be stored in logs_x86_64/. If you run ./make.sh clean, those directories will be removed.
>>>>>>>>
>>>>>>>> I had forgotten that the new build system created the build and log dirs with the architecture included in the name now.
>>>>>>>>
>>>>>>>> My next still had all the build and logs from the last build run and I did not do a ./make.sh clean before I did the pit pull. So the new clean was trying to remove the build_x86_64 but I still had the build dire.
>>>>>>>>>
>>>>>>>>> If you however change back to master, it will assume that your build is in build/ and your logs are in logs/. If you then run clean, it will try to remove those directories and since they don’t exist, ./make.sh clean will return really quickly.> Is this maybe what happens?
>>>>>>>>
>>>>>>>> Yes. That makes sense.
>>>>>>>>>
>>>>>>>>> You can fix this by either removing the directories by hand or changing to next, run ./make.sh clean, then change to master and run it again. That should give you a clean tree.
>>>>>>>>
>>>>>>>> I will run the clean in master which will get rid of all the old named dirs and then move to next with a clean structure for doing the build with the new system.
>>>>>>>>
>>>>>>> Everything worked fine for the build after I cleared out the old dirs.
>>>>>>>
>>>>>>> Have noticed a couple of things. The new build process creates log_x86_64 and all log info is placed in there. However the log dir is still present and when I deleted it and started the build it was re-created but stayed empty the whole time. Not a big issue.
>>>>>>
>>>>>> Oh, I did not notice this, but we should change that...
>>>>>>
>>>>>>> The other thing I found was that the following were listed in the untracked changes section.
>>>>>>>
>>>>>>> doc/ChangeLog
>>>>>>> doc/packages-list.txt
>>>>>>
>>>>>> We used to generate these files, but I don’t think they have any value any more, so I removed them. This was also necessary because the build environment can no longer write to the doc/ directory.
>>>>>>
>>>>>> You can just delete them, but if you build master again, they will be created again.
>>>>>>
>>>>>>> I just did my build ignoring them but presumably they either need to be added somewhere to include them or they need to be added to the .gitignore
>>>>>>>
>>>>>>> Apart from those two very minor observations, the new build process ran very nicely.
>>>>>>
>>>>>> That is good to know!
>>>>>>
>>>>>> Best,
>>>>>> -Michael
>>>>>>
>>>>>>> Regards,
>>>>>>>
>>>>>>> Adolf
>>>>>>>
>>>>>>>> Thanks.
>>>>>>>>
>>>>>>>> Adolf.
>>>>>>>>>
>>>>>>>>> Best,
>>>>>>>>> -Michael
>>>>>>>>>
>>>>>>>>>> On 26 Jul 2024, at 08:57, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>>>>>>>>>>
>>>>>>>>>> Hi Michael,
>>>>>>>>>>
>>>>>>>>>> I ran git pull origin next on my local repo and then went to try a package update build.
>>>>>>>>>>
>>>>>>>>>> The gettoolchain and downloadsrc worked fine. However the ./make.sh clean just came straight back to the cursor without removing any of the directories in my repo.
>>>>>>>>>>
>>>>>>>>>> I am now using my master repo version for doing the package update but something has gone wrong with the unshared migration because the clean command worked fine when it was in your own repo.
>>>>>>>>>>
>>>>>>>>>> Regards,
>>>>>>>>>>
>>>>>>>>>> Adolf.
>>
>>
[-- Attachment #2: _build.ipfire.log --]
[-- Type: application/octet-stream, Size: 131 bytes --]
Jul 26 15:41:56: Building stage2 unshare: cannot change /git/ipfire-2.x/build_x86_64/proc filesystem propagation: Invalid argument
[-- Attachment #3: _build.preparation.log --]
[-- Type: application/octet-stream, Size: 145565 bytes --]
unshare: cannot change /git/ipfire-2.x/build_x86_64/proc filesystem propagation: Invalid argument
Jul 26 15:45:09: Building 7zip make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
p7zip-17.05.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:09: Building abseil-cpp make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
abseil-cpp-20230802.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:09: Building acl make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
acl-2.3.2.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building acpid make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
acpid-2.0.34.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building alac make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
alac-0.0.7.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building alsa make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
alsa-lib-1.2.10.tar.bz2 checksum OK
alsa-utils-1.2.10.tar.bz2 checksum OK
alsa-firmware-1.2.4.tar.bz2 checksum OK
alsa-ucm-conf-1.2.10.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building amazon-ssm-agent make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
amazon-ssm-agent-3.2.582.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building apache2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
httpd-2.4.62.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building apcupsd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
apcupsd-3.14.14.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building apr make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
apr-1.7.4.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building aprutil make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
apr-util-1.6.3.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building arping make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
arping-2.23.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building asciidoctor make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
asciidoctor-2.0.23.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building attr make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
attr-2.5.2.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building autoconf make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
autoconf-2.71.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building automake make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
automake-1.16.5.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building avahi make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
avahi-0.8.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building aws-cli make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
aws-cli-1.27.100.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building backup make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building bacula make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
bacula-13.0.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building bash make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
bash-5.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building bc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
bc-1.07.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building beep make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
beep-1.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building berkeley make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
db-5.3.28.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building bind make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
bind-9.16.50.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building binutils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
binutils-2.42.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building bird make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
bird-2.14.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building bison make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
bison-3.8.2.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building boost make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
boost_1_83_0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building bootstrap make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
bootstrap-4.0.0-alpha.6-dist.zip checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building borgbackup make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
borgbackup-1.2.7.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building br2684ctl make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building bridge-utils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
bridge-utils-1.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building btrfs-progs make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
btrfs-progs-v6.9.2.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building bwm-ng make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
bwm-ng-0.6.1-f54b3fa.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building bzip2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
bzip2-1.0.8.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building c-ares make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
c-ares-1.32.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building ca-certificates make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:10: Building cairo make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
cairo-1.17.6.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building calamaris make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
calamaris-2.59.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building ccache make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ccache-4.3.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building cdrkit make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
cdrkit-1.1.11.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building cdrom make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building chkconfig make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
chkconfig-1.5.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building cifs-utils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
cifs-utils-7.0.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building clamav make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
clamav-1.3.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building cleanup-toolchain make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building cmake make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
cmake-3.25.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building collectd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
collectd-4.10.9.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building colm make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
colm-0.14.7.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building configroot make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building conntrack-tools make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
conntrack-tools-1.4.7.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building core-updates make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building coreutils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
coreutils-9.5.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building cpio make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
cpio-2.15.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building cpufrequtils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building cups make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
cups-2.4.6-source.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building cups-filters make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
cups-filters-1.28.16.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building cups-pdf make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
cups-pdf_3.0.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building curl make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
curl-8.8.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building cyrus-sasl make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
cyrus-sasl-2.1.26.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building dbus make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
dbus-1.14.10.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building ddns make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ddns-014.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building ddrescue make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ddrescue-1.26.tar.lz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building dehydrated make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
dehydrated-0.7.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building dejagnu make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
dejagnu-1.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building dejavu-fonts-ttf make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
dejavu-fonts-ttf-2.37.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building dhcp make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
dhcp-4.4.3-P1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building dhcpcd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
dhcpcd-10.0.8.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building diffutils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
diffutils-3.10.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building dma make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
dma-0.13.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building dmidecode make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
dmidecode-3.5.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building dnsdist make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
dnsdist-1.9.4.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building dosfstools make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
dosfstools-4.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building dracut make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
dracut-056.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building dvb-firmwares make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
dvb-firmwares-20141125.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building e2fsprogs make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
e2fsprogs-1.47.1.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building ebtables make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ebtables-2.0.11.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building ed make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ed-1.20.2.tar.lz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building efibootmgr make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
efibootmgr-18.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building efivar make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
efivar-38.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building elfutils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
elfutils-0.191.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building elinks make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
elinks-0.16.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building epson-inkjet-printer-escpr make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
epson-inkjet-printer-escpr-1.7.23-1lsb3.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building etherwake make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
etherwake-1.09-ipfire.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building ethtool make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ethtool-6.9.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building exfatprogs make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
exfatprogs-1.1.3.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building expat make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
expat-2.6.2.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:11: Building expect make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
expect5.45.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building faad2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
faad2-2_10_0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building fake-environ make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building fcron make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
fcron-3.2.1.src.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building fetchmail make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
fetchmail-6.4.38.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building ffmpeg make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ffmpeg-6.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building file make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
file-5.45.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building findutils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
findutils-4.10.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building fireinfo make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
fireinfo-v2.2.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building fireperf make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
fireperf-0.2.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building firmware-update make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
firmware-update-20210107.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building flac make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
flac-1.4.2.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building flag-icons make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
flag-icons-2.6.zip checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building flash-images make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building flashrom make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
flashrom-v1.2.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building flex make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
flex-2.6.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building fmt make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
fmt-11.0.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building fontconfig make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
fontconfig-2.15.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building foomatic make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
foomatic-filters-4.0.17.tar.gz checksum OK
foomatic-db-4.0-20230828.tar.gz checksum OK
foomatic-db-engine-4.0.13.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building fping make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
fping-5.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building freefont make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
freefont-ttf-20100919.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building freeradius make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
freeradius-server-3.2.3.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building freetype make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
freetype-2.13.2.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building fribidi make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
fribidi-1.0.12.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building frr make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
frr-frr-9.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building fuse make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
fuse-3.15.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building gawk make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
gawk-5.3.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building gcc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
gcc-13.3.0.tar.xz checksum OK
gmp-6.2.1.tar.xz checksum OK
mpfr-4.2.0.tar.xz checksum OK
mpc-1.3.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building gd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libgd-2.3.3.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building gdb make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
gdb-14.2.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building gdbm make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
gdbm-1.23.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building gettext make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
gettext-0.22.5.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:12: Building ghostscript make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ghostscript-10.03.0.tar.xz checksum OK
ghostscript-fonts-std-8.11.tar.gz checksum OK
gnu-gs-fonts-other-6.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building git make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
git-2.45.2.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building glib make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
glib-2.77.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building glibc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
glibc-2.39.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building gmp make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
gmp-6.3.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building gnump3d make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
gnump3d-3.0.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building gnupg make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
gnupg-1.4.23.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building gnutls make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
gnutls-3.8.5.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building go make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
go1.20.4.linux-amd64.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building gperf make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
gperf-3.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building gptfdisk make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
gptfdisk-1.0.10.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building grep make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
grep-3.11.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building groff make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
groff-1.23.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building grub make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
grub-2.12.tar.xz checksum OK
unifont-7.0.03.pcf.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building grub-btrfs make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
grub-btrfs-4.13.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building guardian make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
guardian-2.0.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building gutenprint make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
gutenprint-5.3.4.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building gzip make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
gzip-1.13.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building haproxy make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
haproxy-2.9.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building harfbuzz make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
harfbuzz-8.2.2.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building hdparm make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
hdparm-9.65.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building help2man make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
help2man-1.49.3.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building hostapd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
hostap_2_10.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building hostname make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
hostname_3.20.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building hplip make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
hplip-3.23.12.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building htop make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
htop-3.3.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building hwdata make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building i2c-tools make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
i2c-tools-4.3.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building iana-etc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
iana-etc-20240701.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building ids-ruleset-sources make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building iftop make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
iftop-1.0pre4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building igmpproxy make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
igmpproxy-0.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building initscripts make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building inotify-tools make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
inotify-tools-4.23.9.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building installer make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building intel-microcode make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Intel-Linux-Processor-Microcode-Data-Files-microcode-20240531.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:13: Building intltool make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
intltool-0.51.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building iotop make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
iotop-1.22.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building ipblocklist-sources make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building iperf make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
iperf-2.1.8.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building iperf3 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
iperf-3.16.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building ipfire-netboot make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ipfire-netboot-v2.0.tar.gz checksum OK
ipxe-0cc0f47.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building iproute2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
iproute2-6.8.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building ipset make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ipset-7.19.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building iptables make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
iptables-1.8.10.tar.xz checksum OK
netfilter-layer7-v2.23.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building iptraf-ng make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
iptraf-ng-1.2.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building iputils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
iputils-20240117.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building ipvsadm make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ipvsadm-1.31.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building iw make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
iw-6.9.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building jansson make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
jansson-2.14.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building joe make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
joe-4.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building jq make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
jq-1.7.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building jquery make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
jquery-3.6.3.min.js checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building json-c make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
json-c-0.17.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building kbd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
kbd-2.6.4.tar.xz checksum OK
kbd-latarcyrheb-16-fixed.tar.bz2 checksum OK
kbd-latsun-fonts.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building keepalived make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
keepalived-2.2.8.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building keyutils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
keyutils-1.6.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building kmod make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
kmod-32.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building knot make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
knot-3.3.5.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building krb5 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
krb5-1.21.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building l7-protocols make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
l7-protocols-2009-05-10.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building lame make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
lame-3.100.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building lcdproc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
lcdproc-0e2ce9b.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building lcms2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
lcms2-2.16.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building less make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
less-661.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libaio make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libaio-0.3.113.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libarchive make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libarchive-3.7.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libassuan make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libassuan-2.5.5.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libcap make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libcap-2.69.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libcap-ng make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libcap-ng-0.8.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libcdada make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libcdada-0.4.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libconfig make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libconfig-1.7.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libdaemon make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libdaemon-0.14.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libedit make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libedit-20240517-3.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libevent2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libevent-2.1.12-stable.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libexif make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libexif-0.6.24.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libffi make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libffi-3.4.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libgcrypt make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libgcrypt-1.10.3.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libgpg-error make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libgpg-error-1.48.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libgudev make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libgudev-238.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libhtp make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libhtp-0.5.48.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libid3tag make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libid3tag-0.16.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libidn make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libidn-1.42.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libinih make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
inih-r56.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libjpeg make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libjpeg-turbo-2.1.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libloc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libloc-0.9.17.tar.gz checksum OK
location-2024-04-16.db.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libmad make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libmad-0.15.1b.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libmnl make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libmnl-1.0.5.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libmpc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
mpc-1.3.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libmpdclient make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libmpdclient-2.22.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libmpeg2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
mpeg2dec-0.4.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libnet make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libnet-1.1.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libnetfilter_conntrack make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libnetfilter_conntrack-1.0.9.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libnetfilter_cthelper make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libnetfilter_cthelper-1.0.1.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libnetfilter_cttimeout make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libnetfilter_cttimeout-1.0.1.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libnetfilter_queue make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libnetfilter_queue-1.0.5.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libnfnetlink make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libnfnetlink-1.0.2.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libnl-3 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libnl-3.9.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libogg make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libogg-1.3.5.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building liboping make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
liboping-1.3.4.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libpcap make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libpcap-1.10.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:14: Building libpciaccess make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libpciaccess-0.17.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libpipeline make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libpipeline-1.5.7.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libplist make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libplist-2.4.0.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libpng make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libpng-1.6.42.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libqmi make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libqmi-1.30.8.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libseccomp make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libseccomp-2.5.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libshout make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libshout-2.4.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libslirp make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libslirp-4.7.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libsmooth make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libsodium make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libsodium-1.0.19.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libssh make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libssh-0.10.6.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libstatgrab make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libstatgrab-0.92.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libtalloc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
talloc-2.4.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libtasn1 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libtasn1-4.19.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libtiff make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
tiff-4.5.1.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libtirpc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libtirpc-1.3.3.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libtool make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libtool-2.4.7.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building liburcu make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
userspace-rcu-0.14.0.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libusb make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libusb-1.0.26.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libusbredir make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
usbredir-0.13.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libuv make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libuv-1.44.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libvirt make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libvirt-10.0.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libvorbis make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libvorbis-1.3.7.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libxcrypt make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libxcrypt-4.4.36.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libxml2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libxml2-2.12.3.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libxslt make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libxslt-1.1.37.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libyajl make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libyajl-2.1.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building libyang make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libyang-2.1.148.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building linux make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
linux-6.6.32.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building linux-atm make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
linux-atm-2.4.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:15: Building linux-firmware make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
linux-firmware-20231030.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building linux-initrd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building lm_sensors make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
lm-sensors-3-6-0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building lmdb make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
openldap-LMDB_0.9.31.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building logrotate make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
logrotate-3.21.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building logwatch make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
logwatch-7.8.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building lshw make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
lshw-B.02.20.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building lsof make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
lsof-4.99.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building ltrace make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ltrace_0.7.3.orig.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building lua make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
lua-5.4.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building lvm2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
LVM2.2.03.23.tgz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building lynis make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
lynis-3.1.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building lz4 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
lz4-1.9.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building lzip make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
lzip-1.24.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building lzo make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
lzo-2.10.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building m4 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
m4-1.4.19.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building make make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make-4.4.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building man make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
man-db-2.12.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building man-pages make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
man-pages-6.9.1.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building mandoc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
mandoc-1.14.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building mc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
mc-4.8.31.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building mcelog make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
mcelog-196.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building mdadm make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
mdadm-4.3.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building mdns-repeater make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
mdns-repeater-1.11.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building memtest make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
memtest86plus-7.00.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building meson make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
meson-1.4.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building minicom make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
minicom-2.9.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building minidlna make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
minidlna-1.3.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building misc-progs make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building monit make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
monit-5.34.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building mpage make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
mpage-2.5.7.tgz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building mpc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
mpc-0.35.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:16: Building mpd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
mpd-0.23.15.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building mpfire make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building mpfr make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
mpfr-4.2.1.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building mtr make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
mtr-0.95.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building multipath-tools make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
multipath-tools-0.8.9.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building mympd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
myMPD-15.0.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building nagios-plugins make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
nagios-plugins-2.3.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building nagios_nrpe make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
nrpe-4.1.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building nano make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
nano-8.1.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building nasm make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
nasm-2.15.05.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building ncat make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
nmap-7.94.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building ncdu make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ncdu-1.18.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building ncurses make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ncurses-6.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building net-tools make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
net-tools-2.10.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building netatalk make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
netatalk-3.1.12.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building netsnmpd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
net-snmp-5.9.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building nettle make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
nettle-3.9.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building newt make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
newt-0.52.24.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building nfs make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
nfs-utils-2.6.4.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building nginx make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
nginx-1.26.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building ninja make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ninja-1.11.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building nmap make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
nmap-7.94.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building nqptp make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
nqptp-1.2.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building nss-myhostname make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
nss-myhostname-0.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building ntfs-3g make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ntfs-3g_ntfsprogs-2022.10.3.tgz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building ntp make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ntp-4.2.8p18.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building nut make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
nut-2.8.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building oath-toolkit make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building observium-agent make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
observium-community-23.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building oci-cli make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
oci-cli-3.29.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building oci-python-sdk make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
oci-python-sdk-2.107.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building openjpeg make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
openjpeg-2.5.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building openldap make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
openldap-2.6.5.tgz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building openssh make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
openssh-9.8p1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building openssl make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
openssl-3.2.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building openvmtools make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
open-vm-tools-stable-12.0.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building openvpn make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
openvpn-2.5.9.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building opus make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
opus-1.5.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building p11-kit make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
p11-kit-0.25.3.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building pakfire make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building pam make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Linux-PAM-1.6.1.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building pango make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pango-1.52.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:17: Building parted make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
parted-3.6.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building patch make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
patch-2.7.6.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building pcengines-apu-firmware make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
apu1_v4.17.0.3.rom checksum OK
apu2_v4.19.0.1.rom checksum OK
apu3_v4.19.0.1.rom checksum OK
apu4_v4.19.0.1.rom checksum OK
apu5_v4.19.0.1.rom checksum OK
apu6_v4.19.0.1.rom checksum OK
apu7_v4.19.0.1.rom checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building pciutils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pciutils-3.11.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building pcre make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pcre-8.45.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building pcre2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pcre2-10.44.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
perl-5.36.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Apache-Htpasswd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Apache-Htpasswd-1.9.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Archive-Peek-Libarchive make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Archive-Peek-Libarchive-0.38.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Archive-Tar make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Archive-Tar-1.29.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Archive-Zip make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Archive-Zip-1.16.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Authen-SASL make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Authen-SASL-2.16.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-BerkeleyDB make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
BerkeleyDB-0.63.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-CGI make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
CGI-4.54.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Canary-Stability make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Canary-Stability-2013.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Capture-Tiny make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Capture-Tiny-0.48.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Carp-Clan make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Carp-Clan-6.08.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Compress-Zlib make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Compress-Zlib-1.35.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Config-AutoConf make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Config-AutoConf-0.320.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Convert-TNEF make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Convert-TNEF-0.18.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Convert-UUlib make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Convert-UUlib-1.8.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Crypt-PasswdMD5 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Crypt-PasswdMD5-1.41.tgz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-DBD-SQLite make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
DBD-SQLite-1.40.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-DBI make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
DBI-1.631.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Data-UUID make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Data-UUID-1.224.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Date-Calc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Date-Calc-6.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Date-Manip make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Date-Manip-6.86.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Device-Modem make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Device-Modem-1.56.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Device-SerialPort make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Device-SerialPort-1.000002.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Digest make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Digest-1.19.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Digest-HMAC make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Digest-HMAC-1.03.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Digest-SHA1 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Digest-SHA1-2.13.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Email-Date-Format make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Email-Date-Format-1.005.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-ExtUtils-PkgConfig make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ExtUtils-PkgConfig-1.16.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-File-ReadBackwards make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
File-ReadBackwards-1.05.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-File-Remove make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-File-Tail make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
File-Tail-1.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Font-TTF make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Font-TTF-1.06.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-GD make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
GD-2.73.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-GD-Graph make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
GDGraph-1.54.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-GD-TextUtil make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
GDTextUtil-0.86.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-HTML-Parser make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
HTML-Parser-3.78.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-HTML-Tagset make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
HTML-Tagset-3.04.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-HTML-Template make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
HTML-Template-2.94.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-HTTP-Date make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
HTTP-Date-6.05.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-HTTP-Message make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
HTTP-Message-6.36.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-IO-Socket-SSL make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
IO-Socket-SSL-2.066.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-IO-String make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
IO-String-1.08.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-IO-Stringy make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
IO-stringy-2.110.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Imager make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Imager-QRCode make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-JSON make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
JSON-4.05.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-LWP-Protocol-https make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
LWP-Protocol-https-6.10.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-MIME-Base32 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-MIME-Base64 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
MIME-Base64-3.16.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-MIME-Lite make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
MIME-Lite-3.033.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-MIME-Tools make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
MIME-tools-5.509.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Mail-Tools make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
MailTools-2.07.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Module-Build make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Module-Install make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Module-ScanDeps make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Net-CIDR-Lite make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Net-CIDR-Lite-0.21.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Net-DNS make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Net-DNS-1.30.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Net-HTTP make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Net-HTTP-6.22.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Net-IP make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Net-IP-1.26.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Net-IPv4Addr make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Net-IPv4Addr-0.10.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:18: Building perl-Net-SMTP-SSL make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Net-SMTP-SSL-1.04.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-Net-Server make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Net-Server-0.97.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-Net-Telnet make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Net-Telnet-3.03.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-NetAddr-IP make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
NetAddr-IP-4.079.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-Net_SSLeay make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Net-SSLeay-1.88.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-Object-Tiny make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Object-Tiny-1.09.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-PDF-API2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
PDF-API2-2.033.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-Parse-Yapp make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Parse-Yapp-1.21.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-Sort-Naturally make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Sort-Naturally-1.03.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-Switch make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Switch-2.17.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-Text-CSV_XS make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Text-CSV_XS-1.12.tgz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-Text-Tabs+Wrap make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Text-Tabs+Wrap-2013.0523.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-TimeDate make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
TimeDate-2.33.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-Try-Tiny make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Try-Tiny-0.31.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-URI make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
URI-5.09.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-URI-Encode make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-Unix-Syslog make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Unix-Syslog-1.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-XML-Parser make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
XML-Parser-2.46.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-YAML-Tiny make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-common-sense make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
common-sense-3.74.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-gettext make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
perl-gettext-1.05.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-inotify2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Linux-Inotify2-1.22.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building perl-libwww make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libwww-perl-6.62.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building pixman make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pixman-0.43.4.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building pkg-config make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pkg-config-0.29.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building pmacct make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pmacct-5a5e272.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building poppler make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
poppler-24.03.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building poppler-data make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
poppler-data-0.4.12.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building popt make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
popt-1.19.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building postfix make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
postfix-3.9.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building ppp make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ppp-e1266c7.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building pptp make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pptp-1.10.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building procps make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
procps-v4.0.4.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building protobuf make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
protobuf-25.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building protobuf-c make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
protobuf-c-1.5.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building proxy-accounting make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building psmisc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
psmisc-23.7.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Python-3.10.8.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-Jinja2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Jinja2-3.1.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-MarkupSafe make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
MarkupSafe-2.1.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-arrow make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
arrow-1.2.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-async_generator make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
async_generator-1.10.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-attrs make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
attrs-23.2.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-botocore make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
botocore-1.27.89.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-build make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
build-0.8.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-calver make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
calver-2022.6.26.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-certifi make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
certifi-2022.9.24.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-cffi make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
cffi-1.15.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-charset-normalizer make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
charset-normalizer-2.1.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-circuitbreaker make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
circuitbreaker-1.4.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-click make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
click-8.1.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-colorama make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
colorama-0.4.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-cryptography make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
cryptography-38.0.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-daemon make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
python-daemon-2.3.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-dateutil make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
python-dateutil-2.8.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-docutils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
docutils-0.19.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-editables make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
editables-0.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-exceptiongroup make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
exceptiongroup-1.2.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-flit make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
flit-3.7.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-flit_scm make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
flit_scm-1.7.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-hatch-fancy-pypi-readme make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
hatch_fancy_pypi_readme-24.1.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-hatch-vcs make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
hatch_vcs-0.4.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-hatchling make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
hatchling-1.21.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-idna make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
idna-3.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-inotify make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
inotify-0.2.10.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-install make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
python-install-0.0.3.tar.gz checksum OK
installer-0.4.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-jmespath make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
jmespath-1.0.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-msgpack make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
msgpack-1.0.7.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-outcome make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
outcome-1.2.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:19: Building python3-packaging make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
packaging-23.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-pathspec make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pathspec-0.12.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-pep517 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pep517-0.13.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-pkgconfig make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pkgconfig-1.5.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-pluggy make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pluggy-1.4.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-pyasn1 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pyasn1-0.4.8.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-pycparser make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pycparser-release_v2.21.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-pyfuse3 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pyfuse3-3.3.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-pyparsing make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pyparsing-3.0.9.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-pyproject2setuppy make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pyproject2setuppy-22.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-pytz make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pytz-2022.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-requests make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
requests-2.28.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-rsa make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rsa-4.9.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-s3transfer make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
s3transfer-0.6.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-semantic-version make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
semantic_version-2.10.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-setuptools make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
setuptools-67.5.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-setuptools-rust make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
setuptools-rust-1.5.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-setuptools-scm make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
setuptools_scm-7.0.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-six make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
six-1.16.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-sniffio make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
sniffio-1.3.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-sortedcontainers make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
sortedcontainers-2.4.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-terminaltables make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
terminaltables-3.1.10.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-toml make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
toml-0.10.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-tomli make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
tomli-2.0.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-trio make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
trio-0.23.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-trove-classifiers make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
trove-classifiers-2024.1.8.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-typing-extensions make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
typing_extensions-4.4.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-urllib3 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
urllib3-1.26.12.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building python3-yaml make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
PyYAML-6.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building qemu make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
qemu-8.1.2.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building qemu-ga make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building qpdf make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
qpdf-11.9.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building qrencode make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building ragel make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ragel-7.0.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building readline make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
readline-8.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building reiserfsprogs make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
reiserfsprogs-3.6.27.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building rng-tools make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rng-tools-6.16.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building rpcbind make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rpcbind-1.2.6.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building rpcsvc-proto make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rpcsvc-proto-1.4.4.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building rrdtool make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rrdtool-1.8.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building rsnapshot make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rsnapshot-1.4.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building rsync make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rsync-3.3.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building rtl8812au make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
8812au-20210629-e6a0d1704ccd31145800ff5eb09ec2435a02f995.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building ruby make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ruby-3.3.3.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:20: Building rust make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rust-1.67.0-x86_64-unknown-linux-gnu.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-Inflector make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
Inflector-0.11.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-aho-corasick make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
aho-corasick-0.7.18.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-aliasable make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
aliasable-0.1.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-asn1 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
asn1-0.12.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-asn1_derive make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
asn1_derive-0.12.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-autocfg make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
autocfg-1.0.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-base64 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
base64-0.13.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-block-buffer make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
block-buffer-0.9.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-cfg-if make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
cfg-if-1.0.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-chrono make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
chrono-0.4.22.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-cipher make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
cipher-0.3.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-crossbeam-channel make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
crossbeam-channel-0.5.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-crossbeam-deque make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
crossbeam-deque-0.8.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-crossbeam-epoch make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
crossbeam-epoch-0.9.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-crossbeam-utils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
crossbeam-utils-0.8.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-crypto-common make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
crypto-common-0.1.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-ctor make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ctor-0.1.21.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-digest make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
digest-0.9.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-dirs make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
dirs-1.0.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-dissimilar make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
dissimilar-1.0.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-either make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
either-1.6.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-generic-array make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
generic-array-0.14.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-getrandom make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
getrandom-0.2.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-ghost make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ghost-0.1.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-glob make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
glob-0.3.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-hex make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rust-hex-0.4.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-home make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
home-0.5.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-iana-time-zone make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
iana-time-zone-0.1.51.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-indoc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
indoc-1.0.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-indoc-0.3.6 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
indoc-0.3.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-indoc-impl make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
indoc-impl-0.3.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-instant make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
instant-0.1.12.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-inventory make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
inventory-0.1.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-inventory-impl make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
inventory-impl-0.1.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-itoa make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
itoa-1.0.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-lazy-static make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
lazy-static.rs-1.4.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-libc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
libc-0.2.108.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-lock_api make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
lock_api-0.4.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-log make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
log-0.4.14.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:21: Building rust-memchr make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
memchr-2.4.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-memoffset make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
memoffset-0.6.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-num-integer make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
num-integer-0.1.45.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-num-traits make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
num-traits-0.2.15.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-num_cpus make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
num_cpus-1.13.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-num_threads make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
num_threads-0.1.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-once_cell make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
once_cell-1.9.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-ouroboros make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ouroboros-0.15.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-ouroboros_macro make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ouroboros_macro-0.15.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-parking_lot make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
parking_lot-0.11.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-parking_lot_core make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
parking_lot_core-0.8.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-paste make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
paste-1.0.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-paste-0.1.18 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
paste-0.1.18.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-paste-impl make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
paste-impl-0.1.18.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-pem make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pem-1.1.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-pest make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pest-2.1.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-ppv-lite86 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ppv-lite86-0.2.16.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-proc-macro-error make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
proc-macro-error-1.0.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-proc-macro-error-attr make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
proc-macro-error-attr-1.0.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-proc-macro-hack make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
proc-macro-hack-0.5.19.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-proc-macro2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
proc-macro2-1.0.36.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-pyo3 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pyo3-0.15.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-pyo3-build-config make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pyo3-build-config-0.15.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-pyo3-macros make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pyo3-macros-0.15.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-pyo3-macros-backend make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
pyo3-macros-backend-0.15.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-quote make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
quote-1.0.15.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-rand make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rand-0.8.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-rand-0.4 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rand-0.4.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-rand_chacha make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rand_chacha-0.3.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-rand_core make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rand_core-0.6.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-rand_core-0.3.1 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rand_core-0.3.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-rand_core-0.4.2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rand_core-0.4.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-rand_hc make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rand_hc-0.3.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-rayon make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rayon-1.5.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-rayon-core make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rayon-core-1.9.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-rdrand make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
rdrand-0.4.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-regex make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
regex-1.5.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-regex-syntax make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
regex-syntax-0.6.25.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-remove_dir_all make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
remove_dir_all-0.5.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-ryu make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ryu-1.0.9.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-same-file make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
same-file-1.0.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-scopeguard make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
scopeguard-1.1.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-semver make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
semver-0.9.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-semver-parser make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
semver-parser-0.7.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-serde make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
serde-1.0.136.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-serde_derive make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
serde_derive-1.0.136.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-serde_json make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
serde_json-1.0.78.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-smallvec make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
smallvec-1.8.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-stable_deref_trait make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
stable_deref_trait-1.2.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-syn make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
syn-1.0.86.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-synstructure make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
synstructure-0.12.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-tempdir make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
tempdir-0.3.7.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-termcolor make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
termcolor-1.1.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-time make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
time-0.1.43.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-toml make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
toml-0.5.8.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-toolchain_find make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
toolchain_find-0.1.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-trybuild make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
trybuild-1.0.54.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-typenum make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
typenum-1.15.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-ucd-trie make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ucd-trie-0.1.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-unicode-xid make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
unicode-xid-0.2.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-unindent make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
unindent-0.1.7.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-version-check make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
version_check-0.9.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building rust-walkdir make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
walkdir-2.3.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building samba make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
samba-4.20.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building sarg make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
sarg-2.4.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building screen make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
screen-4.9.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building sdl2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
SDL2-2.30.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building sed make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
sed-4.9.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building setup make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:22: Building shadow make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
shadow-4.16.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building shairport-sync make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
shairport-sync-4.3.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building slang make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
slang-2.3.3.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building smartmontools make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
smartmontools-7.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building socat make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
socat-1.7.4.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building soxr make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
soxr-0.1.3-Source.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building spectre-meltdown-checker make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
spectre-meltdown-checker-0.46.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building speedtest-cli make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
speedtest-cli-2.1.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building speexdsp make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
speexdsp-1.2.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building spice make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
spice-0.15.0.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building spice-protocol make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
spice-protocol-0.14.3.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building sqlite make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
sqlite-autoconf-3460000.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building squid make: Entering directory '/git/ipfire-2.x/lfs'
-e Download: https://source.ipfire.org/source-2.x/squid-6.10.tar.xz
2024-07-26 17:45:23 URL:https://source.ipfire.org/source-2.x/squid-6.10.tar.xz [2558208/2558208] -> "/tmp/squid-6.10.tar.xz" [1]
make: *** [squid:67: /git/ipfire-2.x/cache/squid-6.10.tar.xz] Error 1
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building squid-asnbl make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
squid-asnbl-0.2.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building squidguard make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
squidguard-1.6.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building sshfs make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
sshfs-3.7.2.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building stage1 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building stage2 make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building strace make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
strace-6.6.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building stress make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
stress-1.0.7.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building strip make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building strongswan make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
strongswan-5.9.14.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building stunnel make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
stunnel-5.71.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building sudo make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
sudo-1.9.15p5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building suricata make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
suricata-7.0.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building swatch make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
swatchdog-3.2.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building swig make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
swig-4.1.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building sysbench make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
sysbench-1.0.20.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building sysfsutils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
sysfsutils-2.1.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building sysklogd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
sysklogd-1.5.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building syslinux make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
syslinux-6.04-pre1.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building sysstat make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
sysstat-12.7.1.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building sysvinit make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
sysvinit-3.08.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building taglib make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
taglib-2.0.1.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building tar make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
tar-1.35.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building tcl make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
tcl8.6.14-src.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building tcpdump make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
tcpdump-4.99.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building telnet make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
netkit-telnet-0.17.tar.gz checksum OK
telnet-client.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:23: Building texinfo make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
texinfo-7.1.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building tftpd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
tftp-hpa-5.2.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building tmux make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
tmux-3.4.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building tor make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
tor-0.4.8.12.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building traceroute make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
traceroute-2.1.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building transmission make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
transmission-4.0.5.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building tshark make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
wireshark-4.2.6.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building tzdata make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
tzdata2024a.tar.gz checksum OK
tzcode2024a.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building ubuntu-font-family make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
ubuntu-font-family-0.83.zip checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building udev make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
systemd-254.tar.gz checksum OK
udev-lfs-20230818.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building unbound make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
unbound-1.20.0.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building unzip make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
unzip60.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building usb_modeswitch make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
usb-modeswitch-2.6.1.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building usb_modeswitch_data make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
usb-modeswitch-data-20191128.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building usbutils make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
usbutils-017.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building utfcpp make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
utfcpp-4.0.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building util-linux make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
util-linux-2.40.2.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building vdr make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
vdr-2.6.6.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building vdr_dvbapi make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
vdr-plugin-dvbapi-2.2.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building vdr_eepg make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
vdr-plugin-eepg-32b4e669bf8bc6e3336073616c121f10b8518fe8.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building vdr_epgsearch make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
vdr-plugin-epgsearch-2.4.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building vdr_streamdev make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
vdr-plugin-streamdev-0.6.3.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building vdradmin make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
vdradmin-am-3.6.10.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building vectorscan make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
vectorscan-vectorscan-5.4.11.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building vim make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
vim-9.1.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building vlan make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
vlan.1.9.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building vnstat make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
vnstat-2.12.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building w_scan make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
w_scan-20170107.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building watchdog make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
watchdog-5.16.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building wavemon make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
wavemon-0.9.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building web-user-interface make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building wget make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
wget-1.24.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building whatmask make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
whatmask-1.2.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building which make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
which-2.21.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building whois make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
whois-5.5.23.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building wio make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
make: Nothing to be done for 'b2'.
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building wireless make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
wireless_tools.30.pre9.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building wireless-regdb make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
wireless-regdb-master-2023-05-03.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building wpa_supplicant make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
wpa_supplicant-2.10.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building wsdd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
wsdd-0.8.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building xfsprogs make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
xfsprogs-6.8.0.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building xinetd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
xinetd-2.3.15.4.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building xvid make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
xvidcore-1.3.7.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building xz make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
xz-5.4.5.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building yaml make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
yaml-0.2.5.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building zabbix_agentd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
zabbix-6.0.30.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building zd1211-firmware make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
zd1211-firmware-1.5.tar.bz2 checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building zerofree make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
zerofree-1.1.1.tgz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building zlib make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
zlib-1.3.1.tar.xz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
Jul 26 15:45:24: Building zstd make: Entering directory '/git/ipfire-2.x/lfs'
make: Nothing to be done for 'download'.
zstd-1.5.6.tar.gz checksum OK
make: Leaving directory '/git/ipfire-2.x/lfs'
next parent reply other threads:[~2024-08-02 18:13 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <2e6a45cb-7c55-4725-81f2-d69f0c7b373f@ipfire.org>
2024-08-02 18:13 ` Michael Tremer [this message]
[not found] <cea14eb2-46f3-424b-8e54-aa9df10c78e3@ipfire.org>
2024-08-16 15:35 ` Michael Tremer
2024-08-16 16:43 ` Matthias Fischer
2024-08-21 14:28 ` Michael Tremer
2024-08-24 8:33 ` Matthias Fischer
2024-08-27 10:01 ` Michael Tremer
2024-08-27 12:55 ` Matthias Fischer
2024-08-27 18:03 ` / /
2024-08-28 15:46 ` Michael Tremer
2024-08-28 16:02 ` / /
2024-08-28 16:30 ` Matthias Fischer
2024-08-28 17:52 ` Adolf Belka
2024-08-28 18:28 ` Matthias Fischer
2024-08-28 19:10 ` Adolf Belka
2024-08-28 19:13 ` Adolf Belka
2024-08-29 7:46 ` Michael Tremer
2024-08-29 0:07 ` sio /
2024-08-29 7:58 ` Michael Tremer
2024-08-29 12:00 ` sio /
2024-08-29 12:17 ` Michael Tremer
2024-08-29 7:41 ` Michael Tremer
2024-08-29 7:41 ` Michael Tremer
2024-08-29 7:39 ` Michael Tremer
2024-08-30 8:56 ` Matthias Fischer
[not found] <184670fa-843f-4d5d-b4c9-1885a995fad8@ipfire.org>
2024-08-06 15:40 ` Michael Tremer
2024-08-08 12:09 ` Adolf Belka
2024-08-08 18:25 ` Adolf Belka
2024-08-08 18:31 ` Michael Tremer
[not found] <9259926f-7276-450e-9a82-44b3c455f67e@ipfire.org>
2024-08-03 8:54 ` Michael Tremer
2024-08-03 9:39 ` Michael Tremer
2024-07-26 7:57 Adolf Belka
2024-07-26 8:17 ` Michael Tremer
2024-07-26 8:35 ` Adolf Belka
2024-07-26 12:39 ` Adolf Belka
2024-07-26 13:05 ` Michael Tremer
2024-07-26 14:08 ` Matthias Fischer
2024-07-26 14:18 ` Michael Tremer
2024-07-26 15:06 ` Matthias Fischer
2024-07-26 15:08 ` Michael Tremer
2024-08-02 17:50 ` Michael Tremer
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=5574D506-E748-4ACB-A6B9-A156F88F707F@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.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