LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-28-2008, 06:58 PM   #1
Rfahrytas
LQ Newbie
 
Registered: May 2008
Posts: 12

Rep: Reputation: 0
Installing WIRED .... dependency issues


PCLinuxOS 2008

###################
Could not mark all packages for installation or upgrade. The following packages have unresolvable dependencies. Make sure that all required repositories are added and enabled in the preferences.

wired: Latest Verison 0.5-0.07423.2pclos2007
Depends: jackit
Depends: portaudio (>=20.0) but it is not installable
Depends: libwired0 (= 0.5-0.070423.2pclos2007)
Depends: libWiredAkai.so
Depends: libWiredWidgets.so
###################


I would dearly like to have WIRED installed on my system ... however i get the following feedback from Synaptic when attempting to install .... and yes i have reloaded and upgraded .. *smile* ... and the only time i seem to run into installation problems using Synaptic is when trying to install a piece of software that depends upon Jackit ...

Well in this case i searched for Jackit ... sure enough it was not loaded ... so tried to install .. it complained needed libjack0 version 109 etc ... and found i had to FORCE downgrade of this lib to satisfy installation of jackit ... so did that and then could install jackit

However, now it says "Depends: portaudio (>=20.0) but it is not installable", let alone the other 'Depends' in the list .... i search for 'portaudio' and no such listing in synaptic indexes [oh there is libportaudio-dev etc, but installing does not help] ... and so i have no idea where to go to from here.


So ... my question is is there anybody out there who either has had similar probs installing WIRED - any suggestions to help at all would be most appreciated. And finally ... its this damn JackIT thing .. it always gets in the way of a successful installation on my system?!?!?!

Any ideas .. i dont want to be a Linux Nerd .. just a Linux user *smile*

Thnx
 
Old 11-29-2008, 06:52 AM   #2
Rfahrytas
LQ Newbie
 
Registered: May 2008
Posts: 12

Original Poster
Rep: Reputation: 0
OK, so in the meantime i went to the http://wired.sourceforge.net/ site and downloaded the tar.gz file for version 0.6 ... the latest. I followed the instructions in INSTALL and everything behaved without complaint until right at the end of the MAKE procedure ... where it spits out this complaint ...

###########################
SettingWindow.cpp: In constructor `SettingWindow::SettingWindow()':
SettingWindow.cpp:69: error: syntax error before `.' token
SettingWindow.cpp:69: error: syntax error before `)' token
SettingWindow.cpp:70: error: syntax error before `.' token
SettingWindow.cpp:70: error: syntax error before `)' token
SettingWindow.cpp:71: error: syntax error before `.' token
SettingWindow.cpp:71: error: syntax error before `)' token
SettingWindow.cpp:72: error: syntax error before `.' token
SettingWindow.cpp:72: error: syntax error before `)' token
SettingWindow.cpp:73: error: syntax error before `.' token
SettingWindow.cpp:73: error: syntax error before `)' token
make[2]: *** [SettingWindow.o] Error 1
make[2]: Leaving directory `/home/je/Desktop/wired-0.6/src/gui'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/je/Desktop/wired-0.6/src'
make: *** [install-recursive] Error 1
###########################

Both the ./autogen.sh and ./configure steps worked without error

Has anybody got any ideas??? ... it seems it was just a breath away from completing the MAKE successfully

Thanks Rfah
 
Old 11-29-2008, 07:04 AM   #3
Total-MAdMaN
Member
 
Registered: May 2008
Distribution: Gentoo
Posts: 306

Rep: Reputation: 34
Quote:
Originally Posted by Rfahrytas View Post
Depends: portaudio (>=20.0) but it is not installable
This is the important part when installing it through the package manager. The repository(s) you're using doesn't have a version of portaudio Wired requires (20.0 or above). You'll need to find an appropriate version of this package for your system and install it first.
 
Old 11-29-2008, 09:38 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
I have no idea, why the dependancy mechanism in PCLOS 2008
behaves like this, the packages are identic with those in
PCLOS 2007, which causes no errors. "wired" can be installed
in 2008 ... and after the install there are no deps :

Have a look at the output of 'ldd/usr/bin/wired
libWiredWidgets.so => /usr/lib/libWiredWidgets.so (0xb7efa000)
libWiredAkai.so => /usr/lib/libWiredAkai.so (0xb7ef7000)
libportaudio.so.2 => /usr/lib/libportaudio.so.2 (0xb7b64000)
> > no missing dependencies here !
(You will just have to accept the error "1 broken package"
if you start Synaptics, but that is part of the bug.)

And how to install .... first all real dependencies :
# 'apt-get install flac dssi jackit ladspa soundtouch \
wxGTK2.6 libwxgtk2.6'

And the 2 packages which causes errors
# 'rpm -Uvh --nodeps libwired0-0.5-0.070423.2pclos2007.i586.rpm'
from http://rpm.pbone.net/index.php3?stat...s2007.i586.rpm

# 'rpm -Uvh --nodeps wired-0.5-0.070423.2pclos2007.i586.rpm'
from http://rpm.pbone.net/index.php3/stat....i586.rpm.html

.....

Last edited by knudfl; 11-29-2008 at 09:55 AM.
 
Old 11-29-2008, 02:40 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 4 : "Synaptic" (and may be 'apt-get') will uninstall
the 2 packages "wired" when installing new packages.

# 2 : I have compiled wired-0.6 on PCLOS 2007 and 2008
with no errors and no warnings, using 'libwxgtku2.6-devel'

Your errors might be from libwxgtk 2.8 ?? or if you
have build wxGTK yourself ??
....
 
  


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
RHEL 4 dependency issues while installing subversion kolanos Red Hat 2 07-22-2008 02:26 AM
Missing dependency issues installing MRTG from yum GavB Linux - Software 5 02-18-2008 09:01 AM
Dependency issues - Trouble installing packages RedRaven Debian 1 06-14-2006 11:57 PM
'wired' compile issues; (nu 2 linux) spoonboiler SUSE / openSUSE 2 12-27-2004 05:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:14 PM.

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