LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-04-2013, 07:38 AM   #1
darkstar61
Member
 
Registered: Sep 2012
Distribution: agnOStic
Posts: 46

Rep: Reputation: 12
problems with radiotray from slackbuilds


hi

i'm on a 14 full install

with sbopkg installed all the required deps > gst-ffmpeg gst-plugins-ugly gst-python > all went ok

when i try to finally install radiotray i get this

Code:
Traceback (most recent call last):
  File "setup.py", line 16, in <module>
    from src.lib.common import APPNAME, APPVERSION
  File "/tmp/SBo/radiotray-0.7.2/src/lib/common.py", line 5, in <module>
    from xdg.BaseDirectory import xdg_data_home
ImportError: No module named xdg.BaseDirectory

radiotray:
Would you like to continue processing the rest of the
queue or would you like to abort?  If this failed
package is a dependency of another package in the queue
then it may not make sense to continue.

(Y)es to continue, (N)o to abort, (R)etry the build?:
on yes

Code:
SUMMARY LOG
Using the SBo repository for Slackware 14.0
Queue Process:  Download, build, and install

radiotray:
  MD5SUM check for radiotray-0.7.2.tar.gz ... OK
  Error occurred with build.  Please check the log.
the log just report what i have already write bout the import error...

any clue?

thnx a lot
 
Old 02-04-2013, 07:42 AM   #2
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
you probably need also pyxdg.
 
1 members found this post helpful.
Old 02-04-2013, 08:14 AM   #3
darkstar61
Member
 
Registered: Sep 2012
Distribution: agnOStic
Posts: 46

Original Poster
Rep: Reputation: 12
Quote:
Originally Posted by ponce View Post
you probably need also pyxdg.
thnx a lot ponce, that works...

Code:
SUMMARY LOG                                                                                                                      │
│ Using the SBo repository for Slackware 14.0                                                                                      │
│ Queue Process:  Download, build, and install                                                                                     │
│
│ radiotray:                                                                                                                       │
│   MD5SUM check for radiotray-0.7.2.tar.gz ... OK                                                                                 │
│   Building package radiotray-0.7.2-x86_64-1_SBo.tgz ... OK                                                                       │
│   Installing package radiotray-0.7.2-x86_64-1_SBo.tgz ... OK                                                                     │
│
│ +++++++++++++++++++++++++++++++++++++++++++                                                                                      │
│
│ ###########################################                                                                                      │
│           Queue process complete!                                                                                                │
│ ###########################################
but now i'm in trouble with actually run it

Code:
bash-4.2$ radiotray
Traceback (most recent call last):
  File "/usr/bin/radiotray", line 12, in <module>
    os.chdir(workdir)
OSError: [Errno 2] No such file or directory: '/usr/bin/src'
?
 
Old 02-04-2013, 08:37 AM   #4
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
dunno, here runs (beside the fact that I don't have a gtk-tray where it can reside -needed).
 
Old 02-04-2013, 09:19 AM   #5
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
having a deeper look at this, seems it needs also lxml.
 
1 members found this post helpful.
Old 02-04-2013, 09:58 AM   #6
darkstar61
Member
 
Registered: Sep 2012
Distribution: agnOStic
Posts: 46

Original Poster
Rep: Reputation: 12
Quote:
Originally Posted by ponce View Post
having a deeper look at this, seems it needs also lxml.
thnx ponce

installation of lxml (with the required deps of beautifulsoup) solved the issue

as a note i'm wondering if it's the case to put pyxdg and lxml in the required deps of the radiotray's info file

have a nice day and again thnx for helpin me out

Last edited by darkstar61; 02-04-2013 at 10:01 AM. Reason: typo
 
Old 02-04-2013, 10:01 AM   #7
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
yes, I think it's the case.

you're welcome
 
Old 02-04-2013, 11:08 AM   #8
darkstar61
Member
 
Registered: Sep 2012
Distribution: agnOStic
Posts: 46

Original Poster
Rep: Reputation: 12
what is the easy way i can fill a report to slackbuild people to inform bout that?
 
Old 02-04-2013, 11:13 AM   #9
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
you can write to the mailing list (slackbuilds-users@slackbuilds.org), cc'ing the maintainer too.
 
Old 02-04-2013, 11:19 AM   #10
darkstar61
Member
 
Registered: Sep 2012
Distribution: agnOStic
Posts: 46

Original Poster
Rep: Reputation: 12
i'll do that

is good if in the mail i put the link to this post to explain the issue (with a brief note) or i have to rewrite all?

thnx
 
Old 02-04-2013, 11:23 AM   #11
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
it's ok, but explain also in the mail what has to be fixed, don't force the mailing list subscribers to read all this stuff
 
Old 02-04-2013, 11:32 AM   #12
darkstar61
Member
 
Registered: Sep 2012
Distribution: agnOStic
Posts: 46

Original Poster
Rep: Reputation: 12
ok, got it...
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Slackware64 14, problems with compiling packages from slackbuilds.org Chelyuk Slackware 33 10-05-2012 12:21 AM
osmo (slackbuilds) problems carlitoco Slackware 8 02-08-2011 07:39 AM
why slackbuilds? icecubeflower Slackware 12 04-11-2010 12:17 PM
Slackbuilds from 12.0 for 12.1 arubin Slackware 7 05-07-2008 03:51 AM
Use SlackBuilds.org or my own hosting to offer up SlackBuilds? hollywoodb Slackware 6 11-30-2006 08:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration