gnupic: Re: [gnupic] ubuntu and picprog


Previous by date: 26 May 2006 00:55:20 +0100 Re: [gnupic] error building gpsim extra graphic_lcd module, Xiaofan Chen
Next by date: 26 May 2006 00:55:20 +0100 Re: [gnupic] error building gpsim extra graphic_lcd module, Scott Dattalo
Previous in thread: 26 May 2006 00:55:20 +0100 Re: [gnupic] ubuntu and picprog, Jan Wagemakers
Next in thread: 26 May 2006 00:55:20 +0100 Re: [gnupic] ubuntu and picprog, Jan Wagemakers

Subject: Re: [gnupic] ubuntu and picprog
From: "Maxim Wexler" ####@####.####
Date: 26 May 2006 00:55:20 +0100
Message-Id: <a0811460605251655r3482b023tbcc05445253149f9@mail.gmail.com>

>
> You can try to add the line:
>
> deb http://www.janw.dommel.be/picprog/ i386/
>
> to "/etc/apt/sources.list" and then run "apt-get update".
>
> > So I downloaded the .deb file and
> > booyah@ubuntu:~$ sudo dpkg -i picprog_1.8.1-2_i386.deb
> > Password:
> > Selecting previously deselected package picprog.
> > (Reading database ... 60472 files and directories currently installed.)
> > Unpacking picprog (from picprog_1.8.1-2_i386.deb) ...
> > dpkg: dependency problems prevent configuration of picprog:
> > picprog depends on libgcc1 (>= 1:4.1.0); however:
> >  Version of libgcc1 on system is 1:4.0.1-4ubuntu9.
> > picprog depends on libstdc++6 (>= 4.1.0); however:
> >  Version of libstdc++6 on system is 4.0.1-4ubuntu9.
> > dpkg: error processing picprog (--install):
> > dependency problems - leaving unconfigured
> > Errors were encountered while processing:
> > picprog
> >
> > Anybody suggest a fix?
>
> My picprog package is compiled for debian/unstable. So, it is possible
> that you
> can not install it on ubuntu or debian/testing without re-compiling it.
>
> You can try the following:
>
> - add the line "deb-src http://www.janw.dommel.be/picprog/ i386/" to
>    /etc/apt/sources.list
> - run "apt-get update"
> - run "apt-get source --compile picprog", now apt-get should fetch the
>    necessary files and start compiling picprog.
> - you should now have a fresh compiled "picprog_1.8.1-2_i386.deb" package




Thanks Jan. I tried all that but it didn't work. Complains about libstdc++6
and libgcc1(among other things). Well, I can get the debian package OK but
like I said, it still complains:(

Here's the entire console session, hope it doesn't look so messy in your
browser!

 booyah@ubuntu:~$ sudo apt-get install picprog
Password:
Reading package lists... Done
Building dependency tree... Done
picprog is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  picprog: Depends: libgcc1 (>= 1:4.1.0) but 1:4.0.1-4ubuntu9 is to be
installed           Depends: libstdc++6 (>= 4.1.0) but 4.0.1-4ubuntu9 is to
be installed
W: Couldn't stat source package list http://us.archive.ubuntu.com
breezy-backports/universe<http://us.archive.ubuntu.combreezy-backports/universe>Packages
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy-backports_universe_binary-i386_Packages)
- stat (2 No such file or directory)W: You may want to run apt-get update to
correct these problems
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify
a solution).
booyah@ubuntu:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  picprog
0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 172kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 60483 files and directories currently installed.)
Removing picprog ...
W: Couldn't stat source package list http://us.archive.ubuntu.com
breezy-backports/universe<http://us.archive.ubuntu.combreezy-backports/universe>Packages
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy-backports_universe_binary-i386_Packages)
- stat (2 No such file or directory)W: You may want to run apt-get update to
correct these problems
booyah@ubuntu:~$ sudo apt-get install picprog
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  picprog: Depends: libgcc1 (>= 1:4.1.0) but 1:4.0.1-4ubuntu9 is to be
installed           Depends: libstdc++6 (>= 4.1.0) but 4.0.1-4ubuntu9 is to
be installed
E: Broken packages
booyah@ubuntu:~$ sudo gedit /etc/apt/sources.list
booyah@ubuntu:~$ sudo apt-get source --compile picprog
Reading package lists... Done
Building dependency tree... Done
W: Couldn't stat source package list http://us.archive.ubuntu.com
breezy-backports/universe<http://us.archive.ubuntu.combreezy-backports/universe>Packages
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy-backports_universe_binary-i386_Packages)
- stat (2 No such file or directory)W: You may want to run apt-get update to
correct these problems
E: Could not open file
/var/lib/apt/lists/www.janw.dommel.be_picprog_i386_Sources - open (2 No such
file or directory)
booyah@ubuntu:~$


--
> Met vriendelijke groetjes         - Jan Wagemakers -
>
>   Linux 2.6.12.2 i686 GNU/Linux
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####
>
>

Previous by date: 26 May 2006 00:55:20 +0100 Re: [gnupic] error building gpsim extra graphic_lcd module, Xiaofan Chen
Next by date: 26 May 2006 00:55:20 +0100 Re: [gnupic] error building gpsim extra graphic_lcd module, Scott Dattalo
Previous in thread: 26 May 2006 00:55:20 +0100 Re: [gnupic] ubuntu and picprog, Jan Wagemakers
Next in thread: 26 May 2006 00:55:20 +0100 Re: [gnupic] ubuntu and picprog, Jan Wagemakers


Powered by ezmlm-browse 0.20.