public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* aic7xxx driver that does not need db library?
@ 2001-08-16 16:44 Adam J. Richter
  2001-08-16 23:51 ` Jeffrey W. Baker
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Adam J. Richter @ 2001-08-16 16:44 UTC (permalink / raw)
  To: gibbs, linux-kernel


	Currently, building Justin Gibbs's otherwise excellent
aic7xxx driver requires the Berkeley DB library, because the
aic7xxx assembler that is used in the build process uses db
basically just to implement associative arrays in memory.

	Unfortunately, I'm currently wrestling with db version
problems because gnome evolution requires the GPL'ed Sleepycat db 3.x,
so I want to keep db-1.85 around also, and this breaks the aicasm
build.  I am grateful to aicasm for exposing this problem in my
Sleepycat and Berkeley db configuration, but looking at the
aicasm sources makes me think that it would be easy enough to
make aicasm not to use db, and that would be worth eliminating
one more software dependency for building the Linux kernel.  It
also occurred to me that someone else may have already done this,
so I ought to ask.

	So, has anyone done this already?  If not, I guess I'll take a
whack at it.

Adam J. Richter     __     ______________   4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com     \ /                  San Jose, California 95129-1034
+1 408 261-6630         | g g d r a s i l   United States of America
fax +1 408 261-6631      "Free Software For The Rest Of Us."

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: aic7xxx driver that does not need db library?
@ 2001-08-21  3:28 Adam J. Richter
  0 siblings, 0 replies; 5+ messages in thread
From: Adam J. Richter @ 2001-08-21  3:28 UTC (permalink / raw)
  To: kaos; +Cc: gibbs, linux-kernel

>>  = Adam Richter
>   = Keith Owens

>>	Currently, building Justin Gibbs's otherwise excellent
>>aic7xxx driver requires the Berkeley DB library, because the
>>aic7xxx assembler that is used in the build process uses db
>>basically just to implement associative arrays in memory.
>>
>>	Unfortunately, I'm currently wrestling with db version
>>problems because gnome evolution requires the GPL'ed Sleepycat db 3.x,
>>so I want to keep db-1.85 around also, and this breaks the aicasm
>>build.

>(A) Do not check "build aic7xxx firmware".

	I want to build everything from source and I believe that is
important to other people as well.


>(B) kbuild 2.5 only selects the db*.h file that matches the current db
>    library, instead of assuming that the first db*.h that it can find
>    should be used.

	On one hand, I still prefer my solution of not needing db
at all to build the aic7xxx firmware.  I believe that compatability
problems in my db configuration is a system administration bug in the
one of the db packages or both, but I haven't fully disected it yet.

	On the other hand, what you describe sounds like an
improvement over what is in the stock kernel.  So, even though I'm not
inclined to jump to it right now, I appreciate your telling me about
it.

Adam J. Richter     __     ______________   4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com     \ /                  San Jose, California 95129-1034
+1 408 261-6630         | g g d r a s i l   United States of America
fax +1 408 261-6631      "Free Software For The Rest Of Us."

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

end of thread, other threads:[~2001-08-21  3:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-16 16:44 aic7xxx driver that does not need db library? Adam J. Richter
2001-08-16 23:51 ` Jeffrey W. Baker
2001-08-17  0:47 ` Justin T. Gibbs
2001-08-21  1:58 ` Keith Owens
  -- strict thread matches above, loose matches on Subject: below --
2001-08-21  3:28 Adam J. Richter

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