After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 766999 - build.gimp.org libmypaint fails
build.gimp.org libmypaint fails
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Jenkins
git master
Other All
: Normal normal
: 2.10
Assigned To: Sam Gleske
GIMP Bugs
Depends on:
Blocks: 767000 770289
 
 
Reported: 2016-05-29 23:02 UTC by Michael Schumacher
Modified: 2016-10-09 18:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Schumacher 2016-05-29 23:02:07 UTC
-> scons: *** No SConstruct file found.

Not really surprising, as libmypaint is now autotools-based.


Note: autogen.sh *does not* run configure for libmypaint, configure has to be called with the usual parameter (e.g. prefix)
Comment 1 Sam Gleske 2016-07-25 03:39:40 UTC
Yep, I recently started looking at the build system again and noticed that as well.  I'll address this by upgrading the system and updating the build scripts.
Comment 2 Sam Gleske 2016-09-11 21:09:02 UTC
scons commands were changed to use the new automake process.

libmypaint-master has been fixed by updating the process.

New process:
./autogen.sh
./configure --enable-gegl --prefix="${PREFIX}"
VERBOSE=1 make -j4 install

See the latest successful build: https://build.gimp.org/job/libmypaint-master/61/