Bug#1067829: nfs-utils: FTBFS on arm{el,hf}: export-cache.c:110:51: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘time_t’ {aka ‘long long int’} [-Werror=format=]

2024-03-27 Thread Sebastian Ramacher
Source: nfs-utils
Version: 1:2.6.4-3
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=nfs-utils&arch=armel&ver=1%3A2.6.4-3%2Bb2&stamp=1711452552&raw=0

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../support/include 
-I/usr/include/tirpc -I/usr/include/libxml2 -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -pipe -Wall -Wextra -Werror=strict-prototypes 
-Werror=missing-prototypes -Werror=missing-declarations -Werror=format=2 
-Werror=undef -Werror=missing-include-dirs -Werror=strict-aliasing=2 
-Werror=init-self -Werror=implicit-function-declaration -Werror=return-type 
-Werror=switch -Werror=overflow -Werror=parentheses -Werror=aggregate-return 
-Werror=unused-result -fno-strict-aliasing -Werror=format-overflow=2 
-Werror=int-conversion -Werror=incompatible-pointer-types 
-Werror=misleading-indentation -Wno-cast-function-type -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -c xml.c  -fPIC -DPIC -o .libs/xml.o
export-cache.c: In function ‘junction_flush_exports_cache’:
export-cache.c:110:51: error: format ‘%ld’ expects argument of type ‘long int’, 
but argument 4 has type ‘time_t’ {aka ‘long long int’} [-Werror=format=]
  110 | snprintf(flushtime, sizeof(flushtime), "%ld\n", now);
  | ~~^ ~~~
  |   | |
  |   | time_t {aka 
long long int}
  |   long int
  | %lld
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../support/include 
-I/usr/include/tirpc -I/usr/include/libxml2 -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 
-D_GNU_SOURCE -pipe -Wall -Wextra -Werror=strict-prototypes 
-Werror=missing-prototypes -Werror=missing-declarations -Werror=format=2 
-Werror=undef -Werror=missing-include-dirs -Werror=strict-aliasing=2 
-Werror=init-self -Werror=implicit-function-declaration -Werror=return-type 
-Werror=switch -Werror=overflow -Werror=parentheses -Werror=aggregate-return 
-Werror=unused-result -fno-strict-aliasing -Werror=format-overflow=2 
-Werror=int-conversion -Werror=incompatible-pointer-types 
-Werror=misleading-indentation -Wno-cast-function-type -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -c display.c -o display.o >/dev/null 2>&1
cc1: some warnings being treated as errors
make[3]: *** [Makefile:489: export-cache.lo] Error 1
make[3]: *** Waiting for unfinished jobs

Cheers
-- 
Sebastian Ramacher



Bug#1059431: linux: FTBFS on mips64el: make[3]: *** [/<>/Makefile:246: __sub-make] Error 2

2023-12-25 Thread Sebastian Ramacher
smip -z noexecstack --no-warn-rwx-segments --build-id=sha1  
-T scripts/module.lds -o net/qrtr/qrtr.ko net/qrtr/qrtr.o net/qrtr/qrtr.mod.o;  
/usr/bin/make -f /<>/arch/mips/Makefile.postlink net/qrtr/qrtr.ko
# LD [M]  net/qrtr/qrtr-mhi.ko
  ld -r -m elf64ltsmip -z noexecstack --no-warn-rwx-segments --build-id=sha1  
-T scripts/module.lds -o net/qrtr/qrtr-mhi.ko net/qrtr/qrtr-mhi.o 
net/qrtr/qrtr-mhi.mod.o;  /usr/bin/make -f 
/<>/arch/mips/Makefile.postlink net/qrtr/qrtr-mhi.ko
# LD [M]  virt/lib/irqbypass.ko
  ld -r -m elf64ltsmip -z noexecstack --no-warn-rwx-segments --build-id=sha1  
-T scripts/module.lds -o virt/lib/irqbypass.ko virt/lib/irqbypass.o 
virt/lib/irqbypass.mod.o;  /usr/bin/make -f 
/<>/arch/mips/Makefile.postlink virt/lib/irqbypass.ko
# LD [M]  arch/mips/crypto/poly1305-mips.ko
  ld -r -m elf64ltsmip -z noexecstack --no-warn-rwx-segments --build-id=sha1  
