public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] Problems building "2.4.0-test9" kernel source on/for IA-64
@ 2000-10-18  6:35 Faccini, Bruno
  2000-10-18 19:49 ` David Mosberger
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Faccini, Bruno @ 2000-10-18  6:35 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 2177 bytes --]


Hello,

I am posting this just in case it has not been already reported and/or fixed
thru the latest patch versions (ie somewhere between the base "-test9"
source tree version and the current/latest "2.4.0-test10/pre3").
Trying to build "-test9" full tar-ball on/for an IA-64 SDV, I got the
following problems/errors :
	_ multiple compilation errors for "arch/ia64/kernel/setup.c" source
starting with line #215 and apparently related to "definitions/declarations"
issues when it pointed to a routine ("setup_arch()") body !!
In fact this was due to a bug (typo ??) in "setup_arch()" routine itself,
where an "if{}else" statement contained an unnecessary "}" ("} else" at line
#160 in the original "setup.c" source) finally shortening the routine's body
and causing next routines statement to be parsed as
"definitions/declarations".
The following fix/diff corrected the problem :
-------------------------
$ diff setup.c.bfi setup.c.orig
160,165c160
< /*            } else
< This accolade appear to be a "typo" which mainly cause the upper "if"
statemen
t
< and the routine itself to close/end prematurelly, thus causing compilation
< errors for the rest of the routines statements now left outside !!
< B.Faccini (bruno.faccini@intel.com) */
<               else
---
>               } else         
$
-------------------------

	_ "unsatisfied externals" for "[disable,reenable]_usb()" entry
points, in source file "arch/ia64/kernel/irq_ia64.c". This appear to be
caused by a joint setup/configuration of
"CONFIG_ITANIUM_A1_SPECIFIC"+"CONFIG_USB". Since "[disable,reenable]_usb()"
are no longer part of any "-test9" Kernel source, I was only abble to fix
this by not using "CONFIG_ITANIUM_A1_SPECIFIC" setting since this build was
intended for an A3 stepping system, I  assume it should work ...

I did not have already tested this Kernel build, hope it will run/boot ok,
and I will post any further issue.

Bruno.

> Bruno Faccini - Tech. Mktg. Engr.
> Technical Marketing/Internet Solutions Group (EMEA)
> Intel GmbH, Germany
> Phone (Intel office): +33-(0)146947228
>       Fax: +33-(0)146947068
>       email: bruno.faccini@intel.com
> 
 <<Bruno Faccini (E-mail).vcf>> 

[-- Attachment #2: Bruno Faccini (E-mail).vcf --]
[-- Type: application/octet-stream, Size: 873 bytes --]

BEGIN:VCARD
VERSION:2.1
N:Faccini;Bruno;;;
FN:Bruno Faccini
ORG:Intel;Technical Marketing/Content Group EMEA
TITLE:Tech. Mktg. Engr.
TEL;WORK;VOICE:+33 (0) 146947228
TEL;WORK;VOICE:+33 (0) 155498427
TEL;HOME;VOICE:
TEL;CELL;VOICE:
TEL;WORK;FAX:+33 (0) 146947068
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;Munich, Germany.;Intel Corporation=0D=0ATour Chenonceaux=0D=0A204 Rond Poin=
t Du Pont De Sevres;Boulogne Billancourt;Cedex;92516;France
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Munich, Germany.=0D=0AIntel Corporation=0D=0ATour Chenonceaux=0D=0A204 Rond =
Point Du Pont De Sevres=0D=0ABoulogne Billancourt, Cedex 92516=0D=0AFrance
ADR;HOME:;;20 Rue Du Marechal Joffre;Brie Comte Robert;;77170;France
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:20 Rue Du Marechal Joffre=0D=0ABrie Comte Robert 77170=0D=0AFrance
EMAIL;PREF;INTERNET:bruno.faccini@intel.com
REV:20000527T141533Z
END:VCARD

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

* Re: [Linux-ia64] Problems building "2.4.0-test9" kernel source on/for IA-64
  2000-10-18  6:35 [Linux-ia64] Problems building "2.4.0-test9" kernel source on/for IA-64 Faccini, Bruno
@ 2000-10-18 19:49 ` David Mosberger
  2000-10-24  6:39 ` [Linux-ia64] Problems building "2.4.0-test9" kernel source on Faccini, Bruno
  2000-10-25  7:12 ` Faccini, Bruno
  2 siblings, 0 replies; 4+ messages in thread
