You are not logged in.

#601 2010-07-14 19:10:22

Atechsystem
Member
Registered: 2010-07-12
Posts: 7

Re: xbmc-git AUR package: discussion in here please

Hi DonVla,

thanks for your welcome smile

I tried the new version but no change. Even older versions which runs without this error got this 100% CPU bug now... I have no more ideas where to search...

Regards
Atech


Using arch on media center PC with VDR and XBMC

Offline

#602 2010-07-15 13:37:48

tidalf
Member
Registered: 2010-02-06
Posts: 21

Re: xbmc-git AUR package: discussion in here please

i'd try stracing or ltracing the xbmc.bin process to look at the activity
strace -p xmbcpid -f or ltrace -p xbmcpid -f

Offline

#603 2010-07-18 15:09:53

Atechsystem
Member
Registered: 2010-07-12
Posts: 7

Re: xbmc-git AUR package: discussion in here please

tidalf wrote:

i'd try stracing or ltracing the xbmc.bin process to look at the activity
strace -p xmbcpid -f or ltrace -p xbmcpid -f

Hi,

i will try that and post the messages here... Thanks!

Regards
Atech


Using arch on media center PC with VDR and XBMC

Offline

#604 2010-07-18 20:12:00

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: xbmc-git AUR package: discussion in here please

http://xbmc.org/theuni/2010/07/18/dharma-branched/

I think this is good news smile. I assume the AUR PKGBUILD will just stick with the trunk though?


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#605 2010-07-22 17:45:53

nuxorg
Member
Registered: 2009-08-11
Posts: 37

Re: xbmc-git AUR package: discussion in here please

i686 system.

==> Bootstrapping XBMC
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.in:11: installing `build-aux/config.guess'
configure.in:11: installing `build-aux/config.sub'
configure.in:10: installing `build-aux/install-sh'
configure.in:10: installing `build-aux/missing'
autoreconf: Leaving directory `.'
autoreconf: Entering directory `lib/cpluff'
autoreconf: running: autopoint --force
Copying file ABOUT-NLS
Copying file m4/codeset.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lock.m4
Copying file m4/longdouble.m4
Copying file m4/longlong.m4
Copying file m4/printf-posix.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/uintmax_t.m4
Copying file m4/ulonglong.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makevars.template
Copying file po/en@boldquot.header
Copying file po/en@quot.header
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `auxliary'.
libtoolize: copying file `auxliary/ltmain.sh'
libtoolize: putting macros in `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:48: installing `auxliary/config.guess'
configure.ac:48: installing `auxliary/config.sub'
configure.ac:47: installing `auxliary/install-sh'
configure.ac:47: installing `auxliary/missing'
console/Makefile.am: installing `auxliary/depcomp'
autoreconf: Leaving directory `lib/cpluff'
autoreconf: Entering directory `lib/libass'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I shave
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `shave'.
libtoolize: copying file `shave/libtool.m4'
libtoolize: copying file `shave/ltoptions.m4'
libtoolize: copying file `shave/ltsugar.m4'
libtoolize: copying file `shave/ltversion.m4'
libtoolize: copying file `shave/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
configure.ac:33: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
    Aborting...
==> ERROR: Makepkg was unable to build xbmc-svn

Last edited by nuxorg (2010-07-22 17:48:11)

Offline

#606 2010-07-24 08:06:49

tidalf
Member
Registered: 2010-02-06
Posts: 21

Re: xbmc-git AUR package: discussion in here please

@nuxorg try downgrading autoconf (2.66 seems to be broken with xbmc)

Offline

#607 2010-07-24 11:43:16

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: xbmc-git AUR package: discussion in here please

It builds fine here with recent SVN checkouts (autoconf 2.66-2).

For those having problems with the internal ffmpeg and faad2, it seems the --as-needed ldflags (in /etc/makepkg.conf) are the problem. You should unset it in your PKGBUILD and the patch should no longer be necessary anymore.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#608 2010-07-24 14:44:51

Atechsystem
Member
Registered: 2010-07-12
Posts: 7

Re: xbmc-git AUR package: discussion in here please

Hi tidalf, hi all!

here is the log from "strace -p 7028 -f". It' allways the same output. The CPU load is over 100% (two cores about 116%). Shown in xbmc was the main menu - nothing else active and no inputs given. Please have a look at may log.

Thanks for your help

Log

