LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 04-30-2008, 06:32 PM   #1
pietruszewski
Member
 
Registered: Jul 2007
Location: London, Ontario, Canada
Distribution: Debian
Posts: 79

Rep: Reputation: 15
Question Trouble installing swiftfox on Debian Sid (amd64)


I was researching how to get flashplayer/java working in my web browser (64 bit processors have their flaws) and I stumbled upon swiftfox - a Web browser supposedly capable of doing so. I added the swiftfox repository, and tried to apt get install swiftfox and I was returned with this error:

Code:
Package swiftfox-athlon64 has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and 
never uploaded, has been obsoleted or is not available with the contents of 
sources.list
So instead of worrying about this issue, I downloaded the .deb file.

Code:
 dpkg -i swiftfox-athlon64.deb
Unpacking swiftfox-athlon64 (from swiftfox_3.0pre-2_athlon64.deb) ...
dpkg: dependency problems prevent configuration of swiftfox-athlon64:
 swiftfox-athlon64 depends on ia32-libs-gtk; however:
  Package ia32-libs-gtk is not installed.
I was baffled at why these packages aren't available, but I brushed it off and downloaded ia32-libs-gtk.deb from the Debian package website, and through synaptic I found all its dependencies. But yet again, my actions were thwarted as dpkg would not install swiftfox because my ia32-libs-gtk package version was 1.19 and swiftfox needed 1.22.

My sources.list looks like this:

Code:
# deb cdrom:[Debian GNU/Linux 4.0 r3 _Etch_ - Official amd64 NETINST Binary-1 20080218-14:10]/ etch contrib main

# deb cdrom:[Debian GNU/Linux 4.0 r3 _Etch_ - Official amd64 NETINST Binary-1 20080218-14:10]/ etch contrib main

deb http://gulus.usherbrooke.ca/debian/ etch main non-free
deb-src http://gulus.usherbrooke.ca/debian/ etch main non-free


deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib


# Compiz-fusion repo
#deb http://download.tuxfamily.org/shames/debian-etch/desktopfx/stable/ ./

#Backports
deb http://www.backports.org/debian etch-backports main contrib non-free

#SwiftFox
deb http://getswiftfox.com/builds/debian unstable non-free

#hmmmmmmmmmmm

#deb http://www.dipconsultants.com/debian etch main
Can anybody point me in the right direction? Or even better, point me in the direction of an easier way to use flashplayer/java on an amd64 Debian system? It would be much appreciated.
 
Old 05-02-2008, 07:47 AM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
Download the 32-bit Firefox binary from mozilla.com. If Debian is standards compliant, then you install it and execute it. Installing Flash and other 32-bit plugins is no different than installing them on a ix86 ABI. If Debian isn't standards compliant, then you can check out NSPluginwrapper.
 
Old 05-02-2008, 08:16 AM   #3
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
If you downloaded the 32-bits version of Mozilla, dpkg might complain about the wrong architecture. In that case add the option --force-architecture.

I haven't installed 32-bits Mozilla yet, but I installed Skype this way, and it runs flawlessly.

jlinkels
 
Old 05-02-2008, 10:30 AM   #4
pietruszewski
Member
 
Registered: Jul 2007
Location: London, Ontario, Canada
Distribution: Debian
Posts: 79

Original Poster
Rep: Reputation: 15
Where would I find a 32 bit version of firefox? The tar.gz I downloaded from mozilla.com is architecture independent apparently - there is only one version.
 
Old 05-02-2008, 10:33 AM   #5
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
AFAIK, Mozilla only provides a 32-bit version.
 
Old 05-02-2008, 12:14 PM   #6
pietruszewski
Member
 
Registered: Jul 2007
Location: London, Ontario, Canada
Distribution: Debian
Posts: 79

Original Poster
Rep: Reputation: 15
Code:
~/Downloads/install_flash_player_9_linux$ ./flashplayer-installer

ERROR: Your architecture, \'x86_64\', is not supported by the
       Adobe Flash Player installer.
This means I need to use the nspluginwrapper right?

Last edited by pietruszewski; 05-02-2008 at 12:20 PM.
 
Old 05-02-2008, 12:23 PM   #7
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
If you're using a 32-bit Firefox patch the installer with this patch http://svn.cross-lfs.org/svn/repos/p...x86_64-1.patch. Then install as usual. The install script doesn't allow for standards compliant x86_64 systems. It erroneously assumes that all x86_64 systems are non-compliant and only support the 64-bit ABI.
 
Old 05-04-2008, 12:52 PM   #8
pietruszewski
Member
 
Registered: Jul 2007
Location: London, Ontario, Canada
Distribution: Debian
Posts: 79

Original Poster
Rep: Reputation: 15
How do I apply this patch? have you successfully used it 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
Debian amd64 sid X server problem Malibyte Debian 6 04-29-2006 12:24 AM
rt2500 Wireless Lan Card Debian Sid AMD64 -- alias problem rickh Debian 3 01-27-2006 10:40 PM
Debian Sid -- Trouble Installing KDE anything even Koffice mowestusa Debian 7 10-19-2005 09:42 AM
Installing Debian-Sid cjnodell Debian 6 06-14-2005 10:42 AM
Installing Debian Sid from CD... problems froguy Debian 4 10-12-2003 07:04 PM

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

All times are GMT -5. The time now is 06:56 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