public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Failed Build of 'next' x86_64 on GNU/Linux 13 (trixie)
       [not found] <91d9cd50-25da-4eb2-8500-88978d759a7b.ref@yahoo.com>
@ 2025-09-07 23:52 ` Charles Brown
  2025-09-13 10:36   ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Charles Brown @ 2025-09-07 23:52 UTC (permalink / raw)
  To: IPFire Development

Similar to  this ...  " [FAILED] Nightly Build of next (0cbb983) for 
riscv64 on riscv64-01.haj.ipfire.org"

Having same issue building 'next' x86_64 on GNU/Linux 13 (trixie)"
...
     ERROR Missing dependencies:
     setuptools>=77
     make: *** [python3-pillow:77: /usr/src/log/pillow-11.3.0] Error 1
     make: Leaving directory '/usr/src/lfs'

ERROR: Building python3-pillow       [ FAIL ]
     Check 
/home/cbrown/myProject/ipfire-2.x/log_x86_64/_build.ipfire.log for 
errors if applicable[ FAIL ]

and from  my _build.ipfire.log  ...

Sep  7 18:47:25: Building python3-pillow make: Entering directory 
'/home/cbrown/myProject/ipfire-2.x/lfs'
-e Download: https://source.ipfire.org/source-2.x/pillow-11.3.0.tar.gz
2025-09-07 13:47:29 
URL:https://source.ipfire.org/source-2.x/pillow-11.3.0.tar.gz 
[47113069/47113069] -> "/tmp/pillow-11.3.0.tar.gz" [1]
make: Leaving directory '/home/cbrown/myProject/ipfire-2.x/lfs'
make: Entering directory '/usr/src/lfs'
pillow-11.3.0.tar.gz checksum OK
====================================== Installing pillow-11.3.0 ...
Install started; saving file list to /usr/src/lsalr ...
cd /usr/src/pillow-11.3.0 && patch -Np1 < 
/usr/src/src/patches/python3-pillow-11.3.0-fix-license.patch
patching file pyproject.toml
cd /usr/src/pillow-11.3.0 && python3 -m build --wheel --no-isolation
* Getting dependencies for wheel...
/usr/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:104: 
_BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` 
is still *beta*.
   warnings.warn(msg, _BetaConfiguration)
running egg_info
writing src/pillow.egg-info/PKG-INFO
writing dependency_links to src/pillow.egg-info/dependency_links.txt
writing requirements to src/pillow.egg-info/requires.txt
writing top-level names to src/pillow.egg-info/top_level.txt
listing git files failed - pretending there aren't any
reading manifest file 'src/pillow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.c'
warning: no files found matching '*.h'
warning: no files found matching '*.sh'
warning: no files found matching '*.txt'
warning: no files found matching '.flake8'
warning: no previously-included files found matching '.clang-format'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.editorconfig'
warning: no previously-included files found matching '.readthedocs.yml'
warning: no previously-included files found matching 'codecov.yml'
warning: no previously-included files found matching 'renovate.json'
warning: no previously-included files matching '.git*' found anywhere in 
distribution
warning: no previously-included files matching '*.so' found anywhere in 
distribution
no previously-included directories found matching '.ci'
no previously-included directories found matching 'wheels'
adding license file 'LICENSE'
writing manifest file 'src/pillow.egg-info/SOURCES.txt'

ERROR Missing dependencies:
         setuptools>=77
