Advertisement
Guest User

Untitled

a guest
Oct 5th, 2011
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. I am not able to get correct package for building firefox. here is the list of commands I ran.Thanks for your help.
  2.  
  3. =========================================================================================
  4. cat /etc/issue
  5. Ubuntu 6.06.1 LTS \n \l
  6.  
  7. ( I can't update my OS for legacy reasons. This is where we build )
  8.  
  9. =================================================================================
  10. ( I replaced my sources.list with following )
  11. cat /etc/apt/sources.list
  12.  
  13. deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu hardy main
  14. deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu hardy main
  15.  
  16. =================================================================================
  17.  
  18. gpg --keyserver subkeys.pgp.net --recv-key 247510BE && gpg --armor --export 247510BE | sudo apt-key add -
  19.  
  20. gpg: directory `/home/shkundap/.gnupg' created
  21. gpg: new configuration file `/home/shkundap/.gnupg/gpg.conf' created
  22. gpg: WARNING: options in `/home/shkundap/.gnupg/gpg.conf' are not yet active during this run
  23. gpg: keyring `/home/shkundap/.gnupg/secring.gpg' created
  24. gpg: keyring `/home/shkundap/.gnupg/pubring.gpg' created
  25. gpg: requesting key 247510BE from hkp server subkeys.pgp.net
  26. gpg: /home/shkundap/.gnupg/trustdb.gpg: trustdb created
  27. gpg: key 247510BE: public key "Launchpad PPA for Ubuntu Mozilla Daily Build Team" imported
  28. gpg: no ultimately trusted keys found
  29. gpg: Total number processed: 1
  30. gpg: imported: 1 (RSA: 1)
  31. gpg: no ultimately trusted keys found
  32. OK
  33.  
  34. ========================================================================================
  35.  
  36. sudo apt-get update
  37.  
  38. Get:1 http://ppa.launchpad.net hardy Release.gpg [316B]
  39. Get:2 http://ppa.launchpad.net hardy Release [16.0kB]
  40. Get:3 http://ppa.launchpad.net hardy/main Packages [14B]
  41. Get:4 http://ppa.launchpad.net hardy/main Sources [14B]
  42. Fetched 16.4kB in 2s (5982B/s)
  43. Reading package lists... Done
  44.  
  45. ========================================================================================
  46.  
  47. sudo apt-get build-dep firefox
  48.  
  49.  
  50. Reading package lists... Done
  51. Building dependency tree
  52. Reading state information... Done
  53. E: Unable to find a source package for firefox
  54. ( here is my problem )
  55. =========================================================================================
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement