Powered by Invision Power Board Schnäppchenticker


Seiten: (13) « Erste ... 11 12 [13]  ( Zum ersten neuen Beitrag
 
Reply to this topicStart new topicStart Poll

> Updatescript für xbmc
yoofi
Geschrieben am: Montag, 03.Juni 2013, 17:07 Uhr
Quote Post


Advanced Member
***

Gruppe: G2V3+User
Beiträge: 5
Mitgliedsnummer.: 15810
Mitglied seit: 2010-11-05



die Installation -x läuft genauso durch wie vorher mit -f auch

und es gibt auch die gleichen Meldungen beim Start von xbmc

CODE
xbmc
/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
 warnings.warn(str(e), _gtk.Warning)
Error: unable to open display
/usr/share/xbmc/FEH.py:69: Warning: invalid (NULL) pointer instance
 window = gtk.Window(gtk.WINDOW_TOPLEVEL)
/usr/share/xbmc/FEH.py:69: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
 window = gtk.Window(gtk.WINDOW_TOPLEVEL)
/usr/share/xbmc/FEH.py:83: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
 button = gtk.Button("Quit")
/usr/share/xbmc/FEH.py:83: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
 button = gtk.Button("Quit")
/usr/share/xbmc/FEH.py:88: GtkWarning: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_context_set_font_description: assertion `context != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_context_set_base_dir: assertion `context != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_context_set_language: assertion `context != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_new: assertion `context != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_text: assertion `layout != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_alignment: assertion `layout != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_width: assertion `layout != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_get_extents: assertion `layout != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_attributes: assertion `layout != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width 132968 and height -2392547
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width 132958 and height -1196284
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width 132958 and height -1196278
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_window_new: assertion `GDK_IS_WINDOW (parent)' failed
 window.show_all ()
Fatal Python error: (pygame parachute) Segmentation Fault
/usr/bin/xbmc: line 106:  5720 Aborted                 python /usr/share/xbmc/FEH.py $SAVED_ARGS


Email Poster
Top
eule
Geschrieben am: Dienstag, 04.Juni 2013, 07:47 Uhr
Quote Post


Advanced Member
***

Gruppe: Active Members
Beiträge: 45
Mitgliedsnummer.: 4131
Mitglied seit: 2008-04-09



Was mich ein wenig wundert ist der Pfad

QUOTE
/usr/share/xbmc/


Normalerweise liegt nach einem Update XBMC

QUOTE
/opt/XBMC/


Was steht den in der /_config/bin/xbmc_start.sh?

Alt ist XBMC_DIR="/usr"
Neu ist XBMC_DIR="/opt/XBMC/appl-dh"

Vielleicht hilft dir auch das

http://www.htpc-forum.de/forum/index.php?showtopic=8609

Email Poster
Top
R2D2
Geschrieben am: Dienstag, 04.Juni 2013, 19:01 Uhr
Quote Post


Prinz
****

Gruppe: Moderators
Beiträge: 4595
Mitgliedsnummer.: 1131
Mitglied seit: 2005-10-30



QUOTE (yoofi @ Montag, 03.Juni 2013, 17:07 Uhr)
[...] es gibt auch die gleichen Meldungen beim Start von xbmc

CODE
xbmc
/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
 warnings.warn(str(e), _gtk.Warning)
Error: unable to open Display
....

Mach mal:

CODE
eselect opengl set nvidia
Email PosterICQ
Top
yoofi
Geschrieben am: Dienstag, 04.Juni 2013, 22:42 Uhr
Quote Post


Advanced Member
***

Gruppe: G2V3+User
Beiträge: 5
Mitgliedsnummer.: 15810
Mitglied seit: 2010-11-05



Hallo,

@eule
in der /_config/bin/xbmc_start.sh steht folgendes:

CODE
XBMC_DIR="/opt/XBMC/appl


diese python Fehlermeldungen habe ich dann gesucht und folgendes gefunden bei mir:

CODE
eselect python list
Available Python interpreters:
 [1]   python2.7 *
 [2]   python3.1
 [3]   python3.2


habe dann auf python 3.2 umgestellt:

CODE
eselect python set 3


zumindest sind diese python Fehlermeldungen nicht mehr da scheint mir
----------------------------

es gibt dann aber diesen Fehler hier:

CODE

xbmc
 File "/usr/share/xbmc/FEH.py", line 38
   print errorLine
                 ^
SyntaxError: invalid syntax


bin nach diesem Beitrag hier vorgegangen: Gentoo Forums

im Anschluss kommt dann dies hier:

CODE

xbmc
Error: unable to open display
XBMC needs hardware accelerated OpenGL rendering.
Install an appropriate graphics driver.

Please consult XBMC Wiki for supported hardware
http://wiki.xbmc.org/?title=Supported_hardware



@R2D2
habe dann dies ausgeführt:

CODE
vdr24 ~ # eselect opengl set nvidia
Switching to nvidia OpenGL interface... done

vdr24 ~ # xbmc
Error: unable to open display
XBMC needs hardware accelerated OpenGL rendering.
Install an appropriate graphics driver.


der aktuell installierte nvidia Grafiktreiber hat die Version 310.44 bei mir

lese gerade hier nividia Treiber und xbmc

gibt es hier Erfahrungen mit dem Treiber nividia 310.44 und wie mache ich ein downgrade auf eine ältere Version?
Email Poster
Top
R2D2
Geschrieben am: Dienstag, 04.Juni 2013, 22:52 Uhr
Quote Post


Prinz
****

Gruppe: Moderators
Beiträge: 4595
Mitgliedsnummer.: 1131
Mitglied seit: 2005-10-30



QUOTE (yoofi @ Dienstag, 04.Juni 2013, 22:42 Uhr)

diese python Fehlermeldungen habe ich dann gesucht und folgendes gefunden bei mir:

CODE
eselect python list
Available Python interpreters:
 [1]   python2.7 *
 [2]   python3.1
 [3]   python3.2


habe dann auf python 3.2 umgestellt:

CODE
eselect python set 3



Herzlichen Glückwunsch,

damit hast Du nun ein inkonsistentes System! :rolleyes:


Ich bin mir doch ziemlich sicher, dass ich das nirgendwo geschrieben hatte, dass man das machen soll!?!
Email PosterICQ
Top
yoofi
Geschrieben am: Dienstag, 04.Juni 2013, 23:11 Uhr
Quote Post


Advanced Member
***

Gruppe: G2V3+User
Beiträge: 5
Mitgliedsnummer.: 15810
Mitglied seit: 2010-11-05



Danke für den Sarkasmus :wub:

dann halt wieder zurück zu python 2.7 und den alten Fehlermeldungen:

CODE

eselect python set 1
vdr24 ~ # eselect opengl set nvidia

Switching to nvidia OpenGL interface... done

vdr24 ~ # xbmc
/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
 warnings.warn(str(e), _gtk.Warning)
Error: unable to open display
/usr/share/xbmc/FEH.py:69: Warning: invalid (NULL) pointer instance
 window = gtk.Window(gtk.WINDOW_TOPLEVEL)
/usr/share/xbmc/FEH.py:69: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
 window = gtk.Window(gtk.WINDOW_TOPLEVEL)
/usr/share/xbmc/FEH.py:83: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
 button = gtk.Button("Quit")
/usr/share/xbmc/FEH.py:83: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
 button = gtk.Button("Quit")
/usr/share/xbmc/FEH.py:88: GtkWarning: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_context_set_font_description: assertion `context != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_context_set_base_dir: assertion `context != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_context_set_language: assertion `context != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_new: assertion `context != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_text: assertion `layout != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_alignment: assertion `layout != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_width: assertion `layout != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_get_extents: assertion `layout != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: PangoWarning: pango_layout_set_attributes: assertion `layout != NULL' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width 132968 and height -2393459
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width 132958 and height -1196740
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width 132958 and height -1196734
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed
 window.show_all ()
/usr/share/xbmc/FEH.py:88: GtkWarning: IA__gdk_window_new: assertion `GDK_IS_WINDOW (parent)' failed
 window.show_all ()
Fatal Python error: (pygame parachute) Segmentation Fault
/usr/bin/xbmc: line 106:  7765 Aborted                 python /usr/share/xbmc/FEH.py $SAVED_ARGS
Email Poster
Top
R2D2
Geschrieben am: Dienstag, 04.Juni 2013, 23:17 Uhr
Quote Post


Prinz
****

Gruppe: Moderators
Beiträge: 4595
Mitgliedsnummer.: 1131
Mitglied seit: 2005-10-30



QUOTE (yoofi @ Dienstag, 04.Juni 2013, 23:11 Uhr)
dann halt wieder zurück zu python 2.7

Ich hoffe doch, dass Du den python-updater nicht(!) ausgeführt hasst, denn sonst funktioniert das Zurückgehen nämlich nicht!

Aber mal ganz abgesehen davon startet man bei gen2vdr auch xbmc nicht(!!), in dem man "xbmc" auf der Console eingibt.... :rolleyes: :rolleyes:
Email PosterICQ
Top
yoofi
Geschrieben am: Mittwoch, 05.Juni 2013, 18:38 Uhr
Quote Post


Advanced Member
***

Gruppe: G2V3+User
Beiträge: 5
Mitgliedsnummer.: 15810
Mitglied seit: 2010-11-05



nein habe den python-updater nicht ausgeführt

lediglich die Datei FEH.py entsprechend der Fehlermeldung in line 38 verglichen mit der in diesem Thread wo ich oben gepostet habe und dann die Änderungen versucht

fix is to update /usr/share/xbmc/FEH.py on line 38 and add ( ) to the errorLine.

alt:
CODE

   else:
       try:
           print(errorLine)
       except:
           print errorLine

   exit(1)


neu:
CODE
   else:
       try:
           print(errorLine)
       except:
           print(errorLine)

   exit(1)


------------------------

wenn ich xbmc aus dem Launcher heraus starte gibt es folgende Messages:

CODE
Jun 05 18:34:53 [logger] keysym=XF86LaunchA, numeric=269025098
               - Last output repeated twice -
Jun 05 18:34:58 [logger] gg_switch </02.root.XBMC>
Jun 05 18:34:58 [logger] Starting <02.root.XBMC>
Jun 05 18:34:58 [logger] gg_startapp <02.root.XBMC>
Jun 05 18:34:58 [logger] /_config/bin/gg_setactapp.sh XBMC
Jun 05 18:34:59 [vdr] [2295] connect from 127.0.0.1, port 50449 - accepted
Jun 05 18:34:59 [vdr] [2295] closing SVDRP connection
Jun 05 18:35:00 [vdr] [2295] connect from 127.0.0.1, port 50450 - accepted
Jun 05 18:35:00 [vdr] [2295] closing SVDRP connection
Jun 05 18:35:00 [logger] Starting /usr/bin/irexec --daemon /etc/gen2vdr/applications/remote/act/XBMC.conf
Jun 05 18:35:00 [logger] Starting <02.root.XBMC><XBMC> with user <root>
Jun 05 18:35:00 [su] Successful su for root by root
Jun 05 18:35:00 [su] + /dev/pts/4 root:root
Jun 05 18:35:00 [su] pam_unix(su:session): session opened for user root by (uid=0)
Jun 05 18:35:01 [vdr] [2295] connect from 127.0.0.1, port 50451 - accepted
Jun 05 18:35:01 [logger] Suspend Called
Jun 05 18:35:01 [logger] Not Connected !!!
Jun 05 18:35:01 [vdr] [2295] closing SVDRP connection
Jun 05 18:35:01 [su] pam_unix(su:session): session closed for user root
Jun 05 18:35:01 [logger] /_config/bin/gg_setactapp.sh G2V-Launcher
Jun 05 18:35:02 [vdr] [2295] connect from 127.0.0.1, port 50452 - accepted
Jun 05 18:35:02 [vdr] [2295] closing SVDRP connection
Jun 05 18:35:03 [vdr] [2295] connect from 127.0.0.1, port 50453 - accepted
Jun 05 18:35:03 [vdr] [2295] closing SVDRP connection
Jun 05 18:35:03 [logger] Starting /usr/bin/irexec --daemon /etc/gen2vdr/applications/remote/act/G2V-Launcher.conf
Email Poster
Top
R2D2
Geschrieben am: Mittwoch, 05.Juni 2013, 18:54 Uhr
Quote Post


Prinz
****

Gruppe: Moderators
Beiträge: 4595
Mitgliedsnummer.: 1131
Mitglied seit: 2005-10-30



QUOTE (yoofi @ Mittwoch, 05.Juni 2013, 18:38 Uhr)
[...] wenn ich xbmc aus dem Launcher heraus starte gibt es folgende Messages: ....

Und was sagt das xbmc Log, wenn Du so startest?
Email PosterICQ
Top
yellowstorm
Geschrieben am: Donnerstag, 06.Juni 2013, 00:29 Uhr
Quote Post


Advanced Member
***

Gruppe: G2V3+User
Beiträge: 22
Mitgliedsnummer.: 10957
Mitglied seit: 2009-07-26



Hallo, benötige eure Hilfe...

Update mit:
CODE

/usr/local/src/install_xbmc.sh -x


Folgender Fehler:
CODE

checking for SAMPLERATE... yes
checking for FREETYPE2... yes
checking for TAGLIB... no
configure: error: Could not find a required library. Please see the README for your platform.
make: *** No rule to make target `clean'.  Stop.
make: *** No targets specified and no makefile found.  Stop.


Danach versucht die Sache mit emerge -av taglib zu fixen, sieht selbst:

CODE

* IMPORTANT: 8 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.


* IMPORTANT: 3 config files in '/etc/portage' need updating.
* See the CONFIGURATION FILES section of the emerge
* man page to learn how to update config files.

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U  ] dev-util/cmake-2.8.10.2-r2 [2.8.4-r1] USE="ncurses qt4 -emacs {-test} -vim-syntax" 0 kB
[ebuild     U  ] media-libs/taglib-1.8-r1 [1.7] USE="asf mp4 -debug -examples {-test}" 0 kB

Total: 2 packages (2 upgrades), Size of downloads: 0 kB

!!! The following installed packages are masked:
- media-tv/tvtime-1.0.2-r2::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Markos Chandras <hwoarang@gentoo.org> (22 Mar 2013)
# Fails with automake-1.12 (#424289)
# Problems with the alsa patches (#403389)
# Herd has not interest in it and needs a maintainer
# Alternatives: media-tv/me-tv, media-tv/mythtv

- sys-apps/module-init-tools-3.16-r1::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Samuli Suominen <ssuominen@gentoo.org> (07 Mar 2013)
# Masked in favour of sys-apps/kmod. Now is the time to file
# bugs against sys-apps/kmod if you have issues with it you
# didn't with module-init-tools.
# Later removal at 01-01-2014 by request from eudev maintainers

- www-plugins/adobe-flash-10.3.183.10::gentoo (masked by: AdobeFlash-10.3 license(s))
A copy of the 'AdobeFlash-10.3' license is located at '/mnt/data/portage/licenses/AdobeFlash-10.3'.

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


Would you like to merge these packages? [Yes/No] y

>>> Verifying ebuild manifests

>>> Emerging (1 of 2) dev-util/cmake-2.8.10.2-r2
* cmake-2.8.10.2.tar.gz SHA256 SHA512 WHIRLPOOL size;-) ...                                   [ ok ]
>>> Unpacking source...
>>> Unpacking cmake-2.8.10.2.tar.gz to /tmp/portage/dev-util/cmake-2.8.10.2-r2/work
>>> Source unpacked in /tmp/portage/dev-util/cmake-2.8.10.2-r2/work
>>> Preparing source in /tmp/portage/dev-util/cmake-2.8.10.2-r2/work/cmake-2.8.10.2 ...
* Applying cmake-2.6.3-fix_broken_lfs_on_aix.patch ...                                         [ ok ]
* Applying cmake-2.6.3-no-duplicates-in-rpath.patch ...                                        [ ok ]
* Applying cmake-2.8.0-darwin-default-install_name.patch ...                                   [ ok ]
* Applying cmake-2.8.7-FindBLAS.patch ...                                                      [ ok ]
* Applying cmake-2.8.7-FindBoost-python.patch ...                                              [ ok ]
* Applying cmake-2.8.7-FindLAPACK.patch ...                                                    [ ok ]
* Applying cmake-2.8.8-FindPkgConfig.patch ...                                                 [ ok ]
* Applying cmake-2.8.10-darwin-bundle.patch ...                                                [ ok ]
* Applying cmake-2.8.10-darwin-isysroot.patch ...                                              [ ok ]
* Applying cmake-2.8.10-desktop.patch ...                                                      [ ok ]
* Applying cmake-2.8.10-libform.patch ...                                                      [ ok ]
* Applying cmake-2.8.10-more-no_host_paths.patch ...                                           [ ok ]
* Applying cmake-2.8.10.2-FindPythonInterp.patch ...                                           [ ok ]
* Applying cmake-2.8.10.2-FindPythonLibs.patch ...

* Failed Patch: cmake-2.8.10.2-FindPythonLibs.patch !
*  ( /mnt/data/portage/dev-util/cmake/files/cmake-2.8.10.2-FindPythonLibs.patch )
*
* Include in your bugreport the contents of:
*
*   /tmp/portage/dev-util/cmake-2.8.10.2-r2/temp/cmake-2.8.10.2-FindPythonLibs.patch.out

* ERROR: dev-util/cmake-2.8.10.2-r2 failed (prepare phase):
*   Failed Patch: cmake-2.8.10.2-FindPythonLibs.patch!
*
* Call stack:
*     ebuild.sh, line   93:  Called src_prepare
*   environment, line 3191:  Called cmake-utils_src_prepare
*   environment, line  786:  Called _execute_optionaly 'src_prepare'
*   environment, line  274:  Called enable_cmake-utils_src_prepare
*   environment, line 1291:  Called base_src_prepare
*   environment, line  648:  Called epatch '/mnt/data/portage/dev-util/cmake/files/cmake-2.8.10.2-FindPythonLibs.patch'
*   environment, line 1727:  Called die
* The specific snippet of code:
*               die "Failed Patch: ${patchname}!";
*
* If you need support, post the output of `emerge --info '=dev-util/cmake-2.8.10.2-r2'`,
* the complete build log and the output of `emerge -pqv '=dev-util/cmake-2.8.10.2-r2'`.
* The complete build log is located at '/log/portage/dev-util:cmake-2.8.10.2-r2:20130605-222111.log'.
* For convenience, a symlink to the build log is located at '/tmp/portage/dev-util/cmake-2.8.10.2-r2/temp/build.log'.
* The ebuild environment file is located at '/tmp/portage/dev-util/cmake-2.8.10.2-r2/temp/environment'.
* Working directory: '/tmp/portage/dev-util/cmake-2.8.10.2-r2/work/cmake-2.8.10.2'
* S: '/tmp/portage/dev-util/cmake-2.8.10.2-r2/work/cmake-2.8.10.2'

>>> Failed to emerge dev-util/cmake-2.8.10.2-r2, Log file:

>>>  '/log/portage/dev-util:cmake-2.8.10.2-r2:20130605-222111.log'


Jemand ne Idee?

Danke
Email Poster
Top
Bruno0815
Geschrieben am: Donnerstag, 06.Juni 2013, 05:35 Uhr
Quote Post


Professional
****

Gruppe: G2V3+User
Beiträge: 294
Mitgliedsnummer.: 3300
Mitglied seit: 2007-12-19



QUOTE (yellowstorm @ Donnerstag, 06.Juni 2013, 00:29 Uhr)
Hallo, benötige eure Hilfe...



Jemand ne Idee?

Danke

Jau,

blätter eine Seite zurück:

QUOTE

mkdir -p /usr/local/portage/dev-util
cp -r /usr/portage/dev-util/cmake /usr/local/portage/dev-util
dos2unix /usr/local/portage/dev-util/cmake/files/*
ebuild /usr/local/portage/dev-util/cmake/cmake-2.8.11_rc2.ebuild digest
emerge -av cmake
Email Poster
Top
yellowstorm
Geschrieben am: Donnerstag, 06.Juni 2013, 22:19 Uhr
Quote Post


Advanced Member
***

Gruppe: G2V3+User
Beiträge: 22
Mitgliedsnummer.: 10957
Mitglied seit: 2009-07-26



Shame on me... Sorry hab ich überlesen.

@R2D2: Danke für dein Skript & Privatsupport (-;

...Jetzt noch Airplay zum laufen bringen und dann bin ich happy
Email Poster
Top
Kickaha
Geschrieben am: Donnerstag, 06.Juni 2013, 23:52 Uhr
Quote Post


Professional
****

Gruppe: Professionals
Beiträge: 232
Mitgliedsnummer.: 2030
Mitglied seit: 2007-05-25



QUOTE (yellowstorm @ Donnerstag, 06.Juni 2013, 22:19 Uhr)
...Jetzt noch Airplay zum laufen bringen und dann bin ich happy

Also das mit dem Airplay finde ich persönlich leider etwas entäuschend, da absolut keine Synchronität gegeben ist.

Der Rechner auf dem iTunes läuft und mehrere Airport Express in verschiedenen Räumen haben eine so gering differierende Laufzeit, daß du im gesamten Haus einen einheitlichen Musikteppich verspürst. Wenn du allerdings XBMC mit Airplay dazwischen klemmst, habe ich bei mir jedenfalls mehrere Sekunden Asynchronität. Leider!

VG
Kickaha
Email Poster
Top
R2D2
Geschrieben am: Freitag, 07.Juni 2013, 08:42 Uhr
Quote Post


Prinz
****

Gruppe: Moderators
Beiträge: 4595
Mitgliedsnummer.: 1131
Mitglied seit: 2005-10-30



QUOTE (Kickaha @ Donnerstag, 06.Juni 2013, 23:52 Uhr)
Also das mit dem Airplay finde ich persönlich leider etwas entäuschend ...

So wie halt alles, was einen angefressenen Apfel als Logo hat. :rolleyes:
Email PosterICQ
Top
kaminkehrer
Geschrieben am: Montag, 17.Juni 2013, 10:27 Uhr
Quote Post


Professional
****

Gruppe: Supporter
Beiträge: 827
Mitgliedsnummer.: 300
Mitglied seit: 2004-02-08



Hallo,

kann ich dieses Skript nutzen um die aktuelle 12.2 Version von xbmc zu installieren?
Ich würde gerne die 12.2 aus dem xbmc (Option -x) installieren.

Grüße
kaminkehrer
Email Poster
Top
R2D2
Geschrieben am: Montag, 17.Juni 2013, 17:59 Uhr
Quote Post


Prinz
****

Gruppe: Moderators
Beiträge: 4595
Mitgliedsnummer.: 1131
Mitglied seit: 2005-10-30



Wie in Eingangsposting steht, installiert die Option -x, xbmc aus dem git, master branch.
Email PosterICQ
Top
kaminkehrer
Geschrieben am: Mittwoch, 19.Juni 2013, 10:10 Uhr
Quote Post


Professional
****

Gruppe: Supporter
Beiträge: 827
Mitgliedsnummer.: 300
Mitglied seit: 2004-02-08



Hallo,

damit nicht andere in die selbe Falle tappe wie ich!

Empfehlung: Pulseaudio für xbmc abschalten bevor man xbmc compiliert.
CODE
echo "media-tv/xbmc -pulseaudio" >> /etc/portage/package.use/xbmc
Danke an R2D2!

Um die 12.2 aus dem FernetMenta GIT zu installieren, dass angepasste Skript (siehe Anhang) mit der Option -f benutzen.
Ohne die Anpassung wird mit der Option -f der Master (zur Zeit 13 Alpha5) aus dem FernetMenta GIT gezogen.

Grüße
kaminkehrer

angehängte Datei ( Anzahl der Downloads: 2 )
angehängte Datei  install_xbmc_sb.sh
Email Poster
Top
R2D2
Geschrieben am: Mittwoch, 19.Juni 2013, 13:53 Uhr
Quote Post


Prinz
****

Gruppe: Moderators
Beiträge: 4595
Mitgliedsnummer.: 1131
Mitglied seit: 2005-10-30



QUOTE (kaminkehrer @ Mittwoch, 19.Juni 2013, 10:10 Uhr)
[...] Empfehlung: Pulseaudio für xbmc abschalten bevor man xbmc compiliert.
CODE
echo "media-tv/xbmc -pulseaudio" >> /etc/portage/package.use/xbmc



Das gilt aber nur, wenn xbmc von portage installiert wird, denn bei den Versionen die das Script installiert, ist pulseaudio von Haus aus deaktiviert.

CODE
vdr01_64 xbmc-git # ./configure --help |grep pulse
 --enable-pulse          enable PulseAudio support (default is no)
vdr01_64 xbmc-git #
Email PosterICQ
Top
Thema wird von 2 Benutzer(n) gelesen (1 Gäste und 0 Anonyme Benutzer)
1 Mitglieder: villeneuve

Topic OptionsSeiten: (13) « Erste ... 11 12 [13]  Reply to this topicStart new topicStart Poll