GIMP-2.99 builds just fine on Gentoo. But it won't build on a fresh
install of Debian Sid. It also wouldn't build on Debian testing The current error in building (having solved several previous "won't build" errors) seems to be with making the symbolic icons. I don't have a clue what to do next. Here's the terminal output: $ make -j4 > /dev/null Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s*typedef\s+enum\s* ({ <-- HERE )?\s* (?:/\*< (([^*]|\*(?!/))*) >\s*\*/)? / at enumgen.pl line 218. Name "Gimp::CodeGen::util::FILE_EXT" used only once: possible typo at enumgen.pl line 34. Name "Gimp::CodeGen::enums::enums" used only once: possible typo at enumcode.pl line 30. Name "Gimp::CodeGen::util::FILE_EXT" used only once: possible typo at enumcode.pl line 33. Use of uninitialized value in pattern match (m//) at enumcode.pl line 71. Can't load file: Unrecognized image file format Can't load file: Unrecognized image file format make[3]: *** [Makefile:2363: 64/dialog-question-symbolic.symbolic.png] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [Makefile:2363: 64/dialog-warning-symbolic.symbolic.png] Error 1 Can't load file: Unrecognized image file format make[3]: *** [Makefile:2363: 64/dialog-information-symbolic.symbolic.png] Error 1 Can't load file: Unrecognized image file format make[3]: *** [Makefile:2363: 64/dialog-error-symbolic.symbolic.png] Error 1 make[2]: *** [Makefile:719: all-recursive] Error 1 make[1]: *** [Makefile:853: all-recursive] Error 1 make: *** [Makefile:754: all] Error 2 -- https://ninedegreesbelow.com Color management and free/libre photography _______________________________________________ gimp-developer-list mailing list List address: [hidden email] List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list |
On 1/29/19 2:00 PM, Elle Stone wrote:
> GIMP-2.99 builds just fine on Gentoo. But it won't build on a fresh > install of Debian Sid. It also wouldn't build on Debian testing > > The current error in building (having solved several previous "won't > build" errors) seems to be with making the symbolic icons. I don't have > a clue what to do next. > > Here's the terminal output: > > $ make -j4 > /dev/null > Unescaped left brace in regex is deprecated here (and will be fatal in > Perl 5.32), passed through in regex; marked by <-- HERE in > m/^\s*typedef\s+enum\s* > ({ <-- HERE )?\s* > (?:/\*< > (([^*]|\*(?!/))*) > >\s*\*/)? > / at enumgen.pl line 218. > Name "Gimp::CodeGen::util::FILE_EXT" used only once: possible typo at > enumgen.pl line 34. > Name "Gimp::CodeGen::enums::enums" used only once: possible typo at > enumcode.pl line 30. > Name "Gimp::CodeGen::util::FILE_EXT" used only once: possible typo at > enumcode.pl line 33. > Use of uninitialized value in pattern match (m//) at enumcode.pl line 71. > Can't load file: Unrecognized image file format > Can't load file: Unrecognized image file format > make[3]: *** [Makefile:2363: 64/dialog-question-symbolic.symbolic.png] > Error 1 > make[3]: *** Waiting for unfinished jobs.... > make[3]: *** [Makefile:2363: 64/dialog-warning-symbolic.symbolic.png] > Error 1 > Can't load file: Unrecognized image file format > make[3]: *** [Makefile:2363: > 64/dialog-information-symbolic.symbolic.png] Error 1 > Can't load file: Unrecognized image file format > make[3]: *** [Makefile:2363: 64/dialog-error-symbolic.symbolic.png] Error 1 > make[2]: *** [Makefile:719: all-recursive] Error 1 > make[1]: *** [Makefile:853: all-recursive] Error 1 > make: *** [Makefile:754: all] Error 2 > The problem with building on Debian (but not on Gentoo or OpenSUSE) turned out to be this: https://www.wiki.gimp.org/wiki/Hacking:Problems_and_solutions#GIMP_build_fails_with_message_.27Couldn.27t_recognize_the_image_file_format_for_file_..2Fcursor-bad.png.27 So it's not a problem with the Symbolic icons, and GIMP did finally build successfully. Best, Elle -- https://ninedegreesbelow.com Color management and free/libre photography _______________________________________________ gimp-developer-list mailing list List address: [hidden email] List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list |
Free forum by Nabble | Edit this page |