From: David Mosberger @ 2000-10-18 19:49 UTC (permalink / raw)
  To: linux-ia64

>>>>> On Tue, 17 Oct 2000 23:35:46 -0700, "Faccini, Bruno" <bruno.faccini@intel.com> said:

  Bruno> Trying to build "-test9" full tar-ball on/for an IA-64 SDV, I
  Bruno> got the following problems/errors

Sounds like you didn't apply the IA-64 patch in the .../ports/ia64/
directory.  Could this be the problem?

	--david


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

* RE: [Linux-ia64] Problems building "2.4.0-test9" kernel source on
  2000-10-18  6:35 [Linux-ia64] Problems building "2.4.0-test9" kernel source on/for IA-64 Faccini, Bruno
  2000-10-18 19:49 ` David Mosberger
@ 2000-10-24  6:39 ` Faccini, Bruno
  2000-10-25  7:12 ` Faccini, Bruno
  2 siblings, 0 replies; 4+ messages in thread
From: Faccini, Bruno @ 2000-10-24  6:39 UTC (permalink / raw)
  To: linux-ia64

Ok, I installed "linux-2.4.0-test9-ia64-001004.diff.gz", downloaded from
"ftp://ftp.kernel.org/pub/linux/kernel/ports/ia64" and as expected, due to
its content, it fixed my earlier 2 issues (multiple compilation errors for
"arch/ia64/kernel/setup.c" and "unsatisfied externals" for
"[disable,reenable]_usb()" entry points) I got with the original and full
"linux-2.4.0-test9" tar-ball.

But the patch/diff file reported a new pb/inconsistencies within the
"include/asm-ia64/offsets.h" source file :

--------
patching file linux-2.4.0-test9/include/asm-ia64/offsets.h
Hunk #1 FAILED at 11.
Hunk #2 FAILED at 21.
2 out of 2 hunks FAILED -- saving rejects to file
linux-2.4.0-test9/include/asm-ia64/offsets.h.rej
--------

and I am a little bit puzzled there due to the suspected high impact ([Task,
Thread]'s fields offsets !!) of the related values/defines (expected and new
values vs current one) :

------------
- #define IA64_TASK_SIZE			2864	/* 0xb30 */
- #define IA64_TASK_THREAD_OFFSET		896	/* 0x380 */
- #define IA64_TASK_THREAD_KSP_OFFSET	896	/* 0x380 */
- #define IA64_TASK_THREAD_SIGMASK_OFFSET	2744	/* 0xab8 */
+ #define IA64_TASK_SIZE			3328	/* 0xd00 */
+ #define IA64_TASK_THREAD_OFFSET		1424	/* 0x590 */
+ #define IA64_TASK_THREAD_KSP_OFFSET	1424	/* 0x590 */
+ #define IA64_TASK_THREAD_SIGMASK_OFFSET	3184	/* 0xc70 */

vs/with the current source lines !! :

#define IA64_TASK_SIZE			3456	/* 0xd80 */
#define IA64_TASK_THREAD_OFFSET		1456	/* 0x5b0 */
#define IA64_TASK_THREAD_KSP_OFFSET	1456	/* 0x5b0 */
#define IA64_TASK_THREAD_SIGMASK_OFFSET	3304	/* 0xce8 */
-------------

Since this "include/asm-ia64/offsets.h" file appear automatically generated
as per the "make config/make dep/make" steps
("arch/ia64/tools/print_offsets") and according to the current configuration
options, its actual content may have been computed as part of my earlier
build attempt with the "-test9" base distrib., and thus I may ignore the
current patch reported errors.

May be I am doing something wrong, but this may also point to a current
patching method lack, where config. related and generated files are included
within patches/diff files and thus prevent a safe and full install on top of
an already used Kernel build source tree.

BTW, and keeping all of this in mind, I re-ran the full Kernel clean-up and
build steps and will see how it goes (and mainly if I get a "consistent" and
coherent "arch/ia64/tools/print_offsets" file generated as part of the build
process) and let you know asap.

Bruno.

> -----Original Message-----
> From: Faccini, Bruno 
> Sent: jeudi 19 octobre 2000 13:38
> To: 'davidm@hpl.hp.com'
> Subject: RE: [Linux-ia64] Problems building "2.4.0-test9" 
> kernel source
> on/for IA-64
> 
> 
> 
> Will try it asap and let you know.
> 
> BTW, thank's for your quick reply.
> 
> Bruno.
> 
> > -----Original Message-----
> > From: David Mosberger [mailto:davidm@hpl.hp.com]
> > Sent: mercredi 18 octobre 2000 21:49
> > To: Faccini, Bruno
> > Cc: linux-ia64@linuxia64.org
> > Subject: Re: [Linux-ia64] Problems building "2.4.0-test9" 
> > kernel source
> > on/for IA-64
> > 
> > 
> > >>>>> On Tue, 17 Oct 2000 23:35:46 -0700, "Faccini, Bruno" 
> > <bruno.faccini@intel.com> said:
> > 
> >   Bruno> Trying to build "-test9" full tar-ball on/for an 
> IA-64 SDV, I
> >   Bruno> got the following problems/errors
> > 
> > Sounds like you didn't apply the IA-64 patch in the .../ports/ia64/
> > directory.  Could this be the problem?
> > 
> > 	--david
> > 
> 



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

* RE: [Linux-ia64] Problems building "2.4.0-test9" kernel source on
  2000-10-18  6:35 [Linux-ia64] Problems building "2.4.0-test9" kernel source on/for IA-64 Faccini, Bruno
  2000-10-18 19:49 ` David Mosberger
  2000-10-24  6:39 ` [Linux-ia64] Problems building "2.4.0-test9" kernel source on Faccini, Bruno
@ 2000-10-25  7:12 ` Faccini, Bruno
  2 siblings, 0 replies; 4+ messages in thread
From: Faccini, Bruno @ 2000-10-25  7:12 UTC (permalink / raw)
  To: linux-ia64

Creating a new and "virgin" Kernel source tree with the base
"linux-2.4.0-test9" tar-ball and apply
"linux-2.4.0-test9-ia64-001004.diff.gz" on top of it worked (ie no "patch"
pbs/errors at all) and finally allowed me to build a bootable + reliable
Kernel.

But this again looks to me as a possible improvement required with the
Kernel distribs+patching process which appear to require an un-touched
source tree receiving the base version and any further patches, in parrallel
of a second one used for builds and config. changes and to be kept in-sync
....

Bruno.

> -----Original Message-----
> From: Faccini, Bruno 
> Sent: mardi 24 octobre 2000 08:30
> To: 'davidm@hpl.hp.com'
> Cc: linux-ia64@linuxia64.org
> Subject: RE: [Linux-ia64] Problems building "2.4.0-test9" 
> kernel source
> on/for IA-64
> 
> 
> 
> Ok, I installed "linux-2.4.0-test9-ia64-001004.diff.gz", 
> downloaded from 
> "ftp://ftp.kernel.org/pub/linux/kernel/ports/ia64" and as 
> expected, due to its content, it fixed my earlier 2 issues 
> (multiple compilation errors for "arch/ia64/kernel/setup.c" 
> and "unsatisfied externals" for "[disable,reenable]_usb()" 
> entry points) I got with the original and full 
> "linux-2.4.0-test9" tar-ball.
> 
> But the patch/diff file reported a new pb/inconsistencies 
> within the "include/asm-ia64/offsets.h" source file :
> 
> --------
> patching file linux-2.4.0-test9/include/asm-ia64/offsets.h
> Hunk #1 FAILED at 11.
> Hunk #2 FAILED at 21.
> 2 out of 2 hunks FAILED -- saving rejects to file 
> linux-2.4.0-test9/include/asm-ia64/offsets.h.rej
> --------
> 
> and I am a little bit puzzled there due to the suspected high 
> impact ([Task, Thread]'s fields offsets !!) of the related 
> values/defines (expected and new values vs current one) :
> 
> ------------
> - #define IA64_TASK_SIZE			2864	/* 0xb30 */
> - #define IA64_TASK_THREAD_OFFSET		896	/* 0x380 */
> - #define IA64_TASK_THREAD_KSP_OFFSET	896	/* 0x380 */
> - #define IA64_TASK_THREAD_SIGMASK_OFFSET	2744	/* 0xab8 */
> + #define IA64_TASK_SIZE			3328	/* 0xd00 */
> + #define IA64_TASK_THREAD_OFFSET		1424	/* 0x590 */
> + #define IA64_TASK_THREAD_KSP_OFFSET	1424	/* 0x590 */
> + #define IA64_TASK_THREAD_SIGMASK_OFFSET	3184	/* 0xc70 */
> 
> vs/with the current source lines !! :
> 
> #define IA64_TASK_SIZE			3456	/* 0xd80 */
> #define IA64_TASK_THREAD_OFFSET		1456	/* 0x5b0 */
> #define IA64_TASK_THREAD_KSP_OFFSET	1456	/* 0x5b0 */
> #define IA64_TASK_THREAD_SIGMASK_OFFSET	3304	/* 0xce8 */
> -------------
> 
> Since this "include/asm-ia64/offsets.h" file appear 
> automatically generated as per the "make config/make 
> dep/make" steps ("arch/ia64/tools/print_offsets") and 
> according to the current configuration options, its actual 
> content may have been computed as part of my earlier build 
> attempt with the "-test9" base distrib., and thus I may 
> ignore the current patch reported errors.
> 
> May be I am doing something wrong, but this may also point to 
> a current patching method lack, where config. related and 
> generated files are included within patches/diff files and 
> thus prevent a safe and full install on top of an already 
> used Kernel build source tree.
> 
> BTW, and keeping all of this in mind, I re-ran the full 
> Kernel clean-up and build steps and will see how it goes (and 
> mainly if I get a "consistent" and coherent 
> "arch/ia64/tools/print_offsets" file generated as part of the 
> build process) and let you know asap.
> 
> Bruno.
> 
> > -----Original Message-----
> > From: Faccini, Bruno 
> > Sent: jeudi 19 octobre 2000 13:38
> > To: 'davidm@hpl.hp.com'
> > Subject: RE: [Linux-ia64] Problems building "2.4.0-test9" 
> > kernel source
> > on/for IA-64
> > 
> > 
> > 
> > Will try it asap and let you know.
> > 
> > BTW, thank's for your quick reply.
> > 
> > Bruno.
> > 
> > > -----Original Message-----
> > > From: David Mosberger [mailto:davidm@hpl.hp.com]
> > > Sent: mercredi 18 octobre 2000 21:49
> > > To: Faccini, Bruno
> > > Cc: linux-ia64@linuxia64.org
> > > Subject: Re: [Linux-ia64] Problems building "2.4.0-test9" 
> > > kernel source
> > > on/for IA-64
> > > 
> > > 
> > > >>>>> On Tue, 17 Oct 2000 23:35:46 -0700, "Faccini, Bruno" 
> > > <bruno.faccini@intel.com> said:
> > > 
> > >   Bruno> Trying to build "-test9" full tar-ball on/for an 
> > IA-64 SDV, I
> > >   Bruno> got the following problems/errors
> > > 
> > > Sounds like you didn't apply the IA-64 patch in the 
> .../ports/ia64/
> > > directory.  Could this be the problem?
> > > 
> > > 	--david
> > > 
> > 
> 



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

end of thread, other threads:[~2000-10-25  7:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-10-18  6:35 [Linux-ia64] Problems building "2.4.0-test9" kernel source on/for IA-64 Faccini, Bruno
2000-10-18 19:49 ` David Mosberger
2000-10-24  6:39 ` [Linux-ia64] Problems building "2.4.0-test9" kernel source on Faccini, Bruno
2000-10-25  7:12 ` Faccini, Bruno

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