Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
LIRC compilieren?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
oisch
Tux's lil' helper
Tux's lil' helper


Joined: 17 Jul 2002
Posts: 130

PostPosted: Wed Jul 17, 2002 10:38 am    Post subject: LIRC compilieren? Reply with quote

Hi!

Bei emerge lirc bricht er mit folgendem Fehler ab:
Quote:
make[3]: Entering directory `/var/tmp/portage/lirc-0.6.5/work/lirc-0.6.5/drivers/lirc_parallel'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.19-gentoo-r7/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.19-gentoo-r7/include/linux/modversions.h -DHAVE_CONFIG_H -I. -I. -I../.. -nostdinc -I /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include -DKBUILD_BASENAME=lirc_parallel -c -o lirc_parallel.o lirc_parallel.c
lirc_parallel.c:48: #error "--- Sorry, this driver is not SMP safe. ---"
make[3]: *** [lirc_parallel.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/lirc-0.6.5/work/lirc-0.6.5/drivers/lirc_parallel'
make[2]: *** [_mod_/var/tmp/portage/lirc-0.6.5/work/lirc-0.6.5/drivers/lirc_parallel] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.19-gentoo-r7'
make[1]: *** [lirc_parallel.o] Error 2
make[1]: Leaving directory `/var/tmp/portage/lirc-0.6.5/work/lirc-0.6.5/drivers/lirc_parallel'
make: *** [all-recursive] Error 1
make: Leaving directory `/var/tmp/portage/lirc-0.6.5/work/lirc-0.6.5/drivers'

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 13, Exitcode 2
!!! (no error message)

!!! emerge aborting on /usr/portage/app-misc/lirc/lirc-0.6.5.ebuild .


--- Sorry, this driver is not SMP safe. ---
Ist also der Fehler. Ich habe keinen SMP kernel (mehr als eine CPU kann ich mir nicht leisten :? ).
Muss dazu sagen ich hab mich sehr lange nicht mehr mit Linux beschäftigt und hab deshalb auch wenig Ahnung.

Ahja... Gentoo is super ;)
Back to top
View user's profile Send private message
oisch
Tux's lil' helper
Tux's lil' helper


Joined: 17 Jul 2002
Posts: 130

PostPosted: Wed Jul 17, 2002 10:40 am    Post subject: Reply with quote

hat sich wohl erledigt. Ich hatte SMP tatsächlich an?!!
sorry
Back to top
View user's profile Send private message
dek
l33t
l33t


Joined: 16 May 2002
Posts: 657
Location: Germany

PostPosted: Wed Jul 17, 2002 12:44 pm    Post subject: Reply with quote

Ich hatte bisher kein Glück mit lirc unter Gentoo.
Kompilliert das denn jetzt bei dir? Ich bekomm folgende Fehlermeldung:

Code:

make  all-recursive
make[1]: Wechsel in das Verzeichnis Verzeichnis »/opt/Source/lirc-0.6.5«
Making all in drivers
make[2]: Wechsel in das Verzeichnis Verzeichnis »/opt/Source/lirc-0.6.5/drivers«
Making all in lirc_dev
make[3]: Wechsel in das Verzeichnis Verzeichnis »/opt/Source/lirc-0.6.5/drivers/lirc_dev«
DIR=`pwd`; (cd /usr/src/linux/; make SUBDIRS=$DIR obj-m=lirc_dev.o modules)
/usr/src/linux-2.4.19-gentoo-r7/scripts/pathdown.sh: TOPDIR: parameter null or not set
make[4]: Wechsel in das Verzeichnis Verzeichnis »/usr/src/linux-2.4.19-gentoo-r7«
make -C  /Source/lirc-0.6.5/drivers/lirc_dev CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.19-gentoo-r7/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4  -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.19-gentoo-r7/include/linux/modversions.h" MAKING_MODULES=1 modules
make[5]: Wechsel in das Verzeichnis Verzeichnis »/opt/Source/lirc-0.6.5/drivers/lirc_dev«
gcc -D__KERNEL__ -I/usr/src/linux-2.4.19-gentoo-r7/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4  -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.19-gentoo-r7/include/linux/modversions.h -DIRCTL_DEV_MAJOR=61 -DEXPORT_SYMTAB -DHAVE_CONFIG_H -I. -I. -I../..          -nostdinc -I /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include -DKBUILD_BASENAME=lirc_dev  -c -o lirc_dev.o lirc_dev.c
In file included from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/limits.h:11,
                 from ../../drivers/lirc.h:6,
                 from lirc_dev.c:58:
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/limits.h:117: No include path in which to find limits.h
make[5]: *** [lirc_dev.o] Fehler 1
make[5]: Verlassen des Verzeichnisses Verzeichnis »/opt/Source/lirc-0.6.5/drivers/lirc_dev«
make[4]: *** [_mod_/Source/lirc-0.6.5/drivers/lirc_dev] Fehler 2
make[4]: Verlassen des Verzeichnisses Verzeichnis »/usr/src/linux-2.4.19-gentoo-r7«
make[3]: *** [lirc_dev.o] Fehler 2
make[3]: Verlassen des Verzeichnisses Verzeichnis »/opt/Source/lirc-0.6.5/drivers/lirc_dev«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis »/opt/Source/lirc-0.6.5/drivers«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/opt/Source/lirc-0.6.5«
make: *** [all-recursive-am] Fehler 2
Back to top
View user's profile Send private message
oisch
Tux's lil' helper
Tux's lil' helper


Joined: 17 Jul 2002
Posts: 130

PostPosted: Wed Jul 17, 2002 8:39 pm    Post subject: Reply with quote

hm da kann man wenig rauslesen :(
Bei mir hats einwandfrei kompiliert.

Vielleicht hast du im Ebuild file keinen Treiber angegeben? Das hab ich zumindest so gemacht
Back to top
View user's profile Send private message
dek
l33t
l33t


Joined: 16 May 2002
Posts: 657
Location: Germany

PostPosted: Wed Jul 17, 2002 9:23 pm    Post subject: Reply with quote

Oh dafür gibts ein ebuild. :D
Werd ich gleich mal testen.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum