public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: The unshared changes give a problem with build after doing git pull on next
Date: Wed, 28 Aug 2024 21:13:20 +0200	[thread overview]
Message-ID: <cb2bcf77-073e-46b9-a2c6-8e4fef61f965@ipfire.org> (raw)
In-Reply-To: <db3f5e1c-144b-4d56-9f70-be91919a9bac@ipfire.org>

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


On 28/08/2024 21:10, Adolf Belka wrote:
> Hi Matthias,
>
> On 28/08/2024 20:28, Matthias Fischer wrote:
>> On 28.08.2024 19:52, Adolf Belka wrote:
>>> Hi All,
>>>
>>> On 28/08/2024 18:30, Matthias Fischer wrote:
>>>> On 28.08.2024 17:46, Michael Tremer wrote:
>>>>> Hello everyone,
>>>> Hi,
>>>>
>>>>> Could you please confirm that this works:
>>>>>
>>>>> https://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=5e8730eb9aec83a76b3ae7719925ede8470069a6
>>>
>>> I don't know if the problem is because of the above commit but coreutils fails to build. It appears to be not finding aclocal-1.16
>>
>> IMHO 'automake 1.16.5 => 1.17' must be the culprit...
>
> but that is then also a peculiarity as I did the update build of automake to 1.17 and the build system had the same coreutils as today and the whole build went successfully. Coreutils was updated to the current version by myself back on 12th June and it was merged on 22nd July.
>
> A difference today is the make.sh file but also the toolchain has been bumped up due to the binutils update.
>
> If coreutils is not being built due to automake-1.17 I can't understand why my build of automake-1.17 with the same version of coreutils did build successfully. There must be some other factor interacting.
>
and I have done at least 4 or 5 builds successfully since automake-1.17 was pulled into my build system.
> Regards,
> Adolf.
>>
>>>
>>> It built fine yesterday so the problem must be one of the updates that was in the git pull I did today.
>>
>> Just a quick test: went back to 'automake 1.16.5'. Build runs.
>>
>> Best
>> Matthias
>>
>>>
>>>
>>> Regards,
>>>
>>> Adolf.
>>>
>>>> For me it does.
>>>>
>>>>> It works for me on Ubuntu 22.04 LTS with kernel 5.15.
>>>> Here:
>>>> Ubuntu 22.04 LTS / 6.8.0-40-generic
>>>>
>>>> I tested 'make.sh' with all important parameters (clean, downloadsrc,
>>>> gettoolchain) - right now a 'next'-build is running and looking good -
>>>> I'll report when its ready. ;-)
>>>>
>>>> Best
>>>> Matthias
>>>>
>>>>> There is also another fix to support kernels without time namespaces (< 5.6). However, I am not sure if the built itself runs through on this and does not require anything more recent:
>>>>>
>>>>> https://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=faccfa70754fabaed56c9147ace4d509f7d2317c
>>>>>
>>>>> -Michael
>>>>>
>>>>>> On 27 Aug 2024, at 20:03, / / <siosios1(a)hotmail.com> wrote:
>>>>>>
>>>>>> I can concur that moving the line to where Matthias put it does fix the issues on my machines with downloading and building, it also takes care of the error -> mount: /git/ipfire-2.x/build_x86_64/proc: mount point does not exist from what I am seeing.
>>>>>>
>>>>>> # If unshare is asked to terminate, terminate all child processes
>>>>>>     "--kill-child"
>>>>>>    )
>>>>>>
>>>>>> mount --bind ${BUILD_DIR}/proc ${BUILD_DIR}/proc
>>>>>>
>>>>>> fi
>>>>>>
>>>>>> while [ $# -gt 0 ]; do
>>>>>>
>>>>>> one thing I don't see is the mount when i check the output of mount or the output of findmnt -o+PROPAGATION
>>

  reply	other threads:[~2024-08-28 19:13 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cea14eb2-46f3-424b-8e54-aa9df10c78e3@ipfire.org>
2024-08-08 13:56 ` Fwd: " Matthias Fischer
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 [this message]
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
     [not found] <2e6a45cb-7c55-4725-81f2-d69f0c7b373f@ipfire.org>
2024-08-02 18:13 ` 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=cb2bcf77-073e-46b9-a2c6-8e4fef61f965@ipfire.org \
    --to=adolf.belka@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