dependency problems installing Ubuntu 12.04.

Hi trying to install panda3d 1.8 on ubuntu 12.04
but its not working.

After reviewing some treads on this forums
I tried to follow their instructions but still no joy

could someone give me a dig out?

Thank you everyone.

  1. have updated my system
sudo apt-get update
  1. tried to do the install
sudo dpkg -i panda3d1.8_1.8.0~lucid_i386.deb 
  1. This is what I get.
(Reading database ... 169795 files and directories currently installed.)
Preparing to replace panda3d1.8 1.8.0-1~lucid3 (using panda3d1.8_1.8.0~lucid_i386.deb) ...
Unpacking replacement panda3d1.8 ...
running ldconfig
dpkg: dependency problems prevent configuration of panda3d1.8:
 panda3d1.8 depends on libavcodec52 (>= 4:0.5.1-1) | libavcodec-extra-52 (>= 4:0.5.1-1); however:
  Package libavcodec52 is not installed.
  Package libavcodec-extra-52 is not installed.
 panda3d1.8 depends on libavformat52 (>= 4:0.5.1-1) | libavformat-extra-52 (>= 4:0.5.1-1); however:
  Package libavformat52 is not installed.
  Package libavformat-extra-52 is not installed.
 panda3d1.8 depends on libavutil49 (>= 4:0.5.1-1) | libavutil-extra-49 (>= 4:0.5.1-1); however:
  Package libavutil49 is not installed.
  Package libavutil-extra-49 is not installed.
 panda3d1.8 depends on libcv4; however:
  Package libcv4 is not installed.
 panda3d1.8 depends on libcvaux4; however:
  Package libcvaux4 is not installed.
 panda3d1.8 depends on libhighgui4; however:
  Package libhighgui4 is not installed.
 panda3d1.8 depends on libjpeg62; however:
  Package libjpeg62 is not installed.
 panda3d1.8 depends on libosmesa6 (>= 6.5.2-1); however:
  Package libosmesa6 is not installed.
 panda3d1.8 depends on libssl0.9.8 (>= 0.9.8k-1); however:
  Package libssl0.9.8 is not installed.
 panda3d1.8 depends on libswscale0 (>= 4:0.5.1-1) | libswscale-extra-0 (>= 4:0.5.1-1); however:
  Package libswscale0 is not installed.
  Package libswscale-extra-0 is not installed.
 panda3d1.8 depends on python2.6; however:
  Package python2.6 is not installed.
 panda3d1.8 depends on python-pmw; however:
  Package python-pmw is not installed.
 panda3d1.8 depends on nvidia-cg-toolkit; however:
  Package nvidia-cg-toolkit is not installed.
dpkg: error processing panda3d1.8 (--install):
 dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gnome-menus ...
Processing triggers for shared-mime-info ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 panda3d1.8

Below is my system information

lsb_release -a 
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 12.04 LTS
Release:	12.04
Codename:	precise
dpkg --print-architecture
i386

example of other treads I reviewed
[url][SOLVED]Installing Panda3D on Ubuntu 12.04 Bheta]
[url]"Linking" Panda3D with Geany IDE under Linux?]
[url]ubuntu 11.10 install fail]

Well, you’re not using Ubuntu Lucid, so why are you trying to install the Panda build with “lucid” in the name?

do’h! thank you rdp.

is below where I can build for precise and if so is there anything I should look out for or change?

https://www.panda3d.org/download.php?platform=precise&version=devel&sdk

Well, yes, you can grab Ubuntu Precise builds from the page you linked. These are experimental, however we don’t offer Precise builds for 1.8.0 (Ubuntu Precise wasn’t out yet at the time 1.8.0 was released).

grabbed the build and its working fine. thank you for your help I really appreciate it

No worries. Welcome to the Panda3D community! :slight_smile: