RSS/Atom feed Twitter
Site is read-only, email is disabled

compilation of current git master fails

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

54E0D39C.6020307@gmx.net 16 Feb 18:53
  compilation of current git master fails Michael Natterer 16 Feb 18:53
   compilation of current git master fails Thorsten Stettin 16 Feb 19:11
    compilation of current git master fails Alexander Rabtchevich 16 Feb 18:36
     compilation of current git master fails Sam Gleske 16 Feb 23:51
Alexander Rabtchevich
2015-02-16 18:36:47 UTC (about 9 years ago)

compilation of current git master fails

Thank you, guys. Works for me.

With respect, Alexander Rabtchevich

Thorsten Stettin wrote:

Am 16.02.2015 um 19:53 schrieb Michael Natterer:

Fixed in git master:

commit 4c7338c0974096dca8566a1d570ed51fbe721ae6 Author: Michael Natterer
Date: Mon Feb 16 19:35:00 2015 +0100

app: link against -lm, whatever new linker version seems to need is

app/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)

Good news, but it's a strange behavior. :-D

On Sun, 2015-02-15 at 20:13 +0300, Alexander Rabtchevich wrote:

Hello

Compilation of the current git master fails on Mint 17 64x. Here is the error from the console. Make clean does not help.

CC main.o CC gimp_console_2.9-app.o
CC gimp_console_2.9-batch.o CC gimp_console_2.9-errors.o CC gimp_console_2.9-language.o CC gimp_console_2.9-sanity.o CC gimp_console_2.9-signals.o CC gimp_console_2.9-tests.o CC gimp_console_2.9-unique.o CC gimp_console_2.9-units.o CC gimp_console_2.9-gimp-debug.o CC gimp_console_2.9-gimp-log.o CC gimp_console_2.9-main.o CC version.o
CC gimp_console_2.9-version.o CCLD gimp-console-2.9
AR libapp.a
CCLD gimp-2.9
/usr/bin/ld: pdb/libappinternal-procs.a(plug-in-compat-cmds.o): undefined reference to symbol 'fmod@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from
command line
collect2: error: ld returned 1 exit status make[4]: *** [gimp-console-2.9] Error 1 make[4]: *** Waiting for unfinished jobs.... /usr/bin/ld: pdb/libappinternal-procs.a(plug-in-compat-cmds.o): undefined reference to symbol 'fmod@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from
command line
collect2: error: ld returned 1 exit status make[4]: *** [gimp-2.9] Error 1
make[4]: Leaving directory `/home/sasha/Install/gimp/app' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/sasha/Install/gimp/app' make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/sasha/Install/gimp/app' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/sasha/Install/gimp' make: *** [all] Error 2

With respect, Alexander Rabtchevich

Michael Natterer
2015-02-16 18:53:33 UTC (about 9 years ago)

compilation of current git master fails

Fixed in git master:

commit 4c7338c0974096dca8566a1d570ed51fbe721ae6 Author: Michael Natterer
Date: Mon Feb 16 19:35:00 2015 +0100

app: link against -lm, whatever new linker version seems to need is

app/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)

On Sun, 2015-02-15 at 20:13 +0300, Alexander Rabtchevich wrote:

Hello

Compilation of the current git master fails on Mint 17 64x. Here is the error from the console. Make clean does not help.

CC main.o CC gimp_console_2.9-app.o
CC gimp_console_2.9-batch.o CC gimp_console_2.9-errors.o CC gimp_console_2.9-language.o CC gimp_console_2.9-sanity.o CC gimp_console_2.9-signals.o CC gimp_console_2.9-tests.o CC gimp_console_2.9-unique.o CC gimp_console_2.9-units.o CC gimp_console_2.9-gimp-debug.o CC gimp_console_2.9-gimp-log.o CC gimp_console_2.9-main.o
CC version.o
CC gimp_console_2.9-version.o CCLD gimp-console-2.9
AR libapp.a
CCLD gimp-2.9
/usr/bin/ld: pdb/libappinternal-procs.a(plug-in-compat-cmds.o): undefined reference to symbol 'fmod@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status make[4]: *** [gimp-console-2.9] Error 1 make[4]: *** Waiting for unfinished jobs.... /usr/bin/ld: pdb/libappinternal-procs.a(plug-in-compat-cmds.o): undefined reference to symbol 'fmod@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status make[4]: *** [gimp-2.9] Error 1
make[4]: Leaving directory `/home/sasha/Install/gimp/app' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/sasha/Install/gimp/app' make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/sasha/Install/gimp/app' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/sasha/Install/gimp' make: *** [all] Error 2

With respect, Alexander Rabtchevich
_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list

Thorsten Stettin
2015-02-16 19:11:31 UTC (about 9 years ago)

compilation of current git master fails

Am 16.02.2015 um 19:53 schrieb Michael Natterer:

Fixed in git master:

commit 4c7338c0974096dca8566a1d570ed51fbe721ae6 Author: Michael Natterer
Date: Mon Feb 16 19:35:00 2015 +0100

