View previous topic :: View next topic |
Author |
Message |
Aszrael Tux's lil' helper
Joined: 15 Feb 2005 Posts: 101 Location: Hannover/Germany
|
Posted: Wed Sep 05, 2007 9:28 am Post subject: camorama-0.18 compile error |
|
|
Dear Forum,
I have trouble compiling media-video/camorama-0.18
Code: | main.c:82: Fehler: »GNOMELOCALEDIR« nicht deklariert (erste Benutzung in dieser Funktion)
main.c:82: Fehler: (Jeder nicht deklarierte Bezeichner wird nur einmal aufgeführt
main.c:82: Fehler: für jede Funktion in der er auftritt.)
make[3]: *** [main.o] Fehler 1
make[3]: *** Warte auf noch nicht beendete Prozesse...
make[3]: Leaving directory `/var/tmp/portage/media-video/camorama-0.18/work/camorama-0.18/src'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/var/tmp/portage/media-video/camorama-0.18/work/camorama-0.18/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/media-video/camorama-0.18/work/camorama-0.18'
make: *** [all] Fehler 2
!!! ERROR: media-video/camorama-0.18 failed.
Call stack:
ebuild.sh, line 1638: Called dyn_compile
ebuild.sh, line 985: Called qa_call 'src_compile'
ebuild.sh, line 44: Called src_compile
ebuild.sh, line 1328: Called gnome2_src_compile
gnome2.eclass, line 71: Called die
!!! compile failure |
Thanks a lot for any help
Aszrael |
|
Back to top |
|
|
Dottout l33t
Joined: 07 Mar 2006 Posts: 882
|
Posted: Wed Sep 05, 2007 1:20 pm Post subject: |
|
|
I suggest you to reproduce this compile error setting english as language.. |
|
Back to top |
|
|
Aszrael Tux's lil' helper
Joined: 15 Feb 2005 Posts: 101 Location: Hannover/Germany
|
Posted: Wed Sep 05, 2007 1:48 pm Post subject: |
|
|
sorry, forgot about my locales
Code: | main.c: In function 'main':
main.c:82: error: 'GNOMELOCALEDIR' undeclared (first use in this function)
main.c:82: error: (Each undeclared identifier is reported only once
main.c:82: error: for each function it appears in.)
|
so it's basically a missing declaration of GNOMELOCALEDIR
I thought of adding a #define GNOMELOCALEDIR "/usr/share/locale" to config.h, but I could not figure out how to apply it, because portage will overwrite the modified config.h with the one extracted from the package. |
|
Back to top |
|
|
STrRedWolf n00b
Joined: 02 Sep 2002 Posts: 72
|
Posted: Sat Sep 15, 2007 4:43 pm Post subject: |
|
|
I also have this problem, same build issue. On a new install it trips up, but on my older Gentoo rigs it goes in smoothly.
I think camorama needs one last dependency now... |
|
Back to top |
|
|
Spoom n00b
Joined: 04 Feb 2004 Posts: 4
|
Posted: Tue Sep 25, 2007 2:36 am Post subject: |
|
|
Hi folks,
I too am getting this build error. Current portage versions of GNOME, Compiz, V4L compiled into kernel, trying to run it with the SVN Syntek driver if that matters.
Not entirely sure what Dottout is referring to, sorry if I missed something.
If you need any more info, lemme know. |
|
Back to top |
|
|
Spoom n00b
Joined: 04 Feb 2004 Posts: 4
|
Posted: Sun Oct 07, 2007 6:13 pm Post subject: |
|
|
I'm guessing from the lack of reply that either nobody knows what's wrong, or (more likely) I'm missing something so incredibly stupid that you guys think I should be able to find it myself.
Could you tell me if that's the case? Maybe give me some hints if you're not willing to say what's wrong? And if not, does anyone have any ideas about this? Has anyone else had this issue? |
|
Back to top |
|
|
Spoom n00b
Joined: 04 Feb 2004 Posts: 4
|
Posted: Mon Oct 08, 2007 1:10 am Post subject: |
|
|
Fixed (at least for me) in today's Portage update of the ebuild, thanks to Samuli Suominen <drac at gentoo dot org>
Anyone experiencing this, do emerge --sync and emerge camorama and it should build correctly. |
|
Back to top |
|
|
|