-T scripts/module.lds -o arch/mips/crypto/poly1305-mips.ko 
arch/mips/crypto/poly1305-mips.o arch/mips/crypto/poly1305-mips.mod.o;  
/usr/bin/make -f /<>/arch/mips/Makefile.postlink 
arch/mips/crypto/poly1305-mips.ko
make[3]: *** [/<>/Makefile:246: __sub-make] Error 2
make[3]: Leaving directory 
'/<>/debian/build/build_mips64el_none_loongson-3'
make[2]: *** [debian/rules.real:175: 
debian/stamps/build_mips64el_none_loongson-3] Error 2
make[2]: Leaving directory '/<>'
make[1]: *** [debian/rules.gen:1475: build-arch_mips64el_none_loongson-3_image] 
Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:43: build-arch] Error 2

(sorry, I wasn't able to find an error, so this is the end of the build
log.)

Cheers
-- 
Sebastian Ramacher



Re: Bug#929016: i965-va-driver: Screen is not reenabled after beeing turned off

2019-05-19 Thread Sebastian Ramacher
i_sdmmc mmc_core crct10dif_pclmul crc32_pclmul
> crc32c_intel ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul
> glue_helper ablk_helper cryptd psmouse i2c_i801 i2c_smbus ahci libahci 
> xhci_pci
> nvme libata xhci_hcd nvme_core rtsx_pci mfd_core scsi_mod usbcore usb_common
> thermal i2c_hid hid
> May 15 11:59:19 dionizos kernel: [ 4188.764973] CPU: 5 PID: 2644 Comm:
> kworker/5:2 Tainted: G   O4.9.0-9-amd64 #1 Debian 4.9.168-1
> May 15 11:59:19 dionizos kernel: [ 4188.765057] Hardware name: Dell Inc. XPS 
> 15
> 9560/05FFDN, BIOS 1.12.1 10/02/2018
> May 15 11:59:19 dionizos kernel: [ 4188.765156] Workqueue: events_long
> i915_hangcheck_elapsed [i915]
> May 15 11:59:19 dionizos kernel: [ 4188.765214] task: 9aadf289c040
> task.stack: ae62045d4000
> May 15 11:59:19 dionizos kernel: [ 4188.765268] RIP: 0010:[]
> [] reset_common_ring+0xc8/0x180 [i915]
> May 15 11:59:19 dionizos kernel: [ 4188.765399] RSP: 0018:ae62045d7b78
> EFLAGS: 00010206
> May 15 11:59:19 dionizos kernel: [ 4188.765449] RAX: 0206 RBX:
> 9aae05723000 RCX: 0001
> May 15 11:59:19 dionizos kernel: [ 4188.765513] RDX:  RSI:
> 0206 RDI: 0206
> May 15 11:59:19 dionizos kernel: [ 4188.765576] RBP: ae62045d7b98 R08:
> 9aae681f08c8 R09: 
> May 15 11:59:19 dionizos kernel: [ 4188.765640] R10: 8e027218 R11:
> 0001 R12: 9aae681f2860
> May 15 11:59:19 dionizos kernel: [ 4188.765703] R13:  R14:
> 9aae681f R15: 9aae5439c800
> May 15 11:59:19 dionizos kernel: [ 4188.765768] FS:  ()
> GS:9aae7e54() knlGS:
> May 15 11:59:19 dionizos kernel: [ 4188.765841] CS:  0010 DS:  ES: 
> CR0: 80050033
> May 15 11:59:19 dionizos kernel: [ 4188.765893] CR2: 0070 CR3:
> 0001c6e08000 CR4: 00360670
> May 15 11:59:19 dionizos kernel: [ 4188.765956] Stack:
> May 15 11:59:19 dionizos kernel: [ 4188.765978]  9aae681f2860
> 9aae681f2ad8 9aae681f8760 9aae681f
> May 15 11:59:19 dionizos kernel: [ 4188.766061]  9aae05723000
> c0a34f95 0001 9aae681f
> May 15 11:59:19 dionizos kernel: [ 4188.766145]  9aae681fa780
> 9aae6913a810 8dc167b0 9aae681fa780
> May 15 11:59:19 dionizos kernel: [ 4188.766225] Call Trace:
> May 15 11:59:19 dionizos kernel: [ 4188.766297]  [] ?
> i915_gem_reset+0x155/0x250 [i915]
> May 15 11:59:19 dionizos kernel: [ 4188.766363]  [] ?
> bit_wait_io+0x60/0x60
> May 15 11:59:19 dionizos kernel: [ 4188.766445]  [] ?
> i915_reset+0x86/0xd0 [i915]
> May 15 11:59:19 dionizos kernel: [ 4188.766528]  [] ?
> i915_reset_and_wakeup+0x165/0x180 [i915]
> May 15 11:59:19 dionizos kernel: [ 4188.766622]  [] ?
> i915_handle_error+0x110/0x6b0 [i915]
> May 15 11:59:19 dionizos kernel: [ 4188.766690]  [] ?
> format_decode+0x21e/0x3e0
> May 15 11:59:19 dionizos kernel: [ 4188.766775]  [] ?
> i915_hangcheck_elapsed+0x24d/0x530 [i915]
> May 15 11:59:19 dionizos kernel: [ 4188.766844]  [] ?
> __switch_to_asm+0x34/0x70
> May 15 11:59:19 dionizos kernel: [ 4188.766899]  [] ?
> __switch_to_asm+0x40/0x70
> May 15 11:59:19 dionizos kernel: [ 4188.766955]  [] ?
> process_one_work+0x18a/0x430
> May 15 11:59:19 dionizos kernel: [ 4188.767013]  [] ?
> worker_thread+0x4d/0x490
> May 15 11:59:19 dionizos kernel: [ 4188.767067]  [] ?
> process_one_work+0x430/0x430
> May 15 11:59:19 dionizos kernel: [ 4188.767125]  [] ?
> kthread+0xd9/0xf0
> May 15 11:59:19 dionizos kernel: [ 4188.767174]  [] ?
> __switch_to_asm+0x34/0x70
> May 15 11:59:19 dionizos kernel: [ 4188.767231]  [] ?
> kthread_park+0x60/0x60
> May 15 11:59:19 dionizos kernel: [ 4188.767286]  [] ?
> ret_from_fork+0x57/0x70
> May 15 11:59:19 dionizos kernel: [ 4188.767338] Code: 8b 74 24 28 49 8b 86 68
> 07 00 00 b9 01 00 00 00 ba 00 00 ff ff 4c 89 f7 81 c6 a0 03 00 00 e8 30 6e 1d
> cd 4d 8b ac 24 38 02 00 00 <49> 8b 45 70 48 39 43 70 74 51 4d 85 ed 74 14 48 
> c7
> c0 90 90 aa
> May 15 11:59:19 dionizos kernel: [ 4188.767655] RIP  []
> reset_common_ring+0xc8/0x180 [i915]
> May 15 11:59:19 dionizos kernel: [ 4188.767681]  RSP 
> May 15 11:59:19 dionizos kernel: [ 4188.767689] CR2: 0070
> May 15 11:59:19 dionizos kernel: [ 4188.772906] ---[ end trace 
> 8e1827a0adf630eb
> ]---
> 
> 
> 
> -- System Information:
> Debian Release: 9.9
>   APT prefers stable-updates
>   APT policy: (500, 'stable-updates'), (500, 'stable')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
> 
> Kernel: Linux 4.9.0-9-amd64 (SMP w/8 CPU cores)
> Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8), 
> LANGUAGE=pl_PL.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> 

