DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
So I am trying to build a package from source in scratch box (for a debian based ARM distro) and I ran apt-get build-dep <package name> and it spits back the general E: Build-dependencies could not be satisfied. - is there an extra flag I could add the the apt-get command so it would show me which packages it cannot find so I can hunt them down by hand?
The first thing that comes to mind is, do you have the correct repos in your system? One always needs them to install what is needed.
There are some apps that can be readily installed from the default repos. Then there are others that need certain (non-free, multimedia) repos in your /etc/apt/sources.list to get.
Try searching for the appropriate repos to add to your /etc/apt/sources.list for your Debian branch. Then try installing the apps you want.
As far as source packages; some love them, I don't. If I can't apt-get install (whatever), I don't even mess with them. But that's my opinion. Grrr, I hate tarballs!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.