* [gentoo-dev] Gento_CD_Images
@ 2001-05-31 15:51 karshi.hasanov
2001-05-31 17:17 ` Daniel Robbins
2001-05-31 17:42 ` Achim Gottinger
0 siblings, 2 replies; 6+ messages in thread
From: karshi.hasanov @ 2001-05-31 15:51 UTC (permalink / raw
To: gentoo-dev
Hi,
Is there any way to find CD Images for your software?
Thanks
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Gento_CD_Images
2001-05-31 15:51 [gentoo-dev] Gento_CD_Images karshi.hasanov
@ 2001-05-31 17:17 ` Daniel Robbins
2001-05-31 17:42 ` Achim Gottinger
1 sibling, 0 replies; 6+ messages in thread
From: Daniel Robbins @ 2001-05-31 17:17 UTC (permalink / raw
To: gentoo-dev
On Thu, May 31, 2001 at 05:50:11PM -0500, karshi.hasanov@utoronto.ca wrote:
> Hi,
>
> Is there any way to find CD Images for your software?
>
> Thanks
We should have a new CD image in about 2 weeks. Until then, we have
boot/rootdisks, system snapshots and build images.
Best Regards,
--
Daniel Robbins <drobbins@gentoo.org>
President/CEO http://www.gentoo.org
Gentoo Technologies, Inc.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Gento_CD_Images
2001-05-31 15:51 [gentoo-dev] Gento_CD_Images karshi.hasanov
2001-05-31 17:17 ` Daniel Robbins
@ 2001-05-31 17:42 ` Achim Gottinger
2001-05-31 20:14 ` IeS
1 sibling, 1 reply; 6+ messages in thread
From: Achim Gottinger @ 2001-05-31 17:42 UTC (permalink / raw
To: gentoo-dev
karshi.hasanov@utoronto.ca wrote:
>
> Hi,
>
> Is there any way to find CD Images for your software?
We will release a new iso in a week or two.
bye achim~
>
> Thanks
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Gento_CD_Images
2001-05-31 17:42 ` Achim Gottinger
@ 2001-05-31 20:14 ` IeS
2001-05-31 21:37 ` Achim Gottinger
2001-06-01 5:06 ` Crux
0 siblings, 2 replies; 6+ messages in thread
From: IeS @ 2001-05-31 20:14 UTC (permalink / raw
To: gentoo-dev
> karshi.hasanov@utoronto.ca wrote:
>>
>> Hi,
>>
>> Is there any way to find CD Images for your software?
>
> We will release a new iso in a week or two.
Another "a week or two" :)
I understand, that's hard to realize an extra ordinary linux ditributions.
But, I suffer from intermittent dma_timeot error message on reiserfs
partitions.
IeS
Dapatkan email gratis di www.eramuslim.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Gento_CD_Images
2001-05-31 20:14 ` IeS
@ 2001-05-31 21:37 ` Achim Gottinger
2001-06-01 5:06 ` Crux
1 sibling, 0 replies; 6+ messages in thread
From: Achim Gottinger @ 2001-05-31 21:37 UTC (permalink / raw
To: gentoo-dev
IeS wrote:
>
> > karshi.hasanov@utoronto.ca wrote:
> >>
> >> Hi,
> >>
> >> Is there any way to find CD Images for your software?
> >
> > We will release a new iso in a week or two.
>
> Another "a week or two" :)
>
> I understand, that's hard to realize an extra ordinary linux ditributions.
>
Well, we are just 10 developers and not 200 like debian.
It will be a week.
> But, I suffer from intermittent dma_timeot error message on reiserfs
> partitions.
Sounds like the current kernel dma problem, it's not a reiserfs related
issue.
bye achim~
>
> IeS
>
> Dapatkan email gratis di www.eramuslim.com
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Gento_CD_Images
2001-05-31 20:14 ` IeS
2001-05-31 21:37 ` Achim Gottinger
@ 2001-06-01 5:06 ` Crux
1 sibling, 0 replies; 6+ messages in thread
From: Crux @ 2001-06-01 5:06 UTC (permalink / raw
To: gentoo-dev
Hi all,
The kernel compilation for 2.4.5 gives the following error
gcc -D__KERNEL__ -I/tmp/portage/linux-2.4.5/work/linux-2.4.5/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=i486 -DMODULE -DMODVERSIONS -include /tmp/portage/linux-2.4.5/work/linux-2.4.5/include/linux/modversions.h -c -o buz.o buz.c
buz.c:188: `KMALLOC_MAXSIZE' undeclared (first use in this function)
buz.c:188: (Each undeclared identifier is reported only once
buz.c:188: for each function it appears in.)
buz.c: In function `jpg_fbuffer_alloc':
buz.c:262: `KMALLOC_MAXSIZE' undeclared (first use in this function)
buz.c:256: warning: `alloc_contig' might be used uninitialized in this function
buz.c: In function `jpg_fbuffer_free':
buz.c:322: `KMALLOC_MAXSIZE' undeclared (first use in this function)
buz.c:316: warning: `alloc_contig' might be used uninitialized in this function
buz.c: In function `zoran_ioctl':
buz.c:2837: `KMALLOC_MAXSIZE' undeclared (first use in this function)
buz.c: In function `zr36057_init':
buz.c:3215: too few arguments to function `video_register_device_R224aa13e'
make[3]: *** [buz.o] Error 1
make[3]: Leaving directory `/tmp/portage/linux-2.4.5/work/linux-2.4.5/drivers/media/video'
make[2]: *** [_modsubdir_video] Error 2
make[2]: Leaving directory `/tmp/portage/linux-2.4.5/work/linux-2.4.5/drivers/media'
make[1]: *** [_modsubdir_media] Error 2
make[1]: Leaving directory `/tmp/portage/linux-2.4.5/work/linux-2.4.5/drivers'
make: *** [_mod_drivers] Error 2
Best Regards
Prakash Shetty
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-06-01 11:06 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-31 15:51 [gentoo-dev] Gento_CD_Images karshi.hasanov
2001-05-31 17:17 ` Daniel Robbins
2001-05-31 17:42 ` Achim Gottinger
2001-05-31 20:14 ` IeS
2001-05-31 21:37 ` Achim Gottinger
2001-06-01 5:06 ` Crux
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox