From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: Unending item build Date: Thu, 16 Jan 2025 15:51:44 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7551920160662896198==" List-Id: --===============7551920160662896198== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi All, On 15/01/2025 21:45, jon wrote: > Michael, > > 1st build went through A-OK. > > I=E2=80=99ll keep building this way and let you know what happens. > I just had my system just freeze at the start of btrfs-progs. I run my build = always by first running sudo -s and then doing all the commands as root. As the OS is Arch Linux it is also up to date. In fact I updated it this morn= ing so it has the latest of everything that Arch Linux have updated. Regards, Adolf. > Jon > > > >> On Jan 15, 2025, at 10:03=E2=80=AFAM, jon wrote: >> >> Will do! >> >>> On Jan 15, 2025, at 9:57=E2=80=AFAM, Michael Tremer wrote: >>> >>> Hello, >>> >>> Yes, but that does not seem to matter I think. >>> >>> I am usually getting a root console and don=E2=80=99t use sudo every time= I run ./make.sh. Can you confirm the problem remains if you become root firs= t with =E2=80=9Csudo -i=E2=80=9D and then run ./make.sh? >>> >>> -Michael >>> >>>> On 15 Jan 2025, at 15:30, jon wrote: >>>> >>>> For `/home/jon` yes. >>>> >>>> Is this what "bash start" is? >>>> >>>> >>>> jon(a)deb12HPZ:~/development/ipfire-2.x$ cat /home/jon/.bash_aliases >>>> cat /home/jon/.bash_aliases >>>> # .bash_aliases >>>> # Added by JCM >>>> >>>> # If not running interactively, don't do anything >>>> if [[ $- =3D=3D *i* ]] ; then >>>> alias ll=3D'ls -al --time-style=3Dlong-iso --color=3Dauto' >>>> alias hs=3D'history | grep --color -i' >>>> alias sfind=3D'sudo find / \( -path /proc -o -path /dev -o -path /sys -o= -path /mnt \) -prune -o -iname' 2>/dev/null >>>> alias dfind=3D'sudo find . \( -path /proc -o -path /dev -o -path /sys -o= -path /mnt -o -path /ccache \) -prune -o -iname' 2>/dev/null >>>> >>>> lso() { ls -al "$@" --color | awk '{k=3D0;for(i=3D0;i<=3D8;i++)k+=3D((su= bstr($1,i+2,1)~/[rwx]/)*2^(8-i));if(k)printf(" %0o ",k);print}'; } >>>> printf "\nThe date now is %s\n" "$(date)" >>>> fi >>>> jon(a)deb12HPZ:~/development/ipfire-2.x$ >>>> >>>> >>>> >>>>> On Jan 15, 2025, at 9:20=E2=80=AFAM, Michael Tremer wrote: >>>>> >>>>> Hello, >>>>> >>>>> root(a)michael:/build/ipfire-2.x# cat /etc/os-release >>>>> PRETTY_NAME=3D"Debian GNU/Linux 12 (bookworm)" >>>>> NAME=3D"Debian GNU/Linux" >>>>> VERSION_ID=3D"12" >>>>> VERSION=3D"12 (bookworm)" >>>>> VERSION_CODENAME=3Dbookworm >>>>> ID=3Ddebian >>>>> HOME_URL=3D"https://www.debian.org/" >>>>> SUPPORT_URL=3D"https://www.debian.org/support" >>>>> BUG_REPORT_URL=3D"https://bugs.debian.org/" >>>>> >>>>> root(a)michael:/build/ipfire-2.x# uname -a >>>>> Linux michael.haj.ipfire.org 6.1.0-28-cloud-amd64 #1 SMP PREEMPT_DYNAMI= C Debian 6.1.119-1 (2024-11-22) x86_64 GNU/Linux >>>>> >>>>> root(a)michael:/build/ipfire-2.x# bash --version >>>>> GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu) >>>>> Copyright (C) 2022 Free Software Foundation, Inc. >>>>> License GPLv3+: GNU GPL version 3 or later >>>>> >>>>> This is free software; you are free to change and redistribute it. >>>>> There is NO WARRANTY, to the extent permitted by law. >>>>> >>>>> We seem to be pretty much on the same software and I am not experiencin= g this problem. Did you change the bash start files? >>>>> >>>>> -Michael >>>>> >>>>>> On 15 Jan 2025, at 15:06, jon wrote: >>>>>> >>>>>> Michael, >>>>>> >>>>>> Here ya go! >>>>>> >>>>>> Is there something else I can send to help fix? >>>>>> >>>>>> Jon >>>>>> >>>>>> >>>>>>> On Jan 15, 2025, at 5:17=E2=80=AFAM, Michael Tremer wrote: >>>>>>> >>>>>>> Hello Jon, >>>>>>> >>>>>>> Someone has reported this before, and it seems to be a bug in some ve= rsions of bash. >>>>>> >>>>>> >>>>>> jon(a)deb12HPZ:~/development/ipfire-2.x$ bash -version >>>>>> bash -version >>>>>> GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu) >>>>>> Copyright (C) 2022 Free Software Foundation, Inc. >>>>>> License GPLv3+: GNU GPL version 3 or later >>>>>> >>>>>> This is free software; you are free to change and redistribute it. >>>>>> There is NO WARRANTY, to the extent permitted by law. >>>>>> jon(a)deb12HPZ:~/development/ipfire-2.x$ >>>>>> >>>>>> >>>>>>> >>>>>>> What OS are you running this on? >>>>>> >>>>>> jon(a)deb12HPZ:~/development/ipfire-2.x$ uname -a >>>>>> Linux deb12HPZ 6.1.0-29-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.123-1 = (2025-01-02) x86_64 GNU/Linux >>>>>> >>>>>> jon(a)deb12HPZ:~/development/ipfire-2.x$ cat /etc/os-release >>>>>> PRETTY_NAME=3D"Debian GNU/Linux 12 (bookworm)" >>>>>> NAME=3D"Debian GNU/Linux" >>>>>> VERSION_ID=3D"12" >>>>>> VERSION=3D"12 (bookworm)" >>>>>> VERSION_CODENAME=3Dbookworm >>>>>> ID=3Ddebian >>>>>> HOME_URL=3D"https://www.debian.org/" >>>>>> SUPPORT_URL=3D"https://www.debian.org/support" >>>>>> BUG_REPORT_URL=3D"https://bugs.debian.org/" >>>>>> >>>>>> jon(a)deb12HPZ:~/development/ipfire-2.x$ cat /etc/debian_version >>>>>> 12.9 >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>> I am usually not experiencing this at all on an up to date Debian 12. >>>>>>> >>>>>>> -Michael >>>>>>> >>>>>>>> On 15 Jan 2025, at 04:27, jon wrote: >>>>>>>> >>>>>>>> Hello all! >>>>>>>> >>>>>>>> For the past two or three days the ./make.sh build =C2=A0goes into a= loop and builds an item forever. >>>>>>>> >>>>>>>> Once it happened when building: =C2=A0samba (4.21.0) =C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0[ =C2=A09:41:23 ]^C >>>>>>>> pcengines-apu-firmware (4.19.0.1) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0[ = =C2=A01:32:17 ]^C >>>>>>>> perl-Parse-Yapp (1.21) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0[ =C2=A02:38:07 ]^C >>>>>>>> >>>>>>>> >>>>>>>> When it runs away I will terminate the build. >>>>>>>> >>>>>>>> jon(a)deb12HPZ:~/development/ipfire-2.x$ sudo ./make.sh clean >>>>>>>> Cleaning build directory... =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0[ DONE ] >>>>>>>> jon(a)deb12HPZ:~/development/ipfire-2.x$ sudo ./make.sh build >>>>>>>> Packaged toolchain compilation >>>>>>>> Building IPFire >>>>>>>> stage2 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0[ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A00 ][ DONE ] >>>>>>>> linux (6.6.47) HEADERS=3D1 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0[ = =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A026 ][ DONE ] >>>>>>>> man-pages (6.9.1) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0[ =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= 8 ][ DONE ] >>>>>>>> . . . >>>>>>>> perl-Device-Modem (1.56) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0[ =C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A01 ][ DONE ] >>>>>>>> perl-Apache-Htpasswd (1.9) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0[ =C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A01 ][ DONE ] >>>>>>>> perl-Parse-Yapp (1.21) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0[ =C2=A02:38:07 ]^C >>>>>>>> =C2=A0cp lib/Parse/Yapp.pm blib/lib/Parse/Yapp.pm >>>>>>>> =C2=A0cp lib/Parse/Yapp/Grammar.pm blib/lib/Parse/Yapp/Grammar.pm >>>>>>>> =C2=A0cp lib/Parse/Yapp/Output.pm blib/lib/Parse/Yapp/Output.pm >>>>>>>> =C2=A0cp lib/Parse/Yapp/Parse.pm blib/lib/Parse/Yapp/Parse.pm >>>>>>>> =C2=A0cp lib/Parse/Yapp/Lalr.pm blib/lib/Parse/Yapp/Lalr.pm >>>>>>>> =C2=A0cp yapp blib/script/yapp >>>>>>>> =C2=A0"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/s= cript/yapp >>>>>>>> =C2=A0Manifying 1 pod document >>>>>>>> =C2=A0Manifying 1 pod document >>>>>>>> =C2=A0make[1]: Leaving directory '/usr/src/Parse-Yapp-1.21' >>>>>>>> =C2=A0cd /usr/src/Parse-Yapp-1.21 && make install >>>>>>>> =C2=A0make[1]: Entering directory '/usr/src/Parse-Yapp-1.21' >>>>>>>> =C2=A0Manifying 1 pod document >>>>>>>> =C2=A0Manifying 1 pod document >>>>>>>> =C2=A0Installing /usr/lib/perl5/site_perl/5.36.0/Parse/Yapp.pm >>>>>>>> =C2=A0Installing /usr/lib/perl5/site_perl/5.36.0/Parse/Yapp/Driver.pm >>>>>>>> =C2=A0Installing /usr/lib/perl5/site_perl/5.36.0/Parse/Yapp/Options.= pm >>>>>>>> =C2=A0Installing /usr/lib/perl5/site_perl/5.36.0/Parse/Yapp/Output.pm >>>>>>>> =C2=A0Installing /usr/lib/perl5/site_perl/5.36.0/Parse/Yapp/Lalr.pm >>>>>>>> =C2=A0Installing /usr/lib/perl5/site_perl/5.36.0/Parse/Yapp/Grammar.= pm >>>>>>>> =C2=A0Installing /usr/lib/perl5/site_perl/5.36.0/Parse/Yapp/Parse.pm >>>>>>>> =C2=A0Installing /usr/share/man/man1/yapp.1 >>>>>>>> =C2=A0Installing /usr/share/man/man3/Parse::Yapp.3 >>>>>>>> =C2=A0Installing /usr/bin/yapp >>>>>>>> =C2=A0Appending installation info to /usr/lib/perl5/5.36.0/x86_64-li= nux-thread-multi/perllocal.pod >>>>>>>> =C2=A0make[1]: Leaving directory '/usr/src/Parse-Yapp-1.21' >>>>>>>> =C2=A0Updating linker cache... >>>>>>>> =C2=A0Install done; saving file list to /usr/src/log/Parse-Yapp-1.21= ... >>>>>>>> >>>>>>>> =C2=A0make: Leaving directory '/usr/src/lfs' >>>>>>>> >>>>>>>> ERROR: Build process interrupted =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0[ FAIL ] >>>>>>>> =C2=A0Check /home/jon/development/ipfire-2.x/log_x86_64/_build.ipfir= e.log for errors if applicable =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0[ FAIL ] >>>>>>>> jon(a)deb12HPZ:~/development/ipfire-2.x$ >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> And here is the build.ipfire.log: >>>>>>>> >>>>>>>> make[1]: Leaving directory '/usr/src/Apache-Htpasswd-1.9' >>>>>>>> Updating linker cache... >>>>>>>> Install done; saving file list to /usr/src/log/Apache-Htpasswd-1.9 .= .. >>>>>>>> >>>>>>>> make: Leaving directory '/usr/src/lfs' >>>>>>>> Jan 14 21:51:47: Building perl-Parse-Yapp make: Entering directory '= /home/jon/development/ipfire-2.x/lfs' >>>>>>>> make: Nothing to be done for 'download'. >>>>>>>> make: Leaving directory '/home/jon/development/ipfire-2.x/lfs' >>>>>>>> make: Entering directory '/usr/src/lfs' >>>>>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Installing Parse-Yapp-1.21 .= .. >>>>>>>> Install started; saving file list to /usr/src/lsalr ... >>>>>>>> cd /usr/src/Parse-Yapp-1.21 && perl Makefile.PL >>>>>>>> Checking if your kit is complete... >>>>>>>> Looks good >>>>>>>> Generating a Unix-style Makefile >>>>>>>> Writing Makefile for Parse::Yapp >>>>>>>> Writing MYMETA.yml and MYMETA.json >>>>>>>> cd /usr/src/Parse-Yapp-1.21 && make -j12 >>>>>>>> make[1]: Entering directory '/usr/src/Parse-Yapp-1.21' >>>>>>>> cp lib/Parse/Yapp/Options.pm blib/lib/Parse/Yapp/Options.pm >>>>>>>> cp lib/Parse/Yapp/Driver.pm blib/lib/Parse/Yapp/Driver.pm >>>>>>>> cp lib/Parse/Yapp.pm blib/lib/Parse/Yapp.pm >>>>>>>> cp lib/Parse/Yapp/Grammar.pm blib/lib/Parse/Yapp/Grammar.pm >>>>>>>> cp lib/Parse/Yapp/Output.pm blib/lib/Parse/Yapp/Output.pm >>>>>>>> cp lib/Parse/Yapp/Parse.pm blib/lib/Parse/Yapp/Parse.pm >>>>>>>> cp lib/Parse/Yapp/Lalr.pm blib/lib/Parse/Yapp/Lalr.pm >>>>>>>> cp yapp blib/script/yapp >>>>>>>> "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/= yapp >>>>>>>> Manifying 1 pod document >>>>>>>> Manifying 1 pod document >>>>>>>> make[1]: Leaving directory '/usr/src/Parse-Yapp-1.21' >>>>>>>> cd /usr/src/Parse-Yapp-1.21 && make install >>>>>>>> make[1]: Entering directory '/usr/src/Parse-Yapp-1.21' >>>>>>>> Manifying 1 pod document >>>>>>>> Manifying 1 pod document >>>>>>>> Installing /usr/lib/perl5/site_perl/5.36.0/Parse/Yapp.pm >>>>>>>> Installing /usr/lib/perl5/site_perl/5.36.0/Parse/Yapp/Driver.pm >>>>>>>> Installing /usr/lib/perl5/site_perl/5.36.0/Parse/Yapp/Options.pm >>>>>>>> Installing /usr/lib/perl5/site_perl/5.36.0/Parse/Yapp/Output.pm >>>>>>>> Installing /usr/lib/perl5/site_perl/5.36.0/Parse/Yapp/Lalr.pm >>>>>>>> Installing /usr/lib/perl5/site_perl/5.36.0/Parse/Yapp/Grammar.pm >>>>>>>> Installing /usr/lib/perl5/site_perl/5.36.0/Parse/Yapp/Parse.pm >>>>>>>> Installing /usr/share/man/man1/yapp.1 >>>>>>>> Installing /usr/share/man/man3/Parse::Yapp.3 >>>>>>>> Installing /usr/bin/yapp >>>>>>>> Appending installation info to /usr/lib/perl5/5.36.0/x86_64-linux-th= read-multi/perllocal.pod >>>>>>>> make[1]: Leaving directory '/usr/src/Parse-Yapp-1.21' >>>>>>>> Updating linker cache... >>>>>>>> Install done; saving file list to /usr/src/log/Parse-Yapp-1.21 ... >>>>>>>> >>>>>>>> make: Leaving directory '/usr/src/lfs' >>>>>>>> >>>>>>>> >>>>>>>> Any thoughts on why an item build would not complete? >>>>>>>> >>>>>>>> Jon >>>>>>>> >>>>>>> >>>>>> >>>>>> Jon >>>>>> >>>>>> >>>>>> --=20 >>>>>> Jon Murphy >>>>>> jon.murphy(a)ipfire.org >>>>> >>>>> >>>> >>>> Jon >>>> >>>> >>>> --=20 >>>> Jon Murphy >>>> jon.murphy(a)ipfire.org >>>> >>>> >>>> >>>> >>> >> >> Jon >> >> >> --=20 >> Jon Murphy >> jon.murphy(a)ipfire.org >> >> >> >> > > Jon > > > --=20 > Jon Murphy > jon.murphy(a)ipfire.org > > > > --===============7551920160662896198==--