* Re: Linux 2.5.7-dj2
2002-03-28 1:59 Linux 2.5.7-dj1 Dave Jones
@ 2002-03-28 2:35 ` Nathan Walp
2002-03-28 11:45 ` Dave Jones
0 siblings, 1 reply; 5+ messages in thread
From: Nathan Walp @ 2002-03-28 2:35 UTC (permalink / raw)
To: Dave Jones, Linux Kernel
[-- Attachment #1: Type: text/plain, Size: 2781 bytes --]
Compile error in 2.5.7-dj2, 2.5.7-dj1 compiled fine, has been running 7
days now.
make[4]: Entering directory `/usr/src/linux-2.5.7-dj2/drivers/scsi/aic7xxx'
gcc -D__KERNEL__ -I/usr/src/linux-2.5.7-dj2/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -DKBUILD_BASENAME=aic7xxx_osm -c -o aic7xxx_osm.o aic7xxx_osm.c
aic7xxx_osm.c: In function `ahc_linux_setup_tag_info':
aic7xxx_osm.c:1036: warning: implicit declaration of function `strtok'
aic7xxx_osm.c:1036: warning: assignment makes pointer from integer without a cast
aic7xxx_osm.c: In function `aic7xxx_setup':
aic7xxx_osm.c:1068: warning: assignment makes pointer from integer without a cast
aic7xxx_osm.c:1068: warning: assignment makes pointer from integer without a cast
aic7xxx_osm.c: In function `ahc_platform_alloc':
aic7xxx_osm.c:1322: `AHC_LINUX_NOIRQ' undeclared (first use in this function)
aic7xxx_osm.c:1322: (Each undeclared identifier is reported only once
aic7xxx_osm.c:1322: for each function it appears in.)
aic7xxx_osm.c:1332: structure has no member named `runq_tasklet'
aic7xxx_osm.c: In function `ahc_platform_free':
aic7xxx_osm.c:1345: structure has no member named `runq_tasklet'
aic7xxx_osm.c:1349: `AHC_LINUX_NOIRQ' undeclared (first use in this function)
aic7xxx_osm.c: In function `ahc_linux_isr':
aic7xxx_osm.c:1849: structure has no member named `runq_tasklet'
aic7xxx_osm.c: In function `ahc_linux_release_sim_queue':
aic7xxx_osm.c:2460: structure has no member named `runq_tasklet'
aic7xxx_osm.c: In function `ahc_linux_queue_recovery_cmd':
aic7xxx_osm.c:2497: `io_request_lock' undeclared (first use in this function)
aic7xxx_osm.c: In function `ahc_linux_bus_reset':
aic7xxx_osm.c:2794: `io_request_lock' undeclared (first use in this function)
aic7xxx_osm.c: In function `ahc_linux_biosparam':
aic7xxx_osm.c:2833: warning: passing arg 1 of `scsi_partsize' from incompatible pointer type
aic7xxx_osm.c: At top level:
aic7xxx_osm.c:2924: unknown field `use_new_eh_code' specified in initializer
make[4]: *** [aic7xxx_osm.o] Error 1
make[4]: Leaving directory `/usr/src/linux-2.5.7-dj2/drivers/scsi/aic7xxx'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory `/usr/src/linux-2.5.7-dj2/drivers/scsi/aic7xxx'
make[2]: *** [_subdir_aic7xxx] Error 2
make[2]: Leaving directory `/usr/src/linux-2.5.7-dj2/drivers/scsi'
make[1]: *** [_subdir_scsi] Error 2
make[1]: Leaving directory `/usr/src/linux-2.5.7-dj2/drivers'
make: *** [_dir_drivers] Error 2
--
Nathan Walp || faceprint@faceprint.com
GPG Fingerprint: || http://faceprint.com/
5509 6EF3 928B 2363 9B2B DA17 3E46 2CDC 492D DB7E
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux 2.5.7-dj2
2002-03-28 2:35 ` Linux 2.5.7-dj2 Nathan Walp
@ 2002-03-28 11:45 ` Dave Jones
2002-03-28 17:10 ` Bill Davidsen
0 siblings, 1 reply; 5+ messages in thread
From: Dave Jones @ 2002-03-28 11:45 UTC (permalink / raw)
To: Nathan Walp; +Cc: Linux Kernel
On Wed, Mar 27, 2002 at 09:35:46PM -0500, Nathan Walp wrote:
> Compile error in 2.5.7-dj2, 2.5.7-dj1 compiled fine, has been running 7
> days now.
>
> make[4]: Entering directory `/usr/src/linux-2.5.7-dj2/drivers/scsi/aic7xxx'
> gcc -D__KERNEL__ -I/usr/src/linux-2.5.7-dj2/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -DKBUILD_BASENAME=aic7xxx_osm -c -o aic7xxx_osm.o aic7xxx_osm.c
> aic7xxx_osm.c: In function `ahc_linux_setup_tag_info':
> aic7xxx_osm.c:1036: warning: implicit declaration of function `strtok'
> aic7xxx_osm.c:1036: warning: assignment makes pointer from integer without a cast
Ok, thanks. I'll take a look at that later, even if it means reverting
to the -dj1 version of aic
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux 2.5.7-dj2
2002-03-28 11:45 ` Dave Jones
@ 2002-03-28 17:10 ` Bill Davidsen
2002-03-28 18:56 ` Dave Jones
0 siblings, 1 reply; 5+ messages in thread
From: Bill Davidsen @ 2002-03-28 17:10 UTC (permalink / raw)
To: Dave Jones; +Cc: Linux Kernel
On Thu, 28 Mar 2002, Dave Jones wrote:
> On Wed, Mar 27, 2002 at 09:35:46PM -0500, Nathan Walp wrote:
> > Compile error in 2.5.7-dj2, 2.5.7-dj1 compiled fine, has been running 7
> > days now.
> >
> > make[4]: Entering directory `/usr/src/linux-2.5.7-dj2/drivers/scsi/aic7xxx'
> > gcc -D__KERNEL__ -I/usr/src/linux-2.5.7-dj2/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -DKBUILD_BASENAME=aic7xxx_osm -c -o aic7xxx_osm.o aic7xxx_osm.c
> > aic7xxx_osm.c: In function `ahc_linux_setup_tag_info':
> > aic7xxx_osm.c:1036: warning: implicit declaration of function `strtok'
> > aic7xxx_osm.c:1036: warning: assignment makes pointer from integer without a cast
>
> Ok, thanks. I'll take a look at that later, even if it means reverting
> to the -dj1 version of aic
I haven't d/l this version (and I'm generally not even trying 2.5 at the
moment), but I would bet the include which defines strtok got zapped or
moved.
--
bill davidsen <davidsen@tmr.com>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux 2.5.7-dj2
2002-03-28 17:10 ` Bill Davidsen
@ 2002-03-28 18:56 ` Dave Jones
0 siblings, 0 replies; 5+ messages in thread
From: Dave Jones @ 2002-03-28 18:56 UTC (permalink / raw)
To: Bill Davidsen; +Cc: Linux Kernel
On Thu, Mar 28, 2002 at 12:10:36PM -0500, Bill Davidsen wrote:
> I haven't d/l this version (and I'm generally not even trying 2.5 at the
> moment), but I would bet the include which defines strtok got zapped or
> moved.
Indeed, in my tree strtok is dead, replaced with some fairly trivial
code that uses strsep. This is one of those cases that fell through the
gaps, and is worthy of adding to my 'check diff before uploading'
script.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux 2.5.7-dj2
@ 2002-03-28 22:56 Douglas Gilbert
0 siblings, 0 replies; 5+ messages in thread
From: Douglas Gilbert @ 2002-03-28 22:56 UTC (permalink / raw)
To: linux-kernel; +Cc: Dave Jones
[-- Attachment #1: Type: text/plain, Size: 350 bytes --]
For anyone having compile problems with kernel/acct.c
then the attachment fixed it for me (at least I running
2.5.7-dj2 now).
This system is Athlon based with a dc-390u3w and an
advansys scsi controller. "dj1" has been quite stable
for the last week and "dj2" is looking ok so far.
My IntelliMouse (PS/2) wheel still scrolls backwards.
Doug Gilbert
[-- Attachment #2: acct257dj2.diff --]
[-- Type: text/plain, Size: 732 bytes --]
--- linux/kernel/acct.c257dj2 Wed Mar 27 23:52:37 2002
+++ linux/kernel/acct.c Thu Mar 28 17:04:49 2002
@@ -232,6 +232,7 @@
* If the accouting is turned on for a file in the filesystem pointed
* to by sb, turn accouting off.
*/
+#ifdef CONFIG_BSD_PROCESS_ACCT
void acct_auto_close(struct super_block *sb)
{
spin_lock(&acct_globals.lock);
@@ -241,6 +242,7 @@
}
spin_unlock(&acct_globals.lock);
}
+#endif
/*
* encode an unsigned long into a comp_t
@@ -375,6 +377,7 @@
/*
* acct_process - now just a wrapper around do_acct_process
*/
+#ifdef CONFIG_BSD_PROCESS_ACCT
int acct_process(long exitcode)
{
struct file *file = NULL;
@@ -389,3 +392,4 @@
spin_unlock(&acct_globals.lock);
return 0;
}
+#endif
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-03-28 22:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-28 22:56 Linux 2.5.7-dj2 Douglas Gilbert
-- strict thread matches above, loose matches on Subject: below --
2002-03-28 1:59 Linux 2.5.7-dj1 Dave Jones
2002-03-28 2:35 ` Linux 2.5.7-dj2 Nathan Walp
2002-03-28 11:45 ` Dave Jones
2002-03-28 17:10 ` Bill Davidsen
2002-03-28 18:56 ` Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox