On Thu, 2016-06-16 at 17:12 +0200, Tom wrote: > Translation might be E: source package for evolution can not be found
"If the package does not exists in the local repository it will return an error code." - http://askubuntu.com/questions/324845/whats-the-differ ence-between-apt-get-install-and-apt-get-build-dep First install the source package, since it includes the control file with all the "Build-Depends" listed, perhaps it's also required to cd into the src directory before, running sudo apt-get build-dep evolution I don't know what exactly is required to get the build dependencies this way, there might be no need to cd into the src directory. Another tool to get build dependencies is https://help.ubuntu.com/community/AutoApt . If your default local is German, you temporarily could get English output by running sudo LANG=C apt-get build-dep evolution or LANG=C sudo apt-get build-dep evolution Regards, Ralf _______________________________________________ evolution-list mailing list [email protected] To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list