-- 
Sebastian Ramacher


signature.asc
Description: PGP signature


Re: Bug#921418: Kernel update from 4.18 to 4.19 breaks vlc (update)

2019-02-17 Thread Sebastian Ramacher
Control: reassign -1 linux 4.19.12-1

Hi Hartmut

On 2019-02-16 12:00:15, Hartmut Buhrmester wrote:
> The latest kernel update for stretch-backports seems to solve the problems
> with vlc. This update was on Thu, Feb 14 2019. The logfile /var/log/aptitude
> says:
> 
> > Aptitude 0.8.7: log report
> > Thu, Feb 14 2019 03:41:42 +0100
> > 
> >   IMPORTANT: this log only lists intended actions; actions which fail
> >   due to dpkg problems may not be completed.
> > 
> > Will install 4 packages, and remove 0 packages.
> > 151 MB of disk space will be used
> > 
> > [HOLD, DEPENDENCIES] manpages-de:i386 2.9-1~bpo9+1
> > [INSTALL, DEPENDENCIES] apparmor:i386 2.11.0-3+deb9u2
> > [INSTALL, DEPENDENCIES] libapparmor-perl:i386 2.11.0-3+deb9u2
> > [INSTALL, DEPENDENCIES] linux-image-4.19.0-0.bpo.2-686-pae:i386 
> > 4.19.16-1~bpo9+1
> > [UPGRADE] linux-image-686-pae:i386 4.19+101~bpo9+1 -> 4.19+102~bpo9+1
> > 
> > 
> > Log complete.
> 
> 
> Then we may update the results table to:
> 
> Kernel 4.9.130  4.18.20  4.19.124.19.16
> -- ---  ---  ------
> vlc-3.0.3  okay okay program_hangs  okay
> vlc-3.0.6  okay okay program_hangs  okay

