Actually it is.

I solved this problem in 0.6.1 by adding "!= i386 dependency field
generator" which is in make-googleearth-package script (line 399)

---------------------

 # != i386 dependency field generator
  if [ "$(dpkg-architecture -qDEB_BUILD_ARCH)" != "i386" ]; then
    ia32libs=", ia32-libs-gtk"
  fi
  
  if [ "$(dpkg-architecture -qDEB_BUILD_ARCH)" == "amd64" ]; then
    nvidia32="nvidia-glx-ia32"
  fi

---------------------

Adding ia32-libs to debian/control as dependency has nothing to do with
Google Earth, but rather the package that builds that builds its
package. But once you start make-googleearth-package ia32libs are added
as a dependency for that package if you're on amd64 arch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/336611

Title:
  googleearth-package does not install required deps on 64bit systems

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to