* [gentoo-dev] New virtual: virtual/pcmcia
@ 2005-06-29 9:18 Henrik Brix Andersen
2005-06-29 9:44 ` Henrik Brix Andersen
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Henrik Brix Andersen @ 2005-06-29 9:18 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]
Hi,
Starting from linux-2.6.13-rc1 the PCMCIA subsystem has been patched to
exports certain internals to sysfs, which allows using hotplug for
handling insertion/ejection of 16bit PCMCIA cards.
For this to work, a new package called pcmciautils [1] will need to be
added to portage. Therefore, a new virtual/pcmcia (which will default to
sys-apps/pcmcia-cs in base/virtuals for now) will be added as well.
I have had sys-apps/pcmciautils in my portage overlay [2] for quite a
while now, just waiting for the needed functionality to be merged into
Linus' tree.
The linux-mod eclass will be changed to depend on virtual/pcmcia for
pcmcia support. Future ebuilds that just need a PCMCIA card manager
should depend on virtual/pcmcia as well.
If anybody has any objections and/or questions to this new virtual,
please drop me an e-mail.
Sincerely,
Brix
[1]: http://www.kernel.org/pub/linux/utils/kernel/pcmcia/
[2]: http://dev.gentoo.org/~brix/files/overlay/
--
Henrik Brix Andersen <brix@gentoo.org>
Gentoo Metadistribution | Mobile computing herd
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] New virtual: virtual/pcmcia
2005-06-29 9:18 [gentoo-dev] New virtual: virtual/pcmcia Henrik Brix Andersen
@ 2005-06-29 9:44 ` Henrik Brix Andersen
2005-06-30 9:48 ` Henrik Brix Andersen
2005-07-05 9:25 ` Martin Schlemmer
2 siblings, 0 replies; 10+ messages in thread
From: Henrik Brix Andersen @ 2005-06-29 9:44 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 540 bytes --]
On Wed, 2005-06-29 at 11:18 +0200, Henrik Brix Andersen wrote:
> For this to work, a new package called pcmciautils [1] will need to be
> added to portage. Therefore, a new virtual/pcmcia (which will default to
> sys-apps/pcmcia-cs in base/virtuals for now) will be added as well.
I forgot to mention that the addition of pcmciautils is handled in bug
#84234 [1].
Sincerely,
Brix
[1]: https://bugs.gentoo.org/show_bug.cgi?id=84234
--
Henrik Brix Andersen <brix@gentoo.org>
Gentoo Metadistribution | Mobile computing herd
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] New virtual: virtual/pcmcia
2005-06-29 9:18 [gentoo-dev] New virtual: virtual/pcmcia Henrik Brix Andersen
2005-06-29 9:44 ` Henrik Brix Andersen
@ 2005-06-30 9:48 ` Henrik Brix Andersen
2005-06-30 11:35 ` Ned Ludd
2005-07-05 9:25 ` Martin Schlemmer
2 siblings, 1 reply; 10+ messages in thread
From: Henrik Brix Andersen @ 2005-06-30 9:48 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 542 bytes --]
On Wed, 2005-06-29 at 11:18 +0200, Henrik Brix Andersen wrote:
> For this to work, a new package called pcmciautils [1] will need to be
> added to portage. Therefore, a new virtual/pcmcia (which will default to
> sys-apps/pcmcia-cs in base/virtuals for now) will be added as well.
... and it is done.
According to Dominik Brodowski, the author of pcmciautils, Gentoo is the
first distribution to include pcmciautils.
Sincerely,
Brix
--
Henrik Brix Andersen <brix@gentoo.org>
Gentoo Metadistribution | Mobile computing herd
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] New virtual: virtual/pcmcia
2005-06-30 9:48 ` Henrik Brix Andersen
@ 2005-06-30 11:35 ` Ned Ludd
2005-07-05 13:24 ` Henrik Brix Andersen
2005-07-05 15:32 ` Henrik Brix Andersen
0 siblings, 2 replies; 10+ messages in thread
From: Ned Ludd @ 2005-06-30 11:35 UTC (permalink / raw
To: gentoo-dev
On Thu, 2005-06-30 at 11:48 +0200, Henrik Brix Andersen wrote:
> On Wed, 2005-06-29 at 11:18 +0200, Henrik Brix Andersen wrote:
> > For this to work, a new package called pcmciautils [1] will need to be
> > added to portage. Therefore, a new virtual/pcmcia (which will default to
> > sys-apps/pcmcia-cs in base/virtuals for now) will be added as well.
>
> ... and it is done.
>
> According to Dominik Brodowski, the author of pcmciautils, Gentoo is the
> first distribution to include pcmciautils.
On that note.. Would you mind compiling it one time with a gcc built
with +boundschecking and then enabling CFLAGS+= -fbounds-checking as a
basic q/a check. Reason being that if nobody has ever included it
anywhere the chances of it being audited are slim to none and
-fbounds-checking helps ferret out alot of common coding mistakes.
gcc-3.4.4 works good for this.
thanks in advance.
>
> Sincerely,
> Brix
--
Ned Ludd <solar@gentoo.org>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] New virtual: virtual/pcmcia
2005-06-29 9:18 [gentoo-dev] New virtual: virtual/pcmcia Henrik Brix Andersen
2005-06-29 9:44 ` Henrik Brix Andersen
2005-06-30 9:48 ` Henrik Brix Andersen
@ 2005-07-05 9:25 ` Martin Schlemmer
2005-07-05 12:11 ` Henrik Brix Andersen
2 siblings, 1 reply; 10+ messages in thread
From: Martin Schlemmer @ 2005-07-05 9:25 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1391 bytes --]
On Wed, 2005-06-29 at 11:18 +0200, Henrik Brix Andersen wrote:
> Hi,
>
> Starting from linux-2.6.13-rc1 the PCMCIA subsystem has been patched to
> exports certain internals to sysfs, which allows using hotplug for
> handling insertion/ejection of 16bit PCMCIA cards.
>
> For this to work, a new package called pcmciautils [1] will need to be
> added to portage. Therefore, a new virtual/pcmcia (which will default to
> sys-apps/pcmcia-cs in base/virtuals for now) will be added as well.
>
> I have had sys-apps/pcmciautils in my portage overlay [2] for quite a
> while now, just waiting for the needed functionality to be merged into
> Linus' tree.
>
> The linux-mod eclass will be changed to depend on virtual/pcmcia for
> pcmcia support. Future ebuilds that just need a PCMCIA card manager
> should depend on virtual/pcmcia as well.
>
> If anybody has any objections and/or questions to this new virtual,
> please drop me an e-mail.
>
A bit late I know, but just for interest sake .. virtuals is usually
used when more than one package usually provides the same compatible
api/tool ... which basically means pcmcia-cs and pcmciautils do the same
thing and cannot be installed together ? Sorry if my non-pcmcia
cluedup-ness shows ...
Thanks,
--
Martin Schlemmer
Gentoo Linux Developer, Desktop/System Team Developer
Cape Town, South Africa
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] New virtual: virtual/pcmcia
2005-07-05 9:25 ` Martin Schlemmer
@ 2005-07-05 12:11 ` Henrik Brix Andersen
2005-07-05 13:19 ` Martin Schlemmer
0 siblings, 1 reply; 10+ messages in thread
From: Henrik Brix Andersen @ 2005-07-05 12:11 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 722 bytes --]
On Tue, 2005-07-05 at 11:25 +0200, Martin Schlemmer wrote:
> A bit late I know, but just for interest sake .. virtuals is usually
> used when more than one package usually provides the same compatible
> api/tool ... which basically means pcmcia-cs and pcmciautils do the same
> thing and cannot be installed together ? Sorry if my non-pcmcia
> cluedup-ness shows ...
Yes, that is correct. pcmciautils will replace pcmcia-cs starting with
linux-2.6.13, and the two can not be installed side-by-side as they have
file collisions (not to mention the fact that they provide the same
functionality).
Sincerely,
Brix
--
Henrik Brix Andersen <brix@gentoo.org>
Gentoo Metadistribution | Mobile computing herd
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] New virtual: virtual/pcmcia
2005-07-05 12:11 ` Henrik Brix Andersen
@ 2005-07-05 13:19 ` Martin Schlemmer
0 siblings, 0 replies; 10+ messages in thread
From: Martin Schlemmer @ 2005-07-05 13:19 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 851 bytes --]
On Tue, 2005-07-05 at 14:11 +0200, Henrik Brix Andersen wrote:
> On Tue, 2005-07-05 at 11:25 +0200, Martin Schlemmer wrote:
> > A bit late I know, but just for interest sake .. virtuals is usually
> > used when more than one package usually provides the same compatible
> > api/tool ... which basically means pcmcia-cs and pcmciautils do the same
> > thing and cannot be installed together ? Sorry if my non-pcmcia
> > cluedup-ness shows ...
>
> Yes, that is correct. pcmciautils will replace pcmcia-cs starting with
> linux-2.6.13, and the two can not be installed side-by-side as they have
> file collisions (not to mention the fact that they provide the same
> functionality).
>
Thanks for clearing that up!
Regards,
--
Martin Schlemmer
Gentoo Linux Developer, Desktop/System Team Developer
Cape Town, South Africa
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] New virtual: virtual/pcmcia
2005-06-30 11:35 ` Ned Ludd
@ 2005-07-05 13:24 ` Henrik Brix Andersen
2005-07-05 13:46 ` Martin Schlemmer
2005-07-05 15:32 ` Henrik Brix Andersen
1 sibling, 1 reply; 10+ messages in thread
From: Henrik Brix Andersen @ 2005-07-05 13:24 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 610 bytes --]
On Thu, 2005-06-30 at 07:35 -0400, Ned Ludd wrote:
> On that note.. Would you mind compiling it one time with a gcc built
> with +boundschecking and then enabling CFLAGS+= -fbounds-checking as a
> basic q/a check. Reason being that if nobody has ever included it
> anywhere the chances of it being audited are slim to none and
> -fbounds-checking helps ferret out alot of common coding mistakes.
> gcc-3.4.4 works good for this.
I am still on gcc-3.3.x - will that work for this test?
Sincerely,
Brix
--
Henrik Brix Andersen <brix@gentoo.org>
Gentoo Metadistribution | Mobile computing herd
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] New virtual: virtual/pcmcia
2005-07-05 13:24 ` Henrik Brix Andersen
@ 2005-07-05 13:46 ` Martin Schlemmer
0 siblings, 0 replies; 10+ messages in thread
From: Martin Schlemmer @ 2005-07-05 13:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 813 bytes --]
On Tue, 2005-07-05 at 15:24 +0200, Henrik Brix Andersen wrote:
> On Thu, 2005-06-30 at 07:35 -0400, Ned Ludd wrote:
> > On that note.. Would you mind compiling it one time with a gcc built
> > with +boundschecking and then enabling CFLAGS+= -fbounds-checking as a
> > basic q/a check. Reason being that if nobody has ever included it
> > anywhere the chances of it being audited are slim to none and
> > -fbounds-checking helps ferret out alot of common coding mistakes.
> > gcc-3.4.4 works good for this.
>
> I am still on gcc-3.3.x - will that work for this test?
>
Yup .. there might just be an bug with bounds-checking that breaks make
jobs .. so if it borks, try with make -j1 ...
--
Martin Schlemmer
Gentoo Linux Developer, Desktop/System Team Developer
Cape Town, South Africa
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] New virtual: virtual/pcmcia
2005-06-30 11:35 ` Ned Ludd
2005-07-05 13:24 ` Henrik Brix Andersen
@ 2005-07-05 15:32 ` Henrik Brix Andersen
1 sibling, 0 replies; 10+ messages in thread
From: Henrik Brix Andersen @ 2005-07-05 15:32 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 714 bytes --]
On Thu, 2005-06-30 at 07:35 -0400, Ned Ludd wrote:
> On that note.. Would you mind compiling it one time with a gcc built
> with +boundschecking and then enabling CFLAGS+= -fbounds-checking as a
> basic q/a check. Reason being that if nobody has ever included it
> anywhere the chances of it being audited are slim to none and
> -fbounds-checking helps ferret out alot of common coding mistakes.
> gcc-3.4.4 works good for this.
I've tested this with CFLAGS+=-fbounds-checking as suggested, and I see
a couple of "cc1: warning: htb stub: bounds checking is not supported"
warnings. Please advice.
./Brix
--
Henrik Brix Andersen <brix@gentoo.org>
Gentoo Metadistribution | Mobile computing herd
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2005-07-05 15:34 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-29 9:18 [gentoo-dev] New virtual: virtual/pcmcia Henrik Brix Andersen
2005-06-29 9:44 ` Henrik Brix Andersen
2005-06-30 9:48 ` Henrik Brix Andersen
2005-06-30 11:35 ` Ned Ludd
2005-07-05 13:24 ` Henrik Brix Andersen
2005-07-05 13:46 ` Martin Schlemmer
2005-07-05 15:32 ` Henrik Brix Andersen
2005-07-05 9:25 ` Martin Schlemmer
2005-07-05 12:11 ` Henrik Brix Andersen
2005-07-05 13:19 ` Martin Schlemmer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox