mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.5.55+: soundcore: Unknown symbol errno
@ 2003-01-11 15:18 Bob_Tracy(0000)
  2003-01-11 20:43 ` Raja R Harinath
  0 siblings, 1 reply; 2+ messages in thread
From: Bob_Tracy(0000) @ 2003-01-11 15:18 UTC (permalink / raw)
  To: linux-kernel

I'm getting the subject error message with ALSA for both 2.5.55 and
2.5.56.  The culprit appears to be the very last patch in the 2.5.55
patch set, which deletes "static int errno;" from
linux/sound/sound_firmware.c.  The undefined reference to errno is
from the include of <linux/unistd.h>.

-- 
-----------------------------------------------------------------------
Bob Tracy                   WTO + WIPO = DMCA? http://www.anti-dmca.org
rct@frus.com
-----------------------------------------------------------------------

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

* Re: 2.5.55+: soundcore: Unknown symbol errno
  2003-01-11 15:18 2.5.55+: soundcore: Unknown symbol errno Bob_Tracy(0000)
@ 2003-01-11 20:43 ` Raja R Harinath
  0 siblings, 0 replies; 2+ messages in thread
From: Raja R Harinath @ 2003-01-11 20:43 UTC (permalink / raw)
  To: Bob_Tracy(0000); +Cc: linux-kernel

Hi,

rct@gherkin.frus.com (Bob_Tracy(0000)) writes:

> I'm getting the subject error message with ALSA for both 2.5.55 and
> 2.5.56.  The culprit appears to be the very last patch in the 2.5.55
> patch set, which deletes "static int errno;" from
> linux/sound/sound_firmware.c.  The undefined reference to errno is
> from the include of <linux/unistd.h>.

Try compiling soundcore in-kernel (everything else can be modular).

The "problem" appears to be that 'errno' in lib/errno.c is not
EXPORT_SYMBOLed.  The "static int errno;" in sound_firmware.c was most
definitely a bug, especially since it conflicts with the "extern int
errno;" in linux/unistd.h.

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu

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

end of thread, other threads:[~2003-01-11 20:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-11 15:18 2.5.55+: soundcore: Unknown symbol errno Bob_Tracy(0000)
2003-01-11 20:43 ` Raja R Harinath

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

all inboxes | Powered by JetHome®