make: *** [python3-pillow:77: /usr/src/log/pillow-11.3.0] Error 1
make: Leaving directory '/usr/src/lfs'





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Failed Build of 'next' x86_64 on GNU/Linux 13 (trixie)
  2025-09-07 23:52 ` Failed Build of 'next' x86_64 on GNU/Linux 13 (trixie) Charles Brown
@ 2025-09-13 10:36   ` Michael Tremer
  2025-09-13 12:47     ` Matthias Fischer
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tremer @ 2025-09-13 10:36 UTC (permalink / raw)
  To: Charles Brown; +Cc: IPFire Development

Hello Charles,

Can you still reproduce this? The nightly builds seem to have completed okay.

-Michael

> On 8 Sep 2025, at 00:52, Charles Brown <cab_77573@yahoo.com> wrote:
> 
> Similar to  this ...  " [FAILED] Nightly Build of next (0cbb983) for riscv64 on riscv64-01.haj.ipfire.org"
> 
> Having same issue building 'next' x86_64 on GNU/Linux 13 (trixie)"
> ...
>     ERROR Missing dependencies:
>     setuptools>=77
>     make: *** [python3-pillow:77: /usr/src/log/pillow-11.3.0] Error 1
>     make: Leaving directory '/usr/src/lfs'
> 
> ERROR: Building python3-pillow       [ FAIL ]
>     Check /home/cbrown/myProject/ipfire-2.x/log_x86_64/_build.ipfire.log for errors if applicable[ FAIL ]
> 
> and from  my _build.ipfire.log  ...
> 
> Sep  7 18:47:25: Building python3-pillow make: Entering directory '/home/cbrown/myProject/ipfire-2.x/lfs'
> -e Download: https://source.ipfire.org/source-2.x/pillow-11.3.0.tar.gz
> 2025-09-07 13:47:29 URL:https://source.ipfire.org/source-2.x/pillow-11.3.0.tar.gz [47113069/47113069] -> "/tmp/pillow-11.3.0.tar.gz" [1]
> make: Leaving directory '/home/cbrown/myProject/ipfire-2.x/lfs'
> make: Entering directory '/usr/src/lfs'
> pillow-11.3.0.tar.gz checksum OK
> ====================================== Installing pillow-11.3.0 ...
> Install started; saving file list to /usr/src/lsalr ...
> cd /usr/src/pillow-11.3.0 && patch -Np1 < /usr/src/src/patches/python3-pillow-11.3.0-fix-license.patch
> patching file pyproject.toml
> cd /usr/src/pillow-11.3.0 && python3 -m build --wheel --no-isolation
> * Getting dependencies for wheel...
> /usr/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:104: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
>   warnings.warn(msg, _BetaConfiguration)
> running egg_info
> writing src/pillow.egg-info/PKG-INFO
> writing dependency_links to src/pillow.egg-info/dependency_links.txt
> writing requirements to src/pillow.egg-info/requires.txt
> writing top-level names to src/pillow.egg-info/top_level.txt
> listing git files failed - pretending there aren't any
> reading manifest file 'src/pillow.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching '*.c'
> warning: no files found matching '*.h'
> warning: no files found matching '*.sh'
> warning: no files found matching '*.txt'
> warning: no files found matching '.flake8'
> warning: no previously-included files found matching '.clang-format'
> warning: no previously-included files found matching '.coveragerc'
> warning: no previously-included files found matching '.editorconfig'
> warning: no previously-included files found matching '.readthedocs.yml'
> warning: no previously-included files found matching 'codecov.yml'
> warning: no previously-included files found matching 'renovate.json'
> warning: no previously-included files matching '.git*' found anywhere in distribution
> warning: no previously-included files matching '*.so' found anywhere in distribution
> no previously-included directories found matching '.ci'
> no previously-included directories found matching 'wheels'
> adding license file 'LICENSE'
> writing manifest file 'src/pillow.egg-info/SOURCES.txt'
> 
> ERROR Missing dependencies:
>         setuptools>=77
> make: *** [python3-pillow:77: /usr/src/log/pillow-11.3.0] Error 1
> make: Leaving directory '/usr/src/lfs'
> 
> 
> 
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Failed Build of 'next' x86_64 on GNU/Linux 13 (trixie)
  2025-09-13 10:36   ` Michael Tremer
@ 2025-09-13 12:47     ` Matthias Fischer
  2025-09-13 12:48       ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Fischer @ 2025-09-13 12:47 UTC (permalink / raw)
  To: development

Hi,

I can confirmed - clean build (current 'next') from today shows
identical errors:

***SNIP***
python3-pillow (11.3.0)                             [        2 ][ FAIL ]

    running egg_info
    writing src/pillow.egg-info/PKG-INFO
    writing dependency_links to src/pillow.egg-info/dependency_links.txt
    writing requirements to src/pillow.egg-info/requires.txt
    writing top-level names to src/pillow.egg-info/top_level.txt
    listing git files failed - pretending there aren't any
    reading manifest file 'src/pillow.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no files found matching '*.c'
    warning: no files found matching '*.h'
    warning: no files found matching '*.sh'
    warning: no files found matching '*.txt'
    warning: no files found matching '.flake8'
    warning: no previously-included files found matching '.clang-format'
    warning: no previously-included files found matching '.coveragerc'
    warning: no previously-included files found matching '.editorconfig'
    warning: no previously-included files found matching '.readthedocs.yml'
    warning: no previously-included files found matching 'codecov.yml'
    warning: no previously-included files found matching 'renovate.json'
    warning: no previously-included files matching '.git*' found
anywhere in distribution
    warning: no previously-included files matching '*.so' found anywhere
in distribution
    no previously-included directories found matching '.ci'
    no previously-included directories found matching 'wheels'
    adding license file 'LICENSE'
    writing manifest file 'src/pillow.egg-info/SOURCES.txt'

    ERROR Missing dependencies:
    setuptools>=77
    make: *** [python3-pillow:77: /usr/src/log/pillow-11.3.0] Error 1
    make: Leaving directory '/usr/src/lfs'

ERROR: Building python3-pillow                                  [ FAIL ]
    Check /git/ipfire-2.x/log_x86_64/_build.ipfire.log for errors if
applicable
***SNAP***

Best
Matthias

On 13.09.2025 12:36, Michael Tremer wrote:
> Hello Charles,
> 
> Can you still reproduce this? The nightly builds seem to have completed okay.
> 
> -Michael
> 
>> On 8 Sep 2025, at 00:52, Charles Brown <cab_77573@yahoo.com> wrote:
>> 
>> Similar to  this ...  " [FAILED] Nightly Build of next (0cbb983) for riscv64 on riscv64-01.haj.ipfire.org"
>> 
>> Having same issue building 'next' x86_64 on GNU/Linux 13 (trixie)"
>> ...
>>     ERROR Missing dependencies:
>>     setuptools>=77
>>     make: *** [python3-pillow:77: /usr/src/log/pillow-11.3.0] Error 1
>>     make: Leaving directory '/usr/src/lfs'
>> 
>> ERROR: Building python3-pillow       [ FAIL ]
>>     Check /home/cbrown/myProject/ipfire-2.x/log_x86_64/_build.ipfire.log for errors if applicable[ FAIL ]
>> 
>> and from  my _build.ipfire.log  ...
>> 
>> Sep  7 18:47:25: Building python3-pillow make: Entering directory '/home/cbrown/myProject/ipfire-2.x/lfs'
>> -e Download: https://source.ipfire.org/source-2.x/pillow-11.3.0.tar.gz
>> 2025-09-07 13:47:29 URL:https://source.ipfire.org/source-2.x/pillow-11.3.0.tar.gz [47113069/47113069] -> "/tmp/pillow-11.3.0.tar.gz" [1]
>> make: Leaving directory '/home/cbrown/myProject/ipfire-2.x/lfs'
>> make: Entering directory '/usr/src/lfs'
>> pillow-11.3.0.tar.gz checksum OK
>> ====================================== Installing pillow-11.3.0 ...
>> Install started; saving file list to /usr/src/lsalr ...
>> cd /usr/src/pillow-11.3.0 && patch -Np1 < /usr/src/src/patches/python3-pillow-11.3.0-fix-license.patch
>> patching file pyproject.toml
>> cd /usr/src/pillow-11.3.0 && python3 -m build --wheel --no-isolation
>> * Getting dependencies for wheel...
>> /usr/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:104: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
>>   warnings.warn(msg, _BetaConfiguration)
>> running egg_info
>> writing src/pillow.egg-info/PKG-INFO
>> writing dependency_links to src/pillow.egg-info/dependency_links.txt
>> writing requirements to src/pillow.egg-info/requires.txt
>> writing top-level names to src/pillow.egg-info/top_level.txt
>> listing git files failed - pretending there aren't any
>> reading manifest file 'src/pillow.egg-info/SOURCES.txt'
>> reading manifest template 'MANIFEST.in'
>> warning: no files found matching '*.c'
>> warning: no files found matching '*.h'
>> warning: no files found matching '*.sh'
>> warning: no files found matching '*.txt'
>> warning: no files found matching '.flake8'
>> warning: no previously-included files found matching '.clang-format'
>> warning: no previously-included files found matching '.coveragerc'
>> warning: no previously-included files found matching '.editorconfig'
>> warning: no previously-included files found matching '.readthedocs.yml'
>> warning: no previously-included files found matching 'codecov.yml'
>> warning: no previously-included files found matching 'renovate.json'
>> warning: no previously-included files matching '.git*' found anywhere in distribution
>> warning: no previously-included files matching '*.so' found anywhere in distribution
>> no previously-included directories found matching '.ci'
>> no previously-included directories found matching 'wheels'
>> adding license file 'LICENSE'
>> writing manifest file 'src/pillow.egg-info/SOURCES.txt'
>> 
>> ERROR Missing dependencies:
>>         setuptools>=77
>> make: *** [python3-pillow:77: /usr/src/log/pillow-11.3.0] Error 1
>> make: Leaving directory '/usr/src/lfs'
>> 
>> 
>> 
>> 
> 
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Failed Build of 'next' x86_64 on GNU/Linux 13 (trixie)
  2025-09-13 12:47     ` Matthias Fischer
@ 2025-09-13 12:48       ` Michael Tremer
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2025-09-13 12:48 UTC (permalink / raw)
  To: Matthias Fischer; +Cc: development

Hello,

Could you please check whether the module is there at all. Can it be loaded? Is there a problem loading it?

-Michael

> On 13 Sep 2025, at 13:47, Matthias Fischer <matthias.fischer@ipfire.org> wrote:
> 
> Hi,
> 
> I can confirmed - clean build (current 'next') from today shows
> identical errors:
> 
> ***SNIP***
> python3-pillow (11.3.0)                             [        2 ][ FAIL ]
> 
>    running egg_info
>    writing src/pillow.egg-info/PKG-INFO
>    writing dependency_links to src/pillow.egg-info/dependency_links.txt
>    writing requirements to src/pillow.egg-info/requires.txt
>    writing top-level names to src/pillow.egg-info/top_level.txt
>    listing git files failed - pretending there aren't any
>    reading manifest file 'src/pillow.egg-info/SOURCES.txt'
>    reading manifest template 'MANIFEST.in'
>    warning: no files found matching '*.c'
>    warning: no files found matching '*.h'
>    warning: no files found matching '*.sh'
>    warning: no files found matching '*.txt'
>    warning: no files found matching '.flake8'
>    warning: no previously-included files found matching '.clang-format'
>    warning: no previously-included files found matching '.coveragerc'
>    warning: no previously-included files found matching '.editorconfig'
>    warning: no previously-included files found matching '.readthedocs.yml'
>    warning: no previously-included files found matching 'codecov.yml'
>    warning: no previously-included files found matching 'renovate.json'
>    warning: no previously-included files matching '.git*' found
> anywhere in distribution
>    warning: no previously-included files matching '*.so' found anywhere
> in distribution
>    no previously-included directories found matching '.ci'
>    no previously-included directories found matching 'wheels'
>    adding license file 'LICENSE'
>    writing manifest file 'src/pillow.egg-info/SOURCES.txt'
> 
>    ERROR Missing dependencies:
>    setuptools>=77
>    make: *** [python3-pillow:77: /usr/src/log/pillow-11.3.0] Error 1
>    make: Leaving directory '/usr/src/lfs'
> 
> ERROR: Building python3-pillow                                  [ FAIL ]
>    Check /git/ipfire-2.x/log_x86_64/_build.ipfire.log for errors if
> applicable
> ***SNAP***
> 
> Best
> Matthias
> 
> On 13.09.2025 12:36, Michael Tremer wrote:
>> Hello Charles,
>> 
>> Can you still reproduce this? The nightly builds seem to have completed okay.
>> 
>> -Michael
>> 
>>> On 8 Sep 2025, at 00:52, Charles Brown <cab_77573@yahoo.com> wrote:
>>> 
>>> Similar to  this ...  " [FAILED] Nightly Build of next (0cbb983) for riscv64 on riscv64-01.haj.ipfire.org"
>>> 
>>> Having same issue building 'next' x86_64 on GNU/Linux 13 (trixie)"
>>> ...
>>>    ERROR Missing dependencies:
>>>    setuptools>=77
>>>    make: *** [python3-pillow:77: /usr/src/log/pillow-11.3.0] Error 1
>>>    make: Leaving directory '/usr/src/lfs'
>>> 
>>> ERROR: Building python3-pillow       [ FAIL ]
>>>    Check /home/cbrown/myProject/ipfire-2.x/log_x86_64/_build.ipfire.log for errors if applicable[ FAIL ]
>>> 
>>> and from  my _build.ipfire.log  ...
>>> 
>>> Sep  7 18:47:25: Building python3-pillow make: Entering directory '/home/cbrown/myProject/ipfire-2.x/lfs'
>>> -e Download: https://source.ipfire.org/source-2.x/pillow-11.3.0.tar.gz
>>> 2025-09-07 13:47:29 URL:https://source.ipfire.org/source-2.x/pillow-11.3.0.tar.gz [47113069/47113069] -> "/tmp/pillow-11.3.0.tar.gz" [1]
>>> make: Leaving directory '/home/cbrown/myProject/ipfire-2.x/lfs'
>>> make: Entering directory '/usr/src/lfs'
>>> pillow-11.3.0.tar.gz checksum OK
>>> ====================================== Installing pillow-11.3.0 ...
>>> Install started; saving file list to /usr/src/lsalr ...
>>> cd /usr/src/pillow-11.3.0 && patch -Np1 < /usr/src/src/patches/python3-pillow-11.3.0-fix-license.patch
>>> patching file pyproject.toml
>>> cd /usr/src/pillow-11.3.0 && python3 -m build --wheel --no-isolation
>>> * Getting dependencies for wheel...
>>> /usr/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:104: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
>>>  warnings.warn(msg, _BetaConfiguration)
>>> running egg_info
>>> writing src/pillow.egg-info/PKG-INFO
>>> writing dependency_links to src/pillow.egg-info/dependency_links.txt
>>> writing requirements to src/pillow.egg-info/requires.txt
>>> writing top-level names to src/pillow.egg-info/top_level.txt
>>> listing git files failed - pretending there aren't any
>>> reading manifest file 'src/pillow.egg-info/SOURCES.txt'
>>> reading manifest template 'MANIFEST.in'
>>> warning: no files found matching '*.c'
>>> warning: no files found matching '*.h'
>>> warning: no files found matching '*.sh'
>>> warning: no files found matching '*.txt'
>>> warning: no files found matching '.flake8'
>>> warning: no previously-included files found matching '.clang-format'
>>> warning: no previously-included files found matching '.coveragerc'
>>> warning: no previously-included files found matching '.editorconfig'
>>> warning: no previously-included files found matching '.readthedocs.yml'
>>> warning: no previously-included files found matching 'codecov.yml'
>>> warning: no previously-included files found matching 'renovate.json'
>>> warning: no previously-included files matching '.git*' found anywhere in distribution
>>> warning: no previously-included files matching '*.so' found anywhere in distribution
>>> no previously-included directories found matching '.ci'
>>> no previously-included directories found matching 'wheels'
>>> adding license file 'LICENSE'
>>> writing manifest file 'src/pillow.egg-info/SOURCES.txt'
>>> 
>>> ERROR Missing dependencies:
>>>        setuptools>=77
>>> make: *** [python3-pillow:77: /usr/src/log/pillow-11.3.0] Error 1
>>> make: Leaving directory '/usr/src/lfs'
>>> 
>>> 
>>> 
>>> 
>> 
>> 
> 
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-09-13 12:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <91d9cd50-25da-4eb2-8500-88978d759a7b.ref@yahoo.com>
2025-09-07 23:52 ` Failed Build of 'next' x86_64 on GNU/Linux 13 (trixie) Charles Brown
2025-09-13 10:36   ` Michael Tremer
2025-09-13 12:47     ` Matthias Fischer
2025-09-13 12:48       ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox