Ubuntu Pastebin

Paste from italia91 at Fri, 23 Oct 2015 20:18:57 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
find: "/alsa-kernel/": File o directory non esistente
find: "/alsa-kernel/": File o directory non esistente
find: "/alsa-kernel/": File o directory non esistente
if [ -L /include/sound ]; then \
	rm -f /include/sound; \
	ln -sf /include/sound /include/sound; \
else \
	rm -rf /include/sound; \
	install -d -m 755 -g root -o root /include/sound; \
	for f in include/sound/*.h; do \
		install -m 644 -g root -o root $f /include/sound; \
	done \
fi
rm -f /snd*.*o /persist.o /isapnp.o
rm -f /snd*.*o.gz /persist.o.gz /isapnp.o.gz
make[1]: ingresso nella directory "/home/italia91/Scaricati/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/include"
make[1]: Nessuna operazione da eseguire per "modules_install".
make[1]: uscita dalla directory "/home/italia91/Scaricati/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/include"
make[1]: ingresso nella directory "/home/italia91/Scaricati/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore"
../Rules.make:27: /Rules.make1: File o directory non esistente
make[1]: ***  Nessuna regola per generare l'obiettivo "/Rules.make1".  Arresto.
make[1]: uscita dalla directory "/home/italia91/Scaricati/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore"
Makefile:211: set di istruzioni per l'obiettivo "install-modules" non riuscito
make: *** [install-modules] Errore 1
Download as text