[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#429625: marked as done (linux-source-2.6.18 build fails on hppa - missing patch?)



Your message dated Fri, 22 Jun 2007 16:11:13 -0600
with message-id <[🔎] 20070622221113.GA21252@colo.lackof.org>
and subject line Bug#429625: linux-source-2.6.18 build fails on hppa - missing patch?
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: linux-source-2.6.18
Version: 2.6.18.dfs

Kernel source does not compile on parisc (HP 712/60).
I am running kernel 2.6.8
libc version 2.3.6.ds1-13
gcc version 4:4.1.1-15

Should there not be a hppa/parisc-specific patch to apply to the
standard debian kernel source package? No such patch appears to
be available in etch.

To reproduce error, unpack sources, copy .config from pre-packaged
kernel image, and make-kpkg

boris:/share/linux-source-2.6.18# cp /boot/config-2.6.18-4-parisc .
config
boris:/share/linux-source-2.6.18# make-kpkg --initrd linux-image

.......

CC      arch/parisc/mm/init.o
arch/parisc/mm/init.c:34: error: conflicting types for '_text'
include/asm-generic/sections.h:6: error: previous declaration of 
'_text' was here
arch/parisc/mm/init.c:36: error: conflicting types for '_end'
include/asm-generic/sections.h:13: error: previous declaration of 
'_end' was here
arch/parisc/mm/init.c:37: error: conflicting types for '__init_begin'
include/asm-generic/sections.h:9: error: previous declaration of 
'__init_begin' was here
arch/parisc/mm/init.c:37: error: conflicting types for '__init_end'
include/asm-generic/sections.h:9: error: previous declaration of 
'__init_end' was here
make[2]: *** [arch/parisc/mm/init.o] Error 1
make[1]: *** [arch/parisc/mm] Error 2
make[1]: Leaving directory `/share/linux-source-2.6.18'
make: *** [debian/stamp-build-kernel] Error 2




_________________________________________________________

Tiscali.Supermail: la tua email con 2GB di Spazio, Antivirus e Antispam

http://vas.tiscali.it/supermail/



--- End Message ---
--- Begin Message ---
On Tue, Jun 19, 2007 at 09:54:08AM +0200, mulvihill@tiscali.it wrote:
> Package: linux-source-2.6.18
> Version: 2.6.18.dfs

This version does not exist. Were you using dpkg -l to identify the
version? If so, I suggest either setting COLUMNS to something
reasonably big or piping the output through cat (e.g., dpkg -l
linux-source-2.6.18 | cat) to see the full version.

> Should there not be a hppa/parisc-specific patch to apply to the
> standard debian kernel source package? No such patch appears to
> be available in etch.

It is, but you need to apply it: 
  # apt-get install linux-tree-2.6.18
  # tar xfj /usr/src/linux-source-2.6.18.tar.bz2
  # cd linux-source-2.6.18
  # /usr/src/kernel-patches/all/2.6.18/apply/debian -a hppa

-- 
dann frazier


--- End Message ---

Reply to: