public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Bug in recent changes to builddeb
@ 2023-03-27 20:55 Ron Economos
  2023-03-27 22:41 ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Ron Economos @ 2023-03-27 20:55 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Looks like there's a bug in /scripts/package/builddeb. On lines 188, 197 
and 198, the variable $version is used. However, it's not defined 
(removed with recent changes).

This causes the headers to be put into /usr/src/linux-headers-. When the 
next version is attempted to be installed, the following error occurs.

$ sudo dpkg -i linux-headers-6.3.0-rc4_6.3.0-rc4-2_riscv64.deb
Selecting previously unselected package linux-headers-6.3.0-rc4.
(Reading database ... 376925 files and directories currently installed.)
Preparing to unpack linux-headers-6.3.0-rc4_6.3.0-rc4-2_riscv64.deb ...
Unpacking linux-headers-6.3.0-rc4 (6.3.0-rc4-2) ...
dpkg: error processing archive 
linux-headers-6.3.0-rc4_6.3.0-rc4-2_riscv64.deb (--install):
  trying to overwrite '/usr/src/linux-headers-/.config', which is also 
in package linux-headers-6.3.0-rc3 6.3.0-rc3-4
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
  linux-headers-6.3.0-rc4_6.3.0-rc4-2_riscv64.deb


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

end of thread, other threads:[~2023-04-02 13:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-27 20:55 Bug in recent changes to builddeb Ron Economos
2023-03-27 22:41 ` Randy Dunlap
2023-03-27 22:44   ` Randy Dunlap
2023-03-28  4:49     ` Sedat Dilek
2023-04-02 13:27       ` Bagas Sanjaya

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