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

Notices


Reply
  Search this Thread
Old 08-04-2009, 03:56 PM   #1
MBA Whore
Member
 
Registered: May 2006
Location: Kansas City, MO
Distribution: Various: pclos, Debian, Ubuntu, etc . . .
Posts: 649

Rep: Reputation: 30
Should this message worry me?


I am trying to compile / install the latest hplip with Mepis 8.

I went back to Step 2, Part C (http://hplipopensource.com/hplip-web...ros/mepis.html)

After installing the dependencies, I got lots of output in the terminal but it ended with this message:

WARNING: The following packages cannot be authenticated!
libdbus-1-3 libdbus-1-dev
E: There are problems and -y was used without --force-yes

Should I be concerned?
 
Old 08-04-2009, 08:11 PM   #2
MBA Whore
Member
 
Registered: May 2006
Location: Kansas City, MO
Distribution: Various: pclos, Debian, Ubuntu, etc . . .
Posts: 649

Original Poster
Rep: Reputation: 30
Ehh...that link should be:

http://hplipopensource.com/hplip-web...ros/mepis.html

Now it should work.
 
Old 08-04-2009, 08:31 PM   #3
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by MBA Whore View Post
Should I be concerned?
Get the GPG repo keys from the repo if you didn't already, or try an alternate mirror if there's mirror errors, or set "AllowUnauthenticated" to "0" in your /etc/apt/apt.conf to allow unauthenticated packages through (bad) or use "--force-yes" (bad) as Apt itself gave you that clue. As you see the problem with just saying "lots of output in the terminal" (instead of attaching a log) is that nobody can see what's going on (like NO_PUBKEY or repo errors) and have to list all possibilities. Not that efficient.
 
Old 08-04-2009, 09:06 PM   #4
MBA Whore
Member
 
Registered: May 2006
Location: Kansas City, MO
Distribution: Various: pclos, Debian, Ubuntu, etc . . .
Posts: 649

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by unSpawn View Post
Get the GPG repo keys from the repo if you didn't already, or try an alternate mirror if there's mirror errors, or set "AllowUnauthenticated" to "0" in your /etc/apt/apt.conf to allow unauthenticated packages through (bad) or use "--force-yes" (bad) as Apt itself gave you that clue. As you see the problem with just saying "lots of output in the terminal" (instead of attaching a log) is that nobody can see what's going on (like NO_PUBKEY or repo errors) and have to list all possibilities. Not that efficient.

Point taken, here is the terminal input:

cat2007@mepis1:~$ su -c "apt-get install --yes libcupsys2 libcupsys2-dev libcupsys2-dev build-essential gs-esp openssl libjpeg62-dev libsnmp9-dev build-essential libtool libusb-dev build-essential python-imaging python-qt4 python-qt4-dbus python-dbus libdbus-1-dev python-gobject python-dev python python python-reportlab sane libsane-dev libsane-dev sane-utils xsane"

Point taken, here is the terminal output (concerned part is in bold):

Reading package lists... Done
Building dependency tree
Reading state information... Done
gs-esp is already the newest version.
openssl is already the newest version.
libjpeg62-dev is already the newest version.
Note, selecting libsnmp-dev instead of libsnmp9-dev
libsnmp-dev is already the newest version.
python-imaging is already the newest version.
python-qt4 is already the newest version.
python-qt4 set to manually installed.
python-dbus is already the newest version.
python is already the newest version.
python is already the newest version.
python-reportlab is already the newest version.
python-reportlab set to manually installed.
sane is already the newest version.
sane-utils is already the newest version.
The following packages were automatically installed and are no longer required:
libpng12-dev
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
autotools-dev dpkg-dev g++ g++-4.3 libavahi-client-dev libavahi-common-dev
libdbus-1-3 libexif-dev libgphoto2-2-dev libieee1284-3-dev
libsane-extras-dev libstdc++6-4.3-dev python2.5-dev xsane-common
Suggested packages:
debian-keyring g++-multilib g++-4.3-multilib gcc-4.3-doc libstdc++6-4.3-dbg
libstdc++6-4.3-doc autoconf automaken gcj libtool-doc python-gobject-dbg
gimp hylafax-client mgetty-fax gv gocr
Recommended packages:
libltdl3-dev
The following NEW packages will be installed:
autotools-dev build-essential dpkg-dev g++ g++-4.3 libavahi-client-dev
libavahi-common-dev libcupsys2-dev libdbus-1-dev libexif-dev
libgphoto2-2-dev libieee1284-3-dev libsane-dev libsane-extras-dev
libstdc++6-4.3-dev libtool libusb-dev python-dev python-qt4-dbus
python2.5-dev xsane xsane-common
The following packages will be upgraded:
libcupsys2 libdbus-1-3 python-gobject
3 upgraded, 22 newly installed, 0 to remove and 110 not upgraded.
Need to get 16.8MB of archives.
After this operation, 53.2MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libdbus-1-3 libdbus-1-dev
E: There are problems and -y was used without --force-yes

cat2007@mepis1:~$
 
Old 08-05-2009, 05:18 AM   #5
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
OK. thanks for posting. Temporarily set "AllowUnauthenticated" to "0" in apt.conf or use apt with "--force-yes"?
 
Old 08-06-2009, 09:13 AM   #6
handydan
Member
 
Registered: Mar 2005
Location: palmdale, california
Distribution: MEPIS 8; Debian (stable/testing)
Posts: 83

Rep: Reputation: 23
hplip and Mepis

IIRC, Mepis 8 comes with hplip installed....or at least it's in the repos...
 
  


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
I am worry sarfarazjee Linux - Newbie 1 11-12-2008 04:35 PM
Should I worry? Basslord1124 General 5 01-06-2007 08:35 PM
WHAT, me worry? mr.mike General 35 05-27-2006 02:01 PM
Should i worry? Hovi Linux - Security 7 01-12-2004 03:16 PM
TAR errors - to worry or not to worry?? dudeha Linux - General 2 12-31-2002 03:09 PM

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

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