LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-05-2015, 12:56 PM   #1
utanja
Member
 
Registered: Apr 2004
Location: Europe:Salzburg Austria USA:Orlando,Florida;
Distribution: Debian
Posts: 643

Rep: Reputation: 32
aptitude error


symbol lookup error:aptitude: undefined sysbol: <ZNcwsfwr7qusfwra5pmager_testERKSspk

never had this problem.....where do i look?

Last edited by utanja; 08-08-2015 at 11:49 AM.
 
Old 08-05-2015, 03:03 PM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Can you tell us what command you gave that produced this error. Also it might be helpful to give the entire output produced by the command.
jdk
 
Old 08-06-2015, 09:27 AM   #3
utanja
Member
 
Registered: Apr 2004
Location: Europe:Salzburg Austria USA:Orlando,Florida;
Distribution: Debian
Posts: 643

Original Poster
Rep: Reputation: 32
Quote:
Originally Posted by jdkaye View Post
Can you tell us what command you gave that produced this error. Also it might be helpful to give the entire output produced by the command.
jdk
Code:
symbol lookup error:aptitude: undefined sysbol: <ZNcwsfwr7qusfwra5pmager_testERKSspk
the command is sudo aptitude
 
Old 08-07-2015, 12:19 AM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by utanja View Post
Code:
symbol lookup error:aptitude: undefined sysbol: <ZNcwsfwr7qusfwra5pmager_testERKSspk
the command is sudo aptitude
If you are trying to do a regular upgrade then just try these two commands:
Code:
sudo aptitude update
sudo aptitude safe-upgrade
Report any error messages you get.
jdk

Last edited by jdkaye; 08-07-2015 at 12:22 AM.
 
Old 08-07-2015, 10:35 AM   #5
utanja
Member
 
Registered: Apr 2004
Location: Europe:Salzburg Austria USA:Orlando,Florida;
Distribution: Debian
Posts: 643

Original Poster
Rep: Reputation: 32
Quote:
Originally Posted by jdkaye View Post
If you are trying to do a regular upgrade then just try these two commands:
Code:
sudo aptitude update
sudo aptitude safe-upgrade
Report any error messages you get.
jdk
both commands work fine with no error message from both the terminal emulator and from the direct command line,

It is the sudo aptitude (no parameter) from the command line it errors
 
Old 08-07-2015, 11:32 AM   #6
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,003
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Something aptitude is trying to call for visual mode is failing. aptitude by itself with no options or command just opens aptitude in a visual mode (similar to how dselect was). Unfortunately I don't personally use aptitude to know enough to try to figure out WHAT is failing.
 
Old 08-07-2015, 12:03 PM   #7
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Have you submitted a bug report? If not someone else seems to have the same problem. Have a look at this link and see if there's a solution posted. What version of the libcwidget3 package are you running?
jdk

Last edited by jdkaye; 08-07-2015 at 12:11 PM.
 
Old 08-08-2015, 11:46 AM   #8
utanja
Member
 
Registered: Apr 2004
Location: Europe:Salzburg Austria USA:Orlando,Florida;
Distribution: Debian
Posts: 643

Original Poster
Rep: Reputation: 32
Thumbs up Solved

just updated sid with apt-get and there is an upgrade for aptitude and dome dependencies which now works perfectly
 
Old 08-08-2015, 12:50 PM   #9
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Well done! Yes, with Sid (or Testing) you really need to update your system regularly (I update mine daily). You'll avoid a lot of problems that way.
jdk
 
Old 08-08-2015, 01:59 PM   #10
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,003
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Quote:
Originally Posted by jdkaye View Post
Well done! Yes, with Sid (or Testing) you really need to update your system regularly (I update mine daily). You'll avoid a lot of problems that way.
jdk
Unless you shouldn't update, in which case it breaks stuff. That's the rub of SID, you need to check the current issues all the time to avoid breaking something you need to use.
 
Old 08-08-2015, 11:47 PM   #11
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by Timothy Miller View Post
Unless you shouldn't update, in which case it breaks stuff. That's the rub of SID, you need to check the current issues all the time to avoid breaking something you need to use.
Which is why it's a good idea to install the apt-listbugs package.
Quote:
Description: tool which lists critical bugs before each APT installation
apt-listbugs is a tool which retrieves bug reports from the Debian Bug Tracking System and lists
them. Especially, it is intended to be invoked before each installation/upgrade by APT in order to
check whether the installation/upgrade is safe.
jdk
 
Old 08-11-2015, 07:54 AM   #12
utanja
Member
 
Registered: Apr 2004
Location: Europe:Salzburg Austria USA:Orlando,Florida;
Distribution: Debian
Posts: 643

Original Poster
Rep: Reputation: 32
Quote:
Originally Posted by jdkaye View Post
Which is why it's a good idea to install the apt-listbugs package.

jdk
I had not updated for a while and while updating I was doing some paperwork and missed seeing
some conflicting items..

Normally I update daily....from now on I will check apt-get-listbugs

Thanks everyone for the tips
 
Old 08-11-2015, 09:24 AM   #13
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,003
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Quote:
Originally Posted by utanja View Post
I had not updated for a while and while updating I was doing some paperwork and missed seeing
some conflicting items..

Normally I update daily....from now on I will check apt-get-listbugs

Thanks everyone for the tips
Yeah, HUGE thing for running testing or sid, unlesss you don't mind breaking stuff and having to wait sometimes weeks for it to be fixed in the repos...
 
Old 08-11-2015, 12:08 PM   #14
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Yes, I am currently living through the hell known as KDE5 but in the end despite all my whinging I truly love Debian Testing and KDE.
jdk
 
Old 08-11-2015, 01:42 PM   #15
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,003
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Quote:
Originally Posted by jdkaye View Post
Yes, I am currently living through the hell known as KDE5 but in the end despite all my whinging I truly love Debian Testing and KDE.
jdk
Yeah, I'm abandoning KDE with 5. Just too feature incomplete, too little choice in how to use it, too little stability. I've already abandoned it on 1 machine for LXQT, I'm probably going to abandon it on another for Trinity, possibly all the remaining desktops. I've been using KDE since v1.1, through every version, even through the hectic wasn't supposed to be used by the masses 4.0, and never felt like it was so bad that it was unusable. But with KDE5, it's just too badly done, I can't use it anymore.
 
  


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] Aptitude Error - LMDE 64bit NotAComputerGuy Linux - Newbie 5 06-08-2014 11:09 PM
aptitude error in upgrade Thunderlord_DnB Linux - Newbie 5 03-17-2010 06:50 AM
Aptitude error redirection rozilla Ubuntu 2 02-10-2009 06:39 PM
strange aptitude error message walterbyrd Debian 1 08-17-2007 08:20 PM
Aptitude error AndeAnderson Linux - General 3 10-15-2005 03:13 PM

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

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