-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTRAIN_00942.eml
67 lines (60 loc) · 2.16 KB
/
TRAIN_00942.eml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
NoneNone/usr/src/linux-2.4 symlinked to your kernel source directory? Also is
there a .config in /usr/src/yourkernelsource/.config ?
On Fri, 2002-08-30 at 21:56, Ben Liblit wrote:
> I am trying to rebuild the recently posted ALSA driver package for my
> kernel. Although I run Red Hat 7.3, I am not using a Red Hat kernel
> package: my kernel is lovingly downloaded, configured, and built by
> hand. Call me old fashioned.
>
> Sadly, the RPM rebuild fails part way through:
>
> % rpm --rebuild alsa-driver-0.9.0rc3-fr6.src.rpm
>
> gcc -DALSA_BUILD -D__KERNEL__ -DMODULE=1 \
> -I/usr/src/redhat/BUILD/alsa-driver-0.9.0rc3/include \
> -I/lib/modules/2.4.18/build/include -O2 \
> -mpreferred-stack-boundary=2 -march=i686 -DLINUX -Wall \
> -Wstrict-prototypes -fomit-frame-pointer -pipe -DEXPORT_SYMTAB \
> -c sound.c
>
> sound.c:41: `snd_hack_usb_set_interface' undeclared here (not in a \
> function)
>
> sound.c:41: initializer element is not constant
>
> sound.c:41: (near initialization for \
> __ksymtab_snd_hack_usb_set_interface.value')
>
> make[1]: *** [sound.o] Error 1
>
> The line in question looks like this:
>
> /* USB workaround */
> #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 24)
> #if defined(CONFIG_SND_USB_AUDIO) || \
> defined(CONFIG_SND_USB_AUDIO_MODULE) || \
> defined(CONFIG_SND_USB_MIDI) || \
> defined(CONFIG_SND_USB_MIDI_MODULE)
> -41->
> EXPORT_SYMBOL(snd_hack_usb_set_interface);
> #endif
> #endif
>
> Any suggestions?
>
>
> _______________________________________________
> RPM-List mailing list <[email protected]>
> http://lists.freshrpms.net/mailman/listinfo/rpm-list
--
:
####[ Linux One Stanza Tip (LOST) ]###########################
Sub : Finding out files larger than given size LOST #324
To find out all files in a dir over a given size, try:
find /path/to/dir_of_file -type f -size +Nk
[Where N is a number like 1024 for 1mb, and multiples thereof]
####[Discussions on LIH : 04 Jul 2002]########################
:
_______________________________________________
RPM-List mailing list <[email protected]>
http://lists.freshrpms.net/mailman/listinfo/rpm-list