Package: ognibuild
Version: 0.0.4-1
Severity: normal

Something that ognibuild does means that the build of iotop works with
manually running setup.py but fails with ogni build.

   $ git clone -q https://repo.or.cz/iotop.git
   
   $ cd iotop/
   
   iotop (master=) $ ./setup.py -v build
   running build
   running build_py
   creating build
   creating build/lib.linux-x86_64-3.9
   creating build/lib.linux-x86_64-3.9/iotop
   copying iotop/genetlink.py -> build/lib.linux-x86_64-3.9/iotop
   copying iotop/ioprio.py -> build/lib.linux-x86_64-3.9/iotop
   copying iotop/version.py -> build/lib.linux-x86_64-3.9/iotop
   copying iotop/data.py -> build/lib.linux-x86_64-3.9/iotop
   copying iotop/vmstat.py -> build/lib.linux-x86_64-3.9/iotop
   copying iotop/ui.py -> build/lib.linux-x86_64-3.9/iotop
   copying iotop/netlink.py -> build/lib.linux-x86_64-3.9/iotop
   copying iotop/__init__.py -> build/lib.linux-x86_64-3.9/iotop
   warning: build_py: byte-compiling is disabled, skipping.
   
   running build_ext
   building 'iotop._ioprio' extension
   creating build/temp.linux-x86_64-3.9
   creating build/temp.linux-x86_64-3.9/iotop
   x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g 
-ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g 
-ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c iotop/_ioprio.c -o 
build/temp.linux-x86_64-3.9/iotop/_ioprio.o
   x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -fwrapv -O2 -g 
-ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/iotop/_ioprio.o -o 
build/lib.linux-x86_64-3.9/iotop/_ioprio.cpython-39-x86_64-linux-gnu.so
   running build_scripts
   creating build/scripts-3.9
   copying and adjusting sbin/iotop -> build/scripts-3.9
   changing mode of build/scripts-3.9/iotop from 640 to 755
   
   ~/iotop (master=) $ git clean -dxf
   Removing build/
   
   ~/iotop (master=) $ ogni info
   
   Preparing directory .
   Using requirement resolver: [apt, cpan, ctan, pypi, npm, go, hackage, cran, 
cran, octave-forge]
   Detected buildsystems: setup.py
   SetupPy('.'):
        Declared outputs:
                binary: iotop
                python package: iotop
   
   iotop (master=) $ ogni build
   Preparing directory .
   Using requirement resolver: [cpan, ctan, pypi, npm, go, hackage, cran, cran, 
octave-forge]
   Detected buildsystems: setup.py
   Checking that declared requirements are present
   running build
   running build_py
   creating build
   creating build/lib.linux-x86_64-3.9
   creating build/lib.linux-x86_64-3.9/iotop
   copying iotop/genetlink.py -> build/lib.linux-x86_64-3.9/iotop
   copying iotop/ioprio.py -> build/lib.linux-x86_64-3.9/iotop
   copying iotop/version.py -> build/lib.linux-x86_64-3.9/iotop
   copying iotop/data.py -> build/lib.linux-x86_64-3.9/iotop
   copying iotop/vmstat.py -> build/lib.linux-x86_64-3.9/iotop
   copying iotop/ui.py -> build/lib.linux-x86_64-3.9/iotop
   copying iotop/netlink.py -> build/lib.linux-x86_64-3.9/iotop
   copying iotop/__init__.py -> build/lib.linux-x86_64-3.9/iotop
   running build_ext
   building 'iotop._ioprio' extension
   creating build/temp.linux-x86_64-3.9
   creating build/temp.linux-x86_64-3.9/iotop
   x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
-fwrapv -O2 -Wall -g 
-ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g 
-ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c iotop/_ioprio.c -o 
build/temp.linux-x86_64-3.9/iotop/_ioprio.o
   x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -fwrapv -O2 -g 
-ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/iotop/_ioprio.o -o 
build/lib.linux-x86_64-3.9/iotop/_ioprio.cpython-39-x86_64-linux-gnu.so
   collect2: fatal error: cannot find ‘ld’
   compilation terminated.
   error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
   Build failed and unable to find cause. Giving up.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing-debug
  APT policy: (900, 'testing-debug'), (900, 'testing'), (800, 
'unstable-debug'), (800, 'unstable'), (790, 'buildd-unstable'), (700, 
'experimental-debug'), (700, 'experimental'), (690, 'buildd-experimental'), 
(500, 'testing-security')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-6-amd64 (SMP w/8 CPU threads)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8), LANGUAGE=en_AU:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ognibuild depends on:
ii  python3                      3.9.2-3
ii  python3-apt                  2.2.0
ii  python3-breezy               3.1.0-8
ii  python3-buildlog-consultant  0.0.9-1
ii  python3-lz4                  3.1.3+dfsg-1
ii  python3-requirement-parser   0.2.0-1.1
ii  python3-toml                 0.10.1-1

Versions of packages ognibuild recommends:
pn  brz-debian         <none>
ii  python3-debmutate  0.20

ognibuild suggests no packages.

-- no debconf information

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to