app: link against -lm, whatever new linker version seems to need is

app/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)

Good news, but it's a strange behavior. :-D

On Sun, 2015-02-15 at 20:13 +0300, Alexander Rabtchevich wrote:

Hello

Compilation of the current git master fails on Mint 17 64x. Here is the error from the console. Make clean does not help.

CC main.o CC gimp_console_2.9-app.o
CC gimp_console_2.9-batch.o CC gimp_console_2.9-errors.o CC gimp_console_2.9-language.o CC gimp_console_2.9-sanity.o CC gimp_console_2.9-signals.o CC gimp_console_2.9-tests.o CC gimp_console_2.9-unique.o CC gimp_console_2.9-units.o CC gimp_console_2.9-gimp-debug.o CC gimp_console_2.9-gimp-log.o CC gimp_console_2.9-main.o CC version.o
CC gimp_console_2.9-version.o CCLD gimp-console-2.9
AR libapp.a
CCLD gimp-2.9
/usr/bin/ld: pdb/libappinternal-procs.a(plug-in-compat-cmds.o): undefined reference to symbol 'fmod@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status make[4]: *** [gimp-console-2.9] Error 1 make[4]: *** Waiting for unfinished jobs.... /usr/bin/ld: pdb/libappinternal-procs.a(plug-in-compat-cmds.o): undefined reference to symbol 'fmod@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status make[4]: *** [gimp-2.9] Error 1
make[4]: Leaving directory `/home/sasha/Install/gimp/app' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/sasha/Install/gimp/app' make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/sasha/Install/gimp/app' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/sasha/Install/gimp' make: *** [all] Error 2

With respect, Alexander Rabtchevich
_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list

_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list

Lao-Tse sagt: Nichtstun ist besser, als mit viel Mhe nichts zu schaffen.
Und er sagt auch: Ich habe drei Schtze, die ich hte und hege.
Der eine ist die Liebe, der zweite ist die Gengsamkeit, der dritte ist die Demut.
Nur der Liebende ist mutig, nur der Gengsame ist grozgig, nur der Demtige ist fhig zu herrschen.
Sam Gleske
2015-02-16 23:51:13 UTC (about 9 years ago)

compilation of current git master fails

Awesome work.

On Mon, Feb 16, 2015 at 1:36 PM, Alexander Rabtchevich < alexander.v.rabtchevich@gmx.net> wrote:

Thank you, guys. Works for me.

With respect, Alexander Rabtchevich

Thorsten Stettin wrote:

Am 16.02.2015 um 19:53 schrieb Michael Natterer:

Fixed in git master:

commit 4c7338c0974096dca8566a1d570ed51fbe721ae6 Author: Michael Natterer
Date: Mon Feb 16 19:35:00 2015 +0100

app: link against -lm, whatever new linker version seems to need is

app/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)

Good news, but it's a strange behavior. :-D

On Sun, 2015-02-15 at 20:13 +0300, Alexander Rabtchevich wrote:

Hello

Compilation of the current git master fails on Mint 17 64x. Here is the error from the console. Make clean does not help.

CC main.o CC gimp_console_2.9-app.o
CC gimp_console_2.9-batch.o CC gimp_console_2.9-errors.o CC gimp_console_2.9-language.o CC gimp_console_2.9-sanity.o CC gimp_console_2.9-signals.o CC gimp_console_2.9-tests.o CC gimp_console_2.9-unique.o CC gimp_console_2.9-units.o CC gimp_console_2.9-gimp-debug.o CC gimp_console_2.9-gimp-log.o CC gimp_console_2.9-main.o CC version.o
CC gimp_console_2.9-version.o CCLD gimp-console-2.9
AR libapp.a
CCLD gimp-2.9
/usr/bin/ld: pdb/libappinternal-procs.a(plug-in-compat-cmds.o): undefined reference to symbol 'fmod@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from
command line
collect2: error: ld returned 1 exit status make[4]: *** [gimp-console-2.9] Error 1 make[4]: *** Waiting for unfinished jobs.... /usr/bin/ld: pdb/libappinternal-procs.a(plug-in-compat-cmds.o): undefined reference to symbol 'fmod@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from
command line
collect2: error: ld returned 1 exit status make[4]: *** [gimp-2.9] Error 1
make[4]: Leaving directory `/home/sasha/Install/gimp/app' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/sasha/Install/gimp/app' make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/sasha/Install/gimp/app' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/sasha/Install/gimp' make: *** [all] Error 2

With respect, Alexander Rabtchevich

_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp- developer-list
List archives: https://mail.gnome.org/archives/gimp-developer-list

I prefer to encrypt my email

GPG FINGERPRINT 4096 KEY
8D8B F0E2 42D8 A068 572E
BF3C E8F7 3234 7257 E65F
https://keybase.io/samrocketman

Learn how to encrypt your email with the Email Self Defense guide:
https://emailselfdefense.fsf.org/en/