Ubuntu Forums Archive Viewer

Ubuntuzilla New script error

Archived thread 1379347 from Ubuntuzilla. Markdown source: Ubuntuzilla/thread_1379347_Ubuntuzilla_New_script_error.md

Original URL About this archive
#1

While trying to use this page http://sourceforge.net/apps/mediawiki/ubuntuzilla/index.php?title=Main_Page#Installation using karmic, I ran into: Could not initialize the package information

An unresolvable problem occurred while initializing the package information.

Please report this bug against the 'update-manager' package and include the following error message:

'E:Malformed line 60 in source list /etc/apt/sources.list (dist parse), E:The list of sources could not be read.'

How can i correct this? Ubuntuzilla (old version) is uninstalled.

#2

Uninstall Ubuntuzilla and re-install. Should solve your problem.

Had a similar issue on one computer a while back, and that method worked for me.

OOOOPPSSS .. just noticed Karmic .. you don't need Ubuntuzilla until Karmic is superseded. The repositories should keep your versions of Mozilla programs up to date.

#3

sox fan Matt said: While trying to use this page http://sourceforge.net/apps/mediawiki/ubuntuzilla/index.php?title=Main_Page#Installation using karmic, I ran into: Could not initialize the package information

An unresolvable problem occurred while initializing the package information.

Please report this bug against the 'update-manager' package and include the following error message:

'E:Malformed line 60 in source list /etc/apt/sources.list (dist parse), E:The list of sources could not be read.'

How can i correct this? Ubuntuzilla (old version) is uninstalled.

hi something must have borked up your sources.list open it in a text editor (e.g., gksudo gedit /etc/apt/sources.list ) and make sure everything looks right...

or paste the output of

more /etc/apt/sources.list

and i'll take a look.

#4

oldsoundguy said:

OOOOPPSSS .. just noticed Karmic .. you don't need Ubuntuzilla until Karmic is superseded. The repositories should keep your versions of Mozilla programs up to date.

not true, compare with mozilla release versions:

http://packages.ubuntu.com/karmic/thunderbird

http://packages.ubuntu.com/karmic/seamonkey

#5

here is my sources list. Before you looked, I reinstalled ubuntuzilla but can adjust if need be.

deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)]/ karmic main restricted

See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to

newer versions of the distribution.

deb http://archive.ubuntu.com/ubuntu/ karmic main restricted deb-src http://archive.ubuntu.com/ubuntu/ karmic restricted main multiverse universe #Added by software-properties

Major bug fix updates produced after the final release of the

distribution.

deb http://archive.ubuntu.com/ubuntu/ karmic-updates main restricted deb-src http://archive.ubuntu.com/ubuntu/ karmic-updates restricted main multiverse universe #Added by software-properties

N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu

team. Also, please note that software in universe WILL NOT receive any

review or updates from the Ubuntu security team.

deb http://archive.ubuntu.com/ubuntu/ karmic universe deb http://archive.ubuntu.com/ubuntu/ karmic-updates universe

N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu

team, and may not be under a free licence. Please satisfy yourself as to

your rights to use the software. Also, please note that software in

multiverse WILL NOT receive any review or updates from the Ubuntu

security team.

deb http://archive.ubuntu.com/ubuntu/ karmic multiverse deb http://archive.ubuntu.com/ubuntu/ karmic-updates multiverse

Uncomment the following two lines to add software from the 'backports'

repository.

N.B. software from this repository may not have been tested as

extensively as that contained in the main release, although it includes

newer versions of some applications which may provide useful features.

Also, please note that software in backports WILL NOT receive any review

or updates from the Ubuntu security team.

deb http://us.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse

deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse

Uncomment the following two lines to add software from Canonical's

'partner' repository.

This software is not part of Ubuntu, but is offered by Canonical and the

respective vendors as a service to Ubuntu users.

deb http://archive.canonical.com/ubuntu karmic partner deb-src http://archive.canonical.com/ubuntu karmic partner

deb http://archive.ubuntu.com/ubuntu/ karmic-security main restricted deb-src http://archive.ubuntu.com/ubuntu/ karmic-security restricted main multiverse universe #Added by software-properties deb http://archive.ubuntu.com/ubuntu/ karmic-security universe deb http://archive.ubuntu.com/ubuntu/ karmic-security multiverse deb http://archive.ubuntu.com/ubuntu/ karmic restricted deb http://archive.ubuntu.com/ubuntu/ karmic-updates restricted deb http://archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse #Added by software-properties deb http://archive.canonical.com/ubuntu karmic partner deb-src http://archive.canonical.com/ubuntu karmic partner deb http://archive.ubuntu.com/ubuntu/ karmic-security restricted deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main deb http://archive.ubuntu.com/ubuntu/ karmic-proposed restricted main multiverse universe deb-src http://archive.ubuntu.com/ubuntu/ karmic-proposed restricted main multiverse universe deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu karmic main gksu gedit /etc/apt/sources.list deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | sudo tee -a /etc/apt/sources.list > /dev/null deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main

#6

Hi

delete line number 60 and 61 (the next to last, and second to last lines). they do not belong there.

those are shell commands to run, not repositories.

specifically, delete these:


gksu gedit /etc/apt/sources.list
deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | sudo tee -a /etc/apt/sources.list > /dev/null

after you delete these, run an update, then you can install your mozilla-build packages.