[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf68) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcfb8) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf68) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcfb8) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1) = 1 ([{fd=23, revents=POLLOUT}])
[pid  7041] ioctl(23, 0x4122, 0xf1)     = 0
[pid  7041] ioctl(23, 0x4122, 0xb34fcf88) = 0
^C[pid  7041] poll([{fd=23, events=POLLOUT|POLLERR|POLLNVAL}], 1, -1 <unfinished ...>
Process 7028 detached
Process 7040 detached
Process 7041 detached
Process 7043 detached
Process 7044 detached
Process 7045 detached
Process 7046 detached

Best regards
Atech


Using arch on media center PC with VDR and XBMC

Offline

#609 2010-07-27 08:57:51

pho
Member
From: Germany
Registered: 2010-07-23
Posts: 12

Re: xbmc-git AUR package: discussion in here please

I have the same problem on my Acer Revo.
Release Version idles with <15% cpu
SVN version idles with >85% cpu

edit:
I've compiled it with external ffmpeg cause with internal ffmpeg even there was no libvpx installed on my build-chroot I couldn't play anything.

Last edited by pho (2010-07-27 09:04:28)

Offline

#610 2010-07-27 16:38:42

Atechsystem
Member
Registered: 2010-07-12
Posts: 7

Re: xbmc-git AUR package: discussion in here please

Hi,

i Hvw this 100% bug with all revisions i compile now. Even older which worked before without problems. I have tried the several nvidia video drivers and many tips i found in the xbmc forum but nothing helps sad Must be any of his depencys which were updated by the system update.

Regards
Atech


Using arch on media center PC with VDR and XBMC

Offline

#611 2010-07-27 16:45:15

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: xbmc-git AUR package: discussion in here please

Atechsystem wrote:

Hi,

i Hvw this 100% bug with all revisions i compile now. Even older which worked before without problems. I have tried the several nvidia video drivers and many tips i found in the xbmc forum but nothing helps sad Must be any of his depencys which were updated by the system update.

Have you tried a clean build?
Delete the src directory and try again.

Offline

#612 2010-07-27 23:26:07

pho
Member
From: Germany
Registered: 2010-07-23
Posts: 12

Re: xbmc-git AUR package: discussion in here please

DonVla wrote:
Atechsystem wrote:

Hi,

i Hvw this 100% bug with all revisions i compile now. Even older which worked before without problems. I have tried the several nvidia video drivers and many tips i found in the xbmc forum but nothing helps sad Must be any of his depencys which were updated by the system update.

Have you tried a clean build?
Delete the src directory and try again.

worked for me thx.
cleaned my .xbmc either

Offline

#613 2010-07-28 13:51:59

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: xbmc-git AUR package: discussion in here please

I played a little with the xbmc libraries and I can confirm this 100% cpu usage bug. It seems that at one point xbmc locks and there is no other way but to kill it.

PS: using rev32248

Last edited by DonVla (2010-07-28 13:52:40)

Offline

#614 2010-07-29 13:42:37

pho
Member
From: Germany
Registered: 2010-07-23
Posts: 12

Re: xbmc-git AUR package: discussion in here please

strange. with rev32125 the cpu usage is rising over time after browsing movies and watching thing but never locks here.
but the cpu usage is definetly rising ... and rising.

Offline

#615 2010-08-03 10:54:00

Atechsystem
Member
Registered: 2010-07-12
Posts: 7

Re: xbmc-git AUR package: discussion in here please

Hi,

i tried a clean build but still the same.... 100% CPU while idle. If I play any media everythings is OK. My last idea is to test a fresh arch installation.

@DonVla

Can you list the libraries which you tried and your experiences?

Best regards
Atech


Using arch on media center PC with VDR and XBMC

Offline

#616 2010-08-19 23:11:43

brendan
Member
From: UK
Registered: 2009-05-16
Posts: 130
Website

Re: xbmc-git AUR package: discussion in here please

I'm getting this when trying to install xbmc-svn from the AUR:

g++ -MD -c -march=native -O2 -fomit-frame-pointer -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 -march=native -O2 -fomit-frame-pointer -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 -DSILENT -march=native -O2 -fomit-frame-pointer -pipe -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 -D_LINUX -D_FILE_DEFINED -D__STDC_CONSTANT_MACROS -DBIN_INSTALL_PATH="\"/usr/lib/xbmc\"" -DINSTALL_PATH="\"/usr/share/xbmc\"" -DHAS_SDL_JOYSTICK -D'SVN_REV="32950-ARCH"' -DHAVE_CONFIG_H  -I. -I../../ -I../../linux -I../../../guilib -D_GNU_SOURCE=1 -D_REENTRANT -I/tmp/packerbuild-1000/xbmc-svn/xbmc-svn/src/XBMC -I/usr/include/ -I/usr/include/SDL -I/usr/include/alsa -I/usr/include/dbus-1.0 -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/include/libpng14 -I/usr/include/lzo -I/usr/include/mysql -I/usr/lib/dbus-1.0/include -I/usr/lib/glib-2.0/include sha1.cpp -o sha1.o
{standard input}: Assembler messages:
{standard input}:27594: Warning: end of file not at end of a line; newline inserted
{standard input}:28018: Error: unknown pseudo-op: `.uleb12'
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [Builtins.o] Error 1
make[1]: Leaving directory `/tmp/packerbuild-1000/xbmc-svn/xbmc-svn/src/XBMC/xbmc/utils'
make: *** [xbmc/utils/utils.a] Error 2
make: *** Waiting for unfinished jobs....

I'm a little lost at this. Could it be a problem with g++ having been updated? I just did a pacman -Syu

Edit: Looks like it's a binutils problem, I'm on 2.20.1-3 - is there a newer one somewhere? There isn't a newer package in testing I checked....

Last edited by brendan (2010-08-20 07:17:02)

Offline

#617 2010-08-20 14:55:16

kvn
Member
Registered: 2010-08-13
Posts: 12

Re: xbmc-git AUR package: discussion in here please

hello brendan,

per our discussion on the aur comments, were you saying that the web interface has no longer worked for you either since the introduction of libmicrohttpd?

Offline

#618 2010-08-20 15:30:35

brendan
Member
From: UK
Registered: 2009-05-16
Posts: 130
Website

Re: xbmc-git AUR package: discussion in here please

kvn wrote:

hello brendan,

per our discussion on the aur comments, were you saying that the web interface has no longer worked for you either since the introduction of libmicrohttpd?

Yes, that's why I decided to do a rebuild and then ended up in this whole mess.... see above ^

You should try recompile xbmc to make it work with the newest libmicrohttpd

Offline

#619 2010-08-26 12:14:36

ths80
Member
Registered: 2010-02-12
Posts: 1

Re: xbmc-git AUR package: discussion in here please

Hello,

when I build the package I get this error:

xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreams.a(DVDFactoryInputStream.o):  In function `CDVDFactoryInputStream::CreateInputStream(IDVDPlayer*, std::basic_ string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_s tring<char, std::char_traits<char>, std::allocator<char> > const&)':
/var/abs/local/htpc/xbmc-svn/src/XBMC/xbmc/cores/dvdplayer/DVDInputStreams/DVDFa ctoryInputStream.cpp:83: undefined reference to `CDVDInputStreamRTMP::CDVDInputS treamRTMP()'
collect2: ld gab 1 als Ende-Status zurück
make: *** [xbmc.bin] Fehler 1

any suggestion?

Thanks
Thies

Offline

#620 2010-08-31 00:51:14

TigTex
Member
From: Portugal
Registered: 2008-06-19
Posts: 301

Re: xbmc-git AUR package: discussion in here please

The beta version is out!

xbmc-r33324-Dharma_beta1

http://xbmc.org/theuni/2010/08/30/final … rma-beta1/

I hope that this one goes to the community repo

Last edited by TigTex (2010-08-31 00:52:56)


.::. TigTex @ Portugal .::.

Offline

#621 2010-09-02 22:12:02

TigTex
Member
From: Portugal
Registered: 2008-06-19
Posts: 301

Re: xbmc-git AUR package: discussion in here please

Is it just me or xbmc-svn doesn't shutdown / restart the system?

with the stable community version shutdown works just fine.

I start xbmc with xinitrc ( exec dbus-launch ck-launch-session xbmc-standalone)
dbus and hal are enabled (hal is no longer needed i think).
Running as root also doesn't poweroff my system automatically.
xbmc.log doesn't show any error related to this and lxde is capable of shutting down my system.

i'm using [herecura-testing] repo, xbmc-dharma package.

Ideas? Thanks


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

edit: it looks like upower is needed to be able to shutdown xbmc.
and hal is no longer needed (at least for me).
Problem solved!

Last edited by TigTex (2010-09-03 00:04:01)


.::. TigTex @ Portugal .::.

Offline

#622 2010-09-03 06:38:27

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: xbmc-git AUR package: discussion in here please

Is there any difference between the git repo and svn?


neutral

Offline

#623 2010-09-03 14:55:23

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: xbmc-git AUR package: discussion in here please

No. Apparently they just live alongside, I asked one of the devs if they were gonna abandon svn for git anytime soon, but apparently there aren't any plans for it. Code should be identical.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#624 2010-09-05 18:07:10

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: xbmc-git AUR package: discussion in here please

Anyone experiencing shutdown problems lately with the newer builds (running Dharma SVN here)? I cannot shut down from the menu anymore with my remote, once I do that the screen darkens like with the screensaver, but xbmc won't take any commands anymore (while I see the IR light flashing, so the IR software still gets the commands through). I have to SSH in and shut down manually.

Used to work nicely with upower installed... r33476.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#625 2010-09-05 21:09:48

TigTex
Member
From: Portugal
Registered: 2008-06-19
Posts: 301

Re: xbmc-git AUR package: discussion in here please

Try installing upower and see if it works. It works for me wink
And see if your default shutdown action is SHUTDOWN and not screensaver or sleep in the system config at xbmc.

btw, nice post count, 4096 tongue

Last edited by TigTex (2010-09-05 21:11:59)


.::. TigTex @ Portugal .::.

Offline

Board footer

Powered by FluxBB