LinuxQuestions.org
Visit Jeremy's Blog.
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 08-27-2016, 10:00 AM   #1
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,714

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Question Why do non-working packages remain in distro repos after many years?


Hi.

Why do broken packages remain in distros repositories after many years?

For example, for years now Vice (a C64 emulator) has not worked in Ubuntu. I checked Debian Jessie and it also does not run (I presume has not worked for years also). I am more surprised that Debian still has Vice.

No doubt, there are more packages like this in many distros.

The error Vice give is [image attached.
Attached Thumbnails
Click image for larger version

Name:	x64.png
Views:	24
Size:	31.0 KB
ID:	22872  
 
Old 08-27-2016, 11:03 AM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Other people seem to get it working, including someone using Ubuntu 16.04 three weeks ago. ;-)

http://www.n00bsonubuntu.net/content...-ubuntu-12-04/
 
1 members found this post helpful.
Old 08-27-2016, 12:10 PM   #3
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Many emulators, such as that one, require ROM/BIOS/OS files which are NOT released under any sort of open source or public domain license. As such, they can't be legally included in various distribution repositories. It's the same reason why the Doctor Who xscreensaver includes a placeholder "image not found" image rather than the Doctor Who logo.

That's the reason why you have to do extra effort and download files from other locations to get them to work.
 
Old 08-27-2016, 01:18 PM   #4
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,714

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
I stand corrected.

I've used the windows version in Wine without issue for a long while now. I think I'll stick with that for now.
 
Old 08-27-2016, 01:28 PM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by LinusStallman View Post
I stand corrected.

I've used the windows version in Wine without issue for a long while now. I think I'll stick with that for now.
No problem. You should give the installation a go though - I always think it's preferable to get an application running natively in Linux, if it is possible, rather than running under Mono, Wine or in a Windows VM.
 
Old 08-27-2016, 01:33 PM   #6
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
Quote:
Originally Posted by hydrurga View Post
No problem. You should give the installation a go though - I always think it's preferable to get an application running natively in Linux, if it is possible, rather than running under Mono, Wine or in a Windows VM.
The Windows version comes with the ROM. Not sure how legal that is. Most linux distributions won't take the chance.
 
Old 08-27-2016, 01:38 PM   #7
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,714

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by jpollard View Post
The Windows version comes with the ROM. Not sure how legal that is. Most linux distributions won't take the chance.
I still have loads of my old C64 games on cassette tapes.

Last edited by linustalman; 08-27-2016 at 01:46 PM. Reason: tape -> tapes
 
Old 08-28-2016, 02:42 AM   #8
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
The ROM in question isn't on any cassette tape, it's the physical ROM installed within the C64 itself. It includes Microsoft BASIC (which probably actually isn't necessary for most games), the built in character ROM fonts, and the KERNAL (which is necessary to load anything from cassette, but might not be necessary for some cartridge based games). None of these are public domain or open source; none may be legally freely distributed.
 
Old 08-28-2016, 01:53 PM   #9
linustalman
LQ Guru
 
Registered: Mar 2010
Location: Ireland
Distribution: Debian 12 Bookworm
Posts: 5,714

Original Poster
Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by IsaacKuo View Post
The ROM in question isn't on any cassette tape, it's the physical ROM installed within the C64 itself. It includes Microsoft BASIC (which probably actually isn't necessary for most games), the built in character ROM fonts, and the KERNAL (which is necessary to load anything from cassette, but might not be necessary for some cartridge based games). None of these are public domain or open source; none may be legally freely distributed.
Hi Isaac. I still have my old C64.
 
  


Reply

Tags
broken, c64, vice, x64



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
How can we validate packages outside our distro's repos DoeDoe Linux - Newbie 7 02-25-2016 02:08 PM
How to compare all installed packages with the repos they came from Ulysses_ Ubuntu 3 09-24-2015 03:09 PM
How often do you install packages outside your distro's repos? $(( 10#$x )) Linux - General 21 12-06-2013 10:53 AM
LXer: Linux-Windows gap to remain for five years LXer Syndicated Linux News 0 10-14-2009 11:40 AM
Two years to find a working Linux distro.... ONEderer Linux - Desktop 2 09-15-2006 11:34 PM

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

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