Thanks for the follow-up. I'll reassign the bug to linux and mark it as closed 
in 4.19.16.

Cheers

> 
> The tested kernels are:
> 
> package-version kernel-version
> --- --
> linux-image-4.9.0-8-686-pae 4.9.130-2
> linux-image-4.18.0-0.bpo.3-686-pae  4.18.20-2~bpo9+1
> linux-image-4.19.0-0.bpo.1-686-pae  4.19.12-1~bpo9+1
> linux-image-4.19.0-0.bpo.2-686-pae  4.19.16-1~bpo9+1
> 
> These packages are referenced by a meta-package linux-image-686-pae, which
> still has a different numbering scheme.
> 
> 
> I don't know, what caused the problems with vlc, or what solved them in the
> end. I suspected at some point, that there might be changes to the "radeon"
> driver, but there are no obvious changes to "radeon" between kernel 4.19.12
> and 4.19.16. So it might be a side effect of something completely different.
> 
> I learned, that old package versions can be found at
> https://snapshot.debian.org/ , if others like to repeat these tests.
> 
> 
> Regards,
> Hartmut Buhrmester
> 

-- 
Sebastian Ramacher


signature.asc
Description: PGP signature


Bug#886474: linux-headers-4.14.0-3-amd64: missing dependency on libelf-dev

2018-01-06 Thread Sebastian Ramacher
Package: linux-headers-4.14.0-3-amd64
Version: 4.14.12-2
Severity: important

(I am not sure if this is the correct package, so please reassign as you see
fit.)

Since the upgrade to 4.14.12-2 the virtualbox and nvidia kernel modules
(#886470) fail to build with:
| make: Entering directory '/usr/src/linux-headers-4.14.0-3-amd64'
| /usr/src/linux-headers-4.14.0-3-common/Makefile:947: *** "Cannot generate ORC 
metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or 
elfutils-libelf-devel".  Stop.

After installing libelf-dev as suggested, this part succeeds and the build
continues. Please add libelf-dev to the dependencies.

Cheers

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (650, 'unstable-debug'), (650, 'buildd-unstable'), (650, 
'unstable'), (601, 'testing'), (600, 'experimental-debug'), (600, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), LANGUAGE=en_US:en 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linux-headers-4.14.0-3-amd64 depends on:
ii  linux-compiler-gcc-7-x86   4.14.12-2
ii  linux-headers-4.14.0-3-common  4.14.12-2
ii  linux-kbuild-4.14  4.14.12-2

linux-headers-4.14.0-3-amd64 recommends no packages.

linux-headers-4.14.0-3-amd64 suggests no packages.

-- no debconf information

-- 
Sebastian Ramacher


signature.asc
Description: PGP signature


Bug#692225: [3.2->3.6.4 regression] screen starts to flicker after suspend-to-disk

2012-11-05 Thread Sebastian Ramacher
Control: tags -1 + fixed-upstream

On 2012-11-04 11:19:52, Sebastian Ramacher wrote:
> thanks for the quick reply. I'll try the 3.7 RC next week and report
> back if it's fixed.

I've just tried 3.7 RC 3. The assertion failure is gone and it doesn't
flicker anymore.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#692225: [3.2->3.6.4 regression] screen starts to flicker after suspend-to-disk

2012-11-04 Thread Sebastian Ramacher
Hi Jonathan,

On 2012-11-03 12:08:51, Jonathan Nieder wrote:
> # [1]
> forwarded 692225 https://bugs.freedesktop.org/56118
> quit
> 
> Sebastian Ramacher wrote:
> 
> > I've recently upgrade from 3.2 to 3.6. Since the upgrade after resuming from
> > supsend-to-disk the screen starts to flicker and the kernel log contains the
> > following traceback:
> >
> > [ 4730.108047] [ cut here ]
> > [ 4730.108073] WARNING: at 
> > /build/buildd-linux_3.6.4-1~experimental.1-amd64-QnAy6j/linux-3.6.4/drivers/gpu/drm/i915/intel_display.c:1225
> >  intel_crtc_disable+0x52/0x86 [i915]()
> > [ 4730.108074] Hardware name: 7458WTH
> > [ 4730.108076] pipe B assertion failure (expected off, current on)
> 
> Oh, here's a better link: [1].  This is said to be fixed by
> 
>   fa55583797d1 drm/i915: fixup the plane->pipe fixup code

thanks for the quick reply. I'll try the 3.7 RC next week and report
back if it's fixed.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#692225: linux-image-3.6-trunk-amd64: screen starts to flicker after suspend-to-disk

2012-11-03 Thread Sebastian Ramacher
ParErr- DEVSEL=medium >TAbort- 
SERR- 
Kernel driver in use: lpc_ich

00:1f.2 SATA controller [0106]: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 
4 port SATA Controller [AHCI mode] [8086:2929] (rev 03) (prog-if 01 [AHCI 1.0])
Subsystem: Lenovo Device [17aa:20f8]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- 
Kernel driver in use: ahci

00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller 
[8086:2930] (rev 03)
Subsystem: Lenovo Device [17aa:20f9]
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- TAbort- SERR- 
Kernel driver in use: iwlwifi


** USB devices:
Bus 001 Device 003: ID 17ef:480c Lenovo Integrated Webcam
Bus 002 Device 003: ID 0bdb:1900 Ericsson Business Mobile Networks BV F3507g 
Mobile Broadband Module
Bus 004 Device 002: ID 08ff:2810 AuthenTec, Inc. AES2810
Bus 004 Device 003: ID 0a5c:2145 Broadcom Corp. Bluetooth with Enhanced Data 
Rate II
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.6-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-3.6-trunk-amd64 depends on:
ii  debconf [debconf-2.0]   1.5.46
ii  initramfs-tools [linux-initramfs-tool]  0.109
ii  kmod9-2
ii  linux-base  3.5
ii  module-init-tools   9-2

Versions of packages linux-image-3.6-trunk-amd64 recommends:
ii  firmware-linux-free  3.1

Versions of packages linux-image-3.6-trunk-amd64 suggests:
pn  debian-kernel-handbook  
ii  grub-pc 1.99-23.1
pn  linux-doc-3.6   

Versions of packages linux-image-3.6-trunk-amd64 is related to:
pn  firmware-atheros
pn  firmware-bnx2   
pn  firmware-bnx2x  
pn  firmware-brcm80211  
pn  firmware-intelwimax 
pn  firmware-ipw2x00
pn  firmware-ivtv   
ii  firmware-iwlwifi0.36
pn  firmware-libertas   
ii  firmware-linux  0.36
ii  firmware-linux-nonfree  0.36
pn  firmware-myricom
pn  firmware-netxen 
pn  firmware-qlogic 
pn  firmware-ralink 
pn  firmware-realtek
pn  xen-hypervisor  

-- debconf information:
  linux-image-3.6-trunk-amd64/postinst/missing-firmware-3.6-trunk-amd64:
  linux-image-3.6-trunk-amd64/prerm/removing-running-kernel-3.6-trunk-amd64: 
true
  linux-image-3.6-trunk-amd64/postinst/ignoring-ramdisk:
  linux-image-3.6-trunk-amd64/postinst/depmod-error-initrd-3.6-trunk-amd64: 
false

-- 
Sebastian Ramacher


signature.asc
Description: Digital signature