Building 2.5.0 / Ubuntu raring 13.04

2013-04-11 Thread Norbert Holze
Hello,

I run into this failure:

> libtool: link: gcc -DTESTPROG=test_sqlbe -I. -I../../../.. 
> -I../../../../src/backend/sql/ -I../../../../src/backend/dbi/ 
> -I../../../../src/libqof/qof/ -I../../../../src/test-core/ -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -Wdeclaration-after-statement -g -O2 -Wall -Wunused -Wmissing-prototypes 
> -Wmissing-declarations -Wno-unused -o .libs/test-sqlbe 
> test_sqlbe-test-sqlbe.o test_sqlbe-utest-gnc-backend-sql.o  
> ../../../../src/backend/sql/.libs/libgnc-backend-sql.so 
> ../../../../src/libqof/qof/.libs/libgnc-qof.so 
> ../../../../src/test-core/.libs/libtest-core.so -lpthread -lm -pthread
> /usr/bin/ld: test_sqlbe-utest-gnc-backend-sql.o: undefined reference to 
> symbol 'g_type_check_instance_cast'
> /usr/bin/ld: note: 'g_type_check_instance_cast' is defined in DSO 
> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 so try adding it to the linker 
> command line
> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0: could not read symbols: 
> Invalid operation
> collect2: error: ld returned 1 exit status
> make[6]: *** [test-sqlbe] Fehler 1
> make[6]: Verlasse Verzeichnis 
> '/home/norbert/Downloads/gnucash/gnucash-2.5.0/gnucash-2.5.0/src/backend/sql/test'
> make[5]: *** [all-recursive] Fehler 1
> make[5]: Verlasse Verzeichnis 
> '/home/norbert/Downloads/gnucash/gnucash-2.5.0/gnucash-2.5.0/src/backend/sql/test'
> make[4]: *** [all-recursive] Fehler 1
> make[4]: Verlasse Verzeichnis 
> '/home/norbert/Downloads/gnucash/gnucash-2.5.0/gnucash-2.5.0/src/backend/sql'
> make[3]: *** [all-recursive] Fehler 1
> make[3]: Verlasse Verzeichnis 
> '/home/norbert/Downloads/gnucash/gnucash-2.5.0/gnucash-2.5.0/src/backend'
> make[2]: *** [all-recursive] Fehler 1
> make[2]: Verlasse Verzeichnis 
> '/home/norbert/Downloads/gnucash/gnucash-2.5.0/gnucash-2.5.0/src'
> make[1]: *** [all-recursive] Fehler 1
> make[1]: Verlasse Verzeichnis 
> '/home/norbert/Downloads/gnucash/gnucash-2.5.0/gnucash-2.5.0'
> make: *** [all] Fehler 2

I have libglib2.36.0-dev installed.

What could be wrong?

Best regards,

Norbert

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Reminder: [MAINT] Planned Network Outage, April 10, 18:30 US/EDT

2013-04-11 Thread Derek Atkins
Sorry, I neglected to send another message that this ended last night.
The outage started closer to 19.10 instead of 18.30 and did last about
30 minutes.

-derek

Derek Atkins  writes:

> REMINDER:  This outage will be starting in about 20 minutes..
>
> I'll send another email when I'm told it's over.
>
> -derek
>
> Derek Atkins  writes:
>
>> Hi,
>>
>> I've been informed that my ISP is planning to perform some maintenance
>> work on Wednesday, April 10, 2013 at 18:30 US/EDT (2230 UTC) for about
>> 20-30 minutes.  During this time my network access will be limited,
>> which will affect all access to code.gnucash.org.
>>
>> During the outage window email, wiki, subversion, email archives, irc
>> logging, and everything else except for 'www.gnucash.org' will be
>> inaccessible.  Please plan accordingly.
>>
>> Thanks,
>>
>> -derek
>>
>> PS: I'll add a news item to www.gnucash.org unless someone else gets to
>> it first.

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Building 2.5.0 / Ubuntu raring 13.04

2013-04-11 Thread Derek Atkins
Norbert Holze  writes:

> Hello,
>
> I run into this failure:
>
[snip]
>> /usr/bin/ld: test_sqlbe-utest-gnc-backend-sql.o: undefined reference to 
>> symbol 'g_type_check_instance_cast'
>> /usr/bin/ld: note: 'g_type_check_instance_cast' is defined in DSO 
>> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 so try adding it to the linker 
>> command line
>> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0: could not read symbols: 
>> Invalid operation
>> collect2: error: ld returned 1 exit status
>> make[6]: *** [test-sqlbe] Fehler 1
>> make[6]: Verlasse Verzeichnis 
>> '/home/norbert/Downloads/gnucash/gnucash-2.5.0/gnucash-2.5.0/src/backend/sql/test'
[snip]
>
> I have libglib2.36.0-dev installed.
>
> What could be wrong?

This is the Ubuntu Linker not pulling in implicit dependencies.  You can
probably fix this by added $(GLIB_LIBS) to the LDADD line in the
src/backend/sql/test/Makefile.am

> Best regards,
>
> Norbert

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Building 2.5.0 / Ubuntu raring 13.04

2013-04-11 Thread Norbert Holze
Am 11.04.2013 15:37, schrieb Derek Atkins:
> [snip]
>>> /usr/bin/ld: test_sqlbe-utest-gnc-backend-sql.o: undefined reference to 
>>> symbol 'g_type_check_instance_cast'
>>> /usr/bin/ld: note: 'g_type_check_instance_cast' is defined in DSO 
>>> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 so try adding it to the 
>>> linker command line
>>> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0: could not read symbols: 
>>> Invalid operation
>>> collect2: error: ld returned 1 exit status
>>> make[6]: *** [test-sqlbe] Fehler 1
>>> make[6]: Verlasse Verzeichnis 
>>> '/home/norbert/Downloads/gnucash/gnucash-2.5.0/gnucash-2.5.0/src/backend/sql/test'
> This is the Ubuntu Linker not pulling in implicit dependencies.  You can
> probably fix this by added $(GLIB_LIBS) to the LDADD line in the
> src/backend/sql/test/Makefile.am
Same error with:

LDADD = ${top_builddir}/src/test-core/libtest-core.la \
${top_builddir}/src/gnc-module/libgnc-module.la \
${top_builddir}/src/backend/sql/libgnc-backend-sql.la \
${top_builddir}/src/engine/libgncmod-engine.la \
   
${top_builddir}/src/engine/test-core/libgncmod-test-engine.la \
${top_builddir}/src/core-utils/libgnc-core-utils.la \
${top_builddir}/src/libqof/qof/libgnc-qof.la \
${top_builddir}/lib/libc/libc-missing.la \
$(GLIB_LIBS)

Regards,

Norbert
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Screenshots for the 2.5.0 release

2013-04-11 Thread Cristian Marchi


Il 07/04/2013 00:43, John Ralls ha scritto:

On Apr 6, 2013, at 1:23 PM, Christian Stimming  wrote:


Am Samstag, 6. April 2013, 15:10:04 schrieb Cristian Marchi:

As the 2.5.0 release is approaching, I would like to add some
screenshots in the 2.5.0 wiki page [1] to highlight some new features.
As it is not possible to upload file in the GnuCash wiki, I'm asking
help for this task.
I attach to this email the screenshots I took from a freshly built
GnuCash from trunk.

We've got space for a few screenshots also on the sourceforge page,
https://sourceforge.net/p/gnucash/admin/screenshots

They allow at most six screenshots, but those which are online there can
surely be replaced by more up-to-date ones. If you find some that you can
replace by your new screenshots, you can use the full URL also in the wiki.

That isn't a full solution of the problem, but maybe it helps as a first step.


Do we want unstable-version screenshots in the SF screenshot space? Might'n it 
confuse prospective users (whom we don't want using unstable!)?

If there isn't a way to host illustrations directly on code, then let's just 
add a directory in our file space on SF and put stuff there.

Regards,
John Ralls


I agree with John, unstable screenshots should not go in the sourceforge 
front page. If you agree I can try to create a folder on sourceforge to 
host the unstable images and John's graph so that we can test if it's a 
good solution.

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Building 2.5.0 / Ubuntu raring 13.04

2013-04-11 Thread Christian Stimming
Am Donnerstag, 11. April 2013, 16:47:45 schrieb Norbert Holze:
> Am 11.04.2013 15:37, schrieb Derek Atkins:
> > [snip]
> > 
> >>> /usr/bin/ld: test_sqlbe-utest-gnc-backend-sql.o: undefined reference
> >>> to symbol 'g_type_check_instance_cast' /usr/bin/ld: note:
> >>> 'g_type_check_instance_cast' is defined in DSO
> >>> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 so try adding it to
> >>> the linker command line
> >>> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0: could not read
> >>> symbols: Invalid operation collect2: error: ld returned 1 exit
> >>> status
> >>> make[6]: *** [test-sqlbe] Fehler 1
> >>> make[6]: Verlasse Verzeichnis
> >>> '/home/norbert/Downloads/gnucash/gnucash-2.5.0/gnucash-2.5.0/src/ba
> >>> ckend/sql/test'> 
> > This is the Ubuntu Linker not pulling in implicit dependencies.  You can
> > probably fix this by added $(GLIB_LIBS) to the LDADD line in the
> > src/backend/sql/test/Makefile.am
> 
> Same error with:
> 
> LDADD = ${top_builddir}/src/test-core/libtest-core.la \
> ${top_builddir}/src/gnc-module/libgnc-module.la \
> ${top_builddir}/src/backend/sql/libgnc-backend-sql.la \
> ${top_builddir}/src/engine/libgncmod-engine.la \
> 
> ${top_builddir}/src/engine/test-core/libgncmod-test-engine.la \
> ${top_builddir}/src/core-utils/libgnc-core-utils.la \
> ${top_builddir}/src/libqof/qof/libgnc-qof.la \
> ${top_builddir}/lib/libc/libc-missing.la \
> $(GLIB_LIBS)

Can you add $(GLIB_LIBS) not (only) to LDADD, but rather to test_sqlbe_LDADD 
and check again?

Christian
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Screenshots for the 2.5.0 release

2013-04-11 Thread John Ralls

On Apr 11, 2013, at 12:51 PM, Cristian Marchi  wrote:

> 
> Il 07/04/2013 00:43, John Ralls ha scritto:
>> On Apr 6, 2013, at 1:23 PM, Christian Stimming  
>> wrote:
>> 
>>> Am Samstag, 6. April 2013, 15:10:04 schrieb Cristian Marchi:
 As the 2.5.0 release is approaching, I would like to add some
 screenshots in the 2.5.0 wiki page [1] to highlight some new features.
 As it is not possible to upload file in the GnuCash wiki, I'm asking
 help for this task.
 I attach to this email the screenshots I took from a freshly built
 GnuCash from trunk.
>>> We've got space for a few screenshots also on the sourceforge page,
>>> https://sourceforge.net/p/gnucash/admin/screenshots
>>> 
>>> They allow at most six screenshots, but those which are online there can
>>> surely be replaced by more up-to-date ones. If you find some that you can
>>> replace by your new screenshots, you can use the full URL also in the wiki.
>>> 
>>> That isn't a full solution of the problem, but maybe it helps as a first 
>>> step.
>>> 
>> Do we want unstable-version screenshots in the SF screenshot space? Might'n 
>> it confuse prospective users (whom we don't want using unstable!)?
>> 
>> If there isn't a way to host illustrations directly on code, then let's just 
>> add a directory in our file space on SF and put stuff there.
>> 
>> Regards,
>> John Ralls
> 
> I agree with John, unstable screenshots should not go in the sourceforge 
> front page. If you agree I can try to create a folder on sourceforge to host 
> the unstable images and John's graph so that we can test if it's a good 
> solution.

Umm, isn't Derek going to put them on code so that they'll be with the wiki? 
(When he has time, of course...)

Regards,
John Ralls
 


___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel