Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 23rd September 2008, 02:44 AM
MGOB Offline
Registered User
 
Join Date: Sep 2008
Posts: 5
Quote:
Originally Posted by EdmunTimberlane
I am sorry but do not have the spec file anymore. There wasn't much to it and I can help you if you have trouble.
I'm having a issue with the SPEC file trying to debug paplayer, I can't get a build-id set for some reason. Ideas? do you remember what your prep/build/install sections were?
Reply With Quote
  #17  
Old 23rd September 2008, 02:50 AM
EdmunTimberlane Offline
Registered User
 
Join Date: Apr 2005
Posts: 92
If you want to post the spec file here I can look at it.
Reply With Quote
  #18  
Old 23rd September 2008, 02:54 AM
MGOB Offline
Registered User
 
Join Date: Sep 2008
Posts: 5
Code:
Name: xbmc
Version: beta1
Release: 1
URL: http://www.xbmc.org
Packager: Scott Harvanek <scotth@login.com>
Source: xbmc-beta1.tgz
Buildroot: %{_tmppath}/%{name}-%{version}
Summary: Xbox Media Center Linux port
License: LGPL-GPL
Group: Applications/Multimedia

#Patches
Patch1: xbmc-libdvdcss.patch

%description
XBMC can play most audio and video file formats as well as display images at resolutions up to 1080p and over from virtually any source, including your local harddrive, CD/DVDs, U
SB flash drives, the Internet, and network shares, upscaling any lower resolutions videos to the maximum of your displays capability. XBMC can also playback DVD-Video movies with
menus from ISO/IMG-images on-the-fly, even when they are in an RAR or ZIP archive. For music playback XBMC offers gapless playback, crossfading, cue sheet, replay gain amplificati
on, advanced smart playlists, and chapter support.

%prep

%setup -q -n %{name}-%{version}
%patch1
%configure \
        --enable-halmount \
        --enable-profiling \
        --disable-debug


%build
make clean
make

%install
make prefix=%{buildroot}/%{_prefix} install

%clean
[ -d "%{buildroot}" -a "%{buildroot}" != "" ] && %__rm -rf "%{buildroot}"
rm -f %{my_provides}

%files
%defattr(-,root,root)
%doc %{_datadir}/xbmc/copying.txt
%doc %{_datadir}/xbmc/keymapping.txt
%doc %{_datadir}/xbmc/LICENSE.GPL
%doc %{_datadir}/xbmc/README.linux
%{_bindir}/xbmc
%{_datadir}/xbmc/xbmc.bin
%{_datadir}/xbmc/xbmc-xrandr
%dir %{_datadir}/xbmc/
%dir %{_datadir}/xbmc/language
%dir %{_datadir}/xbmc/media
%dir %{_datadir}/xbmc/web
%dir %{_datadir}/xbmc/screensavers
%dir %{_datadir}/xbmc/scripts
%dir %{_datadir}/xbmc/skin
%dir %{_datadir}/xbmc/sounds
%dir %{_datadir}/xbmc/system
%dir %{_datadir}/xbmc/userdata
%dir %{_datadir}/xbmc/visualisations
%{_datadir}/pixmaps/xbmc.png
%{_datadir}/applications/xbmc.desktop
%{_datadir}/xbmc/language/*
%{_datadir}/xbmc/media/*
%{_datadir}/xbmc/screensavers/*
%{_datadir}/xbmc/scripts/*
%{_datadir}/xbmc/skin/*
%{_datadir}/xbmc/sounds/*
%{_datadir}/xbmc/system/*
%{_datadir}/xbmc/userdata/*
%{_datadir}/xbmc/visualisations/*
%{_datadir}/xbmc/web/*

%changelog
* Sat Sep 20 2008 Scott Harvanek <scotth@login.com>
- Initial Build
- SVN r15642
The patch file simply fixes the libDVDCSS name issue.
Code:
--- xbmc/cores/dvdplayer/Codecs/libDVDCSS/src/dvdcss.old/dvdcss.h.old        2008-09-20 18:59:35.000000000 -0700
+++ xbmc/cores/dvdplayer/Codecs/libDVDCSS/src/dvdcss/dvdcss.h   2008-09-20 18:57:47.000000000 -0700
@@ -1,6 +1,6 @@
 /**
  * \file dvdcss.h
- * \author St�phane Borel <stef@via.ecp.fr>
+ * \author Stephane Borel <stef@via.ecp.fr>
  * \author Samuel Hocevar <sam@zoy.org>
  * \brief The \e libdvdcss public header.
  *

Last edited by MGOB; 23rd September 2008 at 02:59 AM.
Reply With Quote
  #19  
Old 23rd September 2008, 02:57 AM
MGOB Offline
Registered User
 
Join Date: Sep 2008
Posts: 5
Here's what I die on every time:

extracting debug info from /var/tmp/xbmc-beta1/usr/share/xbmc/system/players/paplayer/wma-i486-linux.so
*** ERROR: No build ID note found in /var/tmp/xbmc-beta1/usr/share/xbmc/system/players/paplayer/wma-i486-linux.so
error: Bad exit status from /var/tmp/rpm-tmp.14368 (%install)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.14368 (%install)
You have new mail in /var/spool/mail/root
Reply With Quote
  #20  
Old 29th September 2008, 08:24 AM
MGOB Offline
Registered User
 
Join Date: Sep 2008
Posts: 5
I got it all worked out, F8 32 bit RPM is available @ http://fedorajunkies.com/index.php/XBMC

(sources + spec too)
Reply With Quote
  #21  
Old 30th September 2008, 10:14 AM
sardaukar_siet's Avatar
sardaukar_siet Offline
Registered User
 
Join Date: Aug 2004
Posts: 55
will it work for F9 ?
__________________
it is by my will alone that I set my mind in motion
Reply With Quote
  #22  
Old 30th September 2008, 10:22 AM
sardaukar_siet's Avatar
sardaukar_siet Offline
Registered User
 
Join Date: Aug 2004
Posts: 55
Should have posted after trying...

Fedora 9 - doesn't work out of the "box" (RPM). I managed to install the RPM only with --nodeps since it asks for a version of libGLEW not in the repos anymore (1.4, current is 1.5). I *could* ln -s to the previous version, but I think it wouldn't work... right?
__________________
it is by my will alone that I set my mind in motion
Reply With Quote
  #23  
Old 20th October 2008, 06:25 PM
creeping death's Avatar
creeping death Offline
Registered User
 
Join Date: Feb 2008
Posts: 655
i m having a really bad day...

i got xbmc , installed it , now message comes
[code]
Code:
@localhost ~]$ xbmc
Fatal error encountered, aborting
Error log at /var/tmp/anupam-xbmc.log
Aborted (core dumped)
log file at:
http://uploads.bizhat.com/file/349856

please check, its only 12kb

the places in the log file where ERROR was diagnosed

Code:
22:13:05 T:3019376 M:1227141120 WARNING: CopyFile, cant open file </usr/share/xbmc/userdata/Lircmap.xml>. trying to use lowercase </usr/share/xbmc/userdata/lircmap.xml>
22:13:05 T:3019376 M:1227141120   ERROR: CopyFile - cant open source file </usr/share/xbmc/userdata/Lircmap.xml>
22:13:05 T:3019376 M:1227141120  NOTICE: -----------------------------------------------------------------------
22:13:05 T:3019376 M:1227141120  NOTICE: Starting XBMC, Platform: GNU/Linux.  Built on Oct 19 2008 (SVN:exported)
22:13:05 T:3019376 M:1227141120  NOTICE: Q is mapped to: /usr/share/xbmc
22:13:05 T:3019376 M:1227141120  NOTICE: The executable running is: /usr/share/xbmc/xbmc.bin
22:13:05 T:3019376 M:1227141120  NOTICE: Log File is located: /var/tmp/anupam-xbmc.log
22:13:05 T:3019376 M:1227141120  NOTICE: -----------------------------------------------------------------------
22:13:05 T:3019376 M:1226883072  NOTICE: Setup SDL
here is where i feel the error is

Code:
16:43:05 T:3019376 M:1225334784  NOTICE: /home/anupam/.xbmc/userdata/sources.xml
16:43:05 T:3019376 M:1225334784   ERROR: Load Error loading /home/anupam/.xbmc/userdata/sources.xml: Line 0, Failed to open file
16:43:05 T:3019376 M:1225334784    INFO: Checking skinpath existence, and existence of keymap.xml:Q:\skin...
16:43:05 T:3019376 M:1225334784    INFO: XRANDR: /usr/share/xbmc/xbmc-xrandr --output default --mode 0x1ad
16:43:05 T:3019376 M:1222496256   DEBUG: Constructing surface 720x480, shared=(nil), fullscreen=0
16:43:05 T:3019376 M:1222496256    INFO: GLX Info: NOT Using destination window
16:43:05 T:3019376 M:1222496256    INFO: GLX Info: Using parent window
16:43:05 T:3019376 M:1222496256    INFO: GLX Info: Creating unshared context
16:43:05 T:3019376 M:1219227648    INFO: GL_VENDOR = NVIDIA Corporation
16:43:05 T:3019376 M:1219227648    INFO: GL_RENDERER = GeForce 7600 GT/PCI/SSE2
16:43:05 T:3019376 M:1219227648    INFO: GL_VERSION = 2.1.2 NVIDIA 173.14.12
16:43:05 T:3019376 M:1219227648    INFO: GL_EXTENSIONS = GL_ARB_color_buffer_float GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_half_float_pixel GL_ARB_imaging GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_
16:43:05 T:3019376 M:1219227648    INFO: GL: Maximum texture width: 4096
16:43:05 T:3019376 M:1219227648    INFO: load language info file: /usr/share/xbmc/language/English/langinfo.xml
16:43:05 T:3019376 M:1219227648   ERROR: unable to load /usr/share/xbmc/language/English/langinfo.xml: Failed to open file at line 0
16:43:05 T:3019376 M:1219227648   DEBUG: SECTION:LoadDLL(Q:\system\ImageLib-i486-linux.so)
16:43:05 T:3019376 M:1219227648   DEBUG: Loading: /usr/share/xbmc/system/ImageLib-i486-linux.so
16:43:05 T:3019376 M:1219141632 WARNING: CreateFile, successfuly opened </usr/share/xbmc/media/Splash.png> instead of </usr/share/xbmc/media/splash.png>
16:43:05 T:3019376 M:1217163264   DEBUG: PICTURE: loaded image and created texture. height: 401, width: 721
16:43:05 T:3019376 M:1217679360   DEBUG: Load /usr/share/xbmc/media/splash.png: 43.7ms
16:43:05 T:3019376 M:1216778240    INFO: load language file:/usr/share/xbmc/language/English/strings.xml
16:43:05 T:3019376 M:1216778240   DEBUG: unable to load /usr/share/xbmc/language/English/strings.xml: Failed to open file at line 0
16:43:05 T:3019376 M:1216778240   DEBUG: unable to load Q:\language\english\strings.xml: Failed to open file at line 0
16:43:05 T:3019376 M:1216778240 WARNING: Emergency recovery console starting...
there is no sources.xml file in ~/.xbmc/userdata/....

how do i rectify that???
or is there some other problem??
or is it something else??? is it because it was unable to load /usr/share/xbmc/lang.../English/strings.xml???

Last edited by creeping death; 20th October 2008 at 06:30 PM.
Reply With Quote
  #24  
Old 20th October 2008, 07:10 PM
creeping death's Avatar
creeping death Offline
Registered User
 
Join Date: Feb 2008
Posts: 655
the fatal error problem is solved , there was no directory name /usr/share/xbmc/languages/english

however there was a english (US) so i renamed it to english and the error vanished...however there are is text displayed in the menu....i dont understand why this is happening???

i added the fedorajunkies repo and did a
yum install XBMC

where did i go wrong...


i feeling like crying...

Last edited by creeping death; 20th October 2008 at 07:37 PM.
Reply With Quote
  #25  
Old 21st October 2008, 11:42 AM
creeping death's Avatar
creeping death Offline
Registered User
 
Join Date: Feb 2008
Posts: 655
Guys I have an idea and i need your help...

if you have xbmc and its working fine, or atleast if the menu has words on it...it means that "language" directory in /usr/share/xbmc contains the files that work properly...

now the help that i need is that...if someone could...pack the "languages" folder up (as tar.gz , or zip or tar.bz or something else) and upload it onto a file-sharing website like easy-share(http://www.easy-share.com/) or rapidshare or (any other web-site) and give me the link or attach the file to this thread...,
then i could download it...and replace my files with them...i am sure that this would work because when i change the language to ...say french(i somehow managed, by randomly clicking) then the words are available...so...this is my last resort...

please help me out you guys....hoping that someone would step-up...

to summarise...
1.copy the folder /usr/share/xbmc/languages/English (or English (US))
2.archive it
3.upload the archive to a file-sharing website like www.easy-share.com or attach it to this forum thread
4.accept my gratitude

thank you.


EDIT:Like I said it all works great excepting the language...
Screenshots:


savez-vous le français ?



Je ne sais pas le français ;D



This certainly takes the phrase "its so french" to another level...
YOU:"Dude, did you check out XBMC- that cool looking media center ?"
ME:"Yeah I did, its so french!!"


so as you can see , XBMC would become truely awesome if you could just lend me a hand...

Last edited by creeping death; 21st October 2008 at 12:43 PM. Reason: added the screens
Reply With Quote
  #26  
Old 21st October 2008, 01:55 PM
creeping death's Avatar
creeping death Offline
Registered User
 
Join Date: Feb 2008
Posts: 655
got what i needed from here...

http://xbmc.svn.sourceforge.net/view...?pathrev=14934

Thanks...anyways

peace


Last edited by creeping death; 22nd October 2008 at 06:39 PM.
Reply With Quote
  #27  
Old 22nd October 2008, 04:47 AM
zman Offline
Registered User
 
Join Date: Apr 2005
Posts: 6
Quote:
Originally Posted by creeping death View Post
got what i needed from here...

http://xbmc.svn.sourceforge.net/view...=date&view=log

Thanks...anyways

peace


I installed the xbmc rpm from the repo last night and think I am getting same error as you (same symptoms, i haven't had a chance to go through the log file output).

Thanks for working through this problem! I'll try your solution tonight and hopefully be cooking with gas AND xbmc tonight

Edit.

Fix above solved my problems. Now I am having a new problem, XBMC crashes every time i try to read from a SMB share and I can only access ext3 formatted drives. My main storage is jfs formatted and it does not seem to be accessible from XBMC. Anyone else had similar problems? Any suggestions? I will try to get error messages etc when I am at home next.

Last edited by zman; 23rd October 2008 at 03:12 AM.
Reply With Quote
  #28  
Old 28th October 2008, 12:12 PM
creeping death's Avatar
creeping death Offline
Registered User
 
Join Date: Feb 2008
Posts: 655
maybe there are some read/write restrictions, to that part of for harddrive...i have all my media on xfs filesystem , no problems for me...just check out the drives restrictions once
Reply With Quote
  #29  
Old 4th November 2008, 12:41 AM
zman Offline
Registered User
 
Join Date: Apr 2005
Posts: 6
Quote:
Originally Posted by creeping death View Post
maybe there are some read/write restrictions, to that part of for harddrive...i have all my media on xfs filesystem , no problems for me...just check out the drives restrictions once
I have no idea what the restriction is, I spent ages fiddling with permissions and any setting I could find. I now have a symbolic link to the directory where the jfs mount point and haven't had any real problems since. XBMC running smoothly here!
Reply With Quote
  #30  
Old 8th December 2008, 12:25 PM
F-GT Offline
Registered User
 
Join Date: May 2004
Posts: 81
Any more progress with this ?
Reply With Quote
Reply

Tags
xbmc

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
MPlayer and XBMC built with NVIDIA VDPAU Hansvon Guides & Solutions (No Questions) 70 13th April 2011 03:27 PM
F11 - XBMC not starting MrFreddy Installation and Live Media 3 24th February 2010 09:14 PM
xbmc problem from fedorajunkies setTopbox Using Fedora 0 6th September 2009 11:21 PM
Is Anyone Running XBMC? FergatROn Using Fedora 4 19th July 2009 04:39 PM


Current GMT-time: 02:19 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat