Bug 407827

Summary: Neon developer live image doesn't contain development packages
Product: [KDE Neon] neon Reporter: David Jarvie <djarvie>
Component: Live/Install imagesAssignee: Neon Bugs <neon-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: jr, nate, neon-bugs, sitter
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description David Jarvie 2019-05-22 11:33:14 UTC
A Neon Developer Edition live image downloaded recently from https://neon.kde.org/download (neon-developer-20190329-1357.iso), doesn't contain any development packages. This is contrary to what is stated on the download page, and the image seems to offer nothing extra compared to what would be expected in the Stable/Unstable image.

Packages omitted include:
 - gcc
 - git
 - cmake
 - KDE Frameworks -dev packages
 - library dependency -dev packages
 - mariadb-server, libqt5sql5-mysql (which provide the recommended database for running Akonadi)

In addition to installing all the packages listed at https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source/Install_the_dependencies, I had to make apparmor allow mysqld to run.
Comment 1 Jonathan Riddell 2019-06-17 17:36:56 UTC
Checking the image today
https://files.kde.org/neon/images/developer/20190611-0001/neon-developer-20190611-0001.manifest
it includes kde-development-environment package which depends on all the framework -dev packages

I've now added build-essential and cmake as basic build tools

I've also added qt dev packages.

I don't think we can add every build dependency of every KDE package as that would make the image unfeasibly large.

The updates will appear over the next day or two.
Comment 2 Nate Graham 2019-06-17 18:56:51 UTC
Thanks Jon. That's probably good enough to call this fixed.