[Merge] lp:~israeldahl/ubuntu/wily/lmms/lmms into lp:ubuntu/lmms
Israel Dahl
israel at torios.org
Thu Aug 13 12:24:23 UTC 2015
On 08/13/2015 07:04 AM, Timo Jyrinki wrote:
> wily has much, much newer libraries, compilers, CMake etc than precise or even trusty. GCC5 is also the new compiler that may have stricter rules for the code compiled.
>
> I checked that the mentioned problem could be solved simply by hard-coding the fluid path as follows: https://launchpadlibrarian.net/214368372/lmms_1.1.3-0ubuntu1~wily1~test1_1.1.3-0ubuntu1~wily1~test2.diff.gz
>
> But after that it fails during the build of hermes_filter_1200.o: https://launchpadlibrarian.net/214370974/buildlog_ubuntu-wily-amd64.lmms_1.1.3-0ubuntu1~wily1~test2_BUILDING.txt.gz
>
> So yes, this would really need proper debugging and fixing all of the issues using wily in eg a wily chroot like I tried (in addition to PPA building).
>
So you modified the CMakeLists.txt?
Then this issue must be something with cmake in wily.
I have issues sometimes with CMake not finding things the way I want...
unfortunately.
Since they use:
CMAKE_MINIMUM_REQUIRED(VERSION 2.4.5)
It is over 2.4.0 so it will use the newest cmake commands.
I wonder if the modules for cmake are broken now, with all the major
changes (sysd gcc etc) lots of things that worked for years now don't.
On vivid I have:
cmake:
Installed: 3.0.2-1ubuntu2
but wily has:
3.2.2-2ubuntu2
FLTK has been somewhat problematic for me at times using cmake. I will
look into the CMakeLists.txt a bit more and the 3.2.2 documentation to
see what has changed. I am more familiar with cmake 2.8
hopefully we can figure this out....
--
Regards
-Israel
ToriOS Team
https://code.launchpad.net/~israeldahl/ubuntu/wily/lmms/lmms/+merge/266928
Your team Ubuntu branches is requested to review the proposed merge of lp:~israeldahl/ubuntu/wily/lmms/lmms into lp:ubuntu/lmms.
More information about the Ubuntu-reviews
mailing list