Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47679 - gnucash-1.8.9.ebuild available
Summary: gnucash-1.8.9.ebuild available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Seemant Kulleen (RETIRED)
URL: http://www.gnucash.org/
Whiteboard:
Keywords:
: 47680 48363 48997 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-04-13 01:54 UTC by Urs Joss
Modified: 2004-05-11 02:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gnucash-1.8.9.ebuild (gnucash-1.8.9.ebuild,2.50 KB, text/plain)
2004-04-13 01:56 UTC, Urs Joss
Details
patch for gnucash-docs-1.8.3 (gnucash-docs-1.8.3-fix_db1.85_kernel2.6.patch,732 bytes, patch)
2004-04-24 14:14 UTC, Larry Siden
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Urs Joss 2004-04-13 01:54:53 UTC
New release of gnucash is available (incl. new documentation release).

The release notes:

==== snip ====
The GnuCash team is pleased to announce the release of stable version 1.8.9.

What's New in GnuCash 1.8.9?


o Updated Polish translation by GNOME PL Team, updated French, Czech, Spanish, Russian, Dutch, German and Italian translations.
o dump-finance-quote - Be more explicit when a lookup fails.
o log-replay - Increase read buffer size.
o Make sure to verify that the items in the reconcile hash are still around after a refresh.
o When the commodity is changed, then set the currency to the currency of the last price entered for this commodity.
o Add Hungarian account templates by Sulyok Peter
o Patch by Geoff Kassel to work on OpenBSD (allow user to set diffcmd).
o Don't test double KVPs, on the theory that they will soon be deprecated.
o When computing the aging report, ignore splits that belong to closed lots. This way we wont get the wrong values when the invoice falls outside the 360-day window but its payment falls inside the window.
o Add gnc_getline() function to read an unlimited line-length from a file (so you're not limited to a buffer size with fgets() and the like). It is similar to the getline(3) on Linux except the API is different and it will always set the return string.
o Add workaround code for openhbci/chipcard problem.
o Add gnc_lookup_date_option() function.
o Add gnc_ui_account_get_balance_in_currency() function.
o Add preferences for summarybar.
o Add xaccAccountConvertBalanceToCurrencyAsOfDate() function
o Summarybar can now display a grand total of all commodities, profits of a period of time and net assets at the end of the period; summarybar can be configured with some options under edit->preferences.
o Create two new functions to centralize date-selection option creation.
o Export the new scheme functions.
o Modify Herbert's patch to centralize the date-selection option code.
o Use the new centralized date-selection option-creation code.
o Fix a typo in the help (was --diable-gui).
o Add db-4.2 to the list of databases we search.
o Fix a problem with opt style installs.
o Rename from_xxx and to_xxx account tree widgets to left_xxx and right_xxx.
o If in "accountant mode" call "transfer from" "credit account" and "transfer to" "debit account" and interchange account trees.
o Remove the RECN cell from payable/receivable to stop confusing people.
o Change Ukrainian "UAG" into "UAH"
o Commented out setting the memo always to "Auto-created split" due to popular request.
o Fix for part of bug only allow auto-create SXes which have splits to be created.
o HBCI transfer template management GUI added by Bernd Wagner.
o Added instructions about running under valgrind.
o Added a large set of valgrind suppressions for both guile and gnucash.
o Change the reg_type to SEARCH_LEDGER so all the 'action' types appear.
o Remove unused 'ledger_status' widget.
o At least be consistent about the background coloring of the month labels, even if we're still not using GTK themeage correctly.
o Destroy the transient window when the widget is destroyed.
o Make the advance and remind spin-buttons editable.
o Change the upper bound on the advance and remind spins to 365 [days], with a page-size of 30 [days].
o Disallow the Scheduling of being-editing transactions in the Register, preventing a class of unbalanced SX template transactions from being entered and propogated through the system.
o Fix nasty memory-corruption issue; insufficent bounds checking on array index.
o Better handling of various error cases in transaction-creation.
o When we have a problem parsing a credit/debit cell, indicate to the user what occurred.
o Use the account-list filtering capability of the GncAccountSel to only show/allow-creation-of valid account-types in the loan-druid.
o Add ':' to the token list of allowable characters in the formula cell.
o Fix precedence bug screwing up loan review page.
o Don't need to require format; main.scm handles it, and the default "format" (simple-format) is sufficient to handle everything we need. This allows gnucash to work with slib3.
o Add code to remove "intl/Makefile po/Makefile" from AC_OUTPUT in configure.in prior to calling gettextize to make sure that you can build from CVS with recent versions of gettextize. Tested with both RH9 and RH7.3 to make sure it works with both old and new.
o Move variable declaration to the top of the block.
o Make sure we always have intl and po Makefiles in the configure script. Sometimes it was ripped out without being replaced.

==== snap ====

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




seems to work (but no extensive testing done yet)...
Comment 1 Urs Joss 2004-04-13 01:56:14 UTC
Created attachment 29194 [details]
gnucash-1.8.9.ebuild

not extensively tested yet, however, it seems to work. It's a slightly adjusted
copy of the official gnucash-1.8.8.ebuild.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-04-13 01:57:23 UTC
*** Bug 47680 has been marked as a duplicate of this bug. ***
Comment 3 rj rooke 2004-04-16 18:55:03 UTC
we have to add two options to get this to work on adm64:

CFLAGS="-L/usr/X11R6/lib"
LDFLAGS="-L/usr/X11R6/lib"
 
Otherwise, you get a startup error:

With no addtions:

gnucash
ERROR: In procedure dynamic-link:
ERROR: file: "libgw-gnc", message: "/usr/lib/libgw-gnc.a: invalid ELF header"

without LDFLAGS:
 gnucash
ERROR: In procedure dynamic-link:
ERROR: file: "libgw-gnc", message: "/usr/lib/libgw-gnc.so.0: undefined symbol: gtk_marshal_NONE__NONE"

there's another bug in the amd64 section about this
Comment 4 Greg Watson (linuxkrn) 2004-04-18 23:31:04 UTC
Works great for me on dual Xeons.  Please move it into portage tree.

Comment 5 Larry Siden 2004-04-24 14:14:01 UTC
Created attachment 29978 [details, diff]
patch for gnucash-docs-1.8.3

Please include this patch in files directory.
Comment 6 Larry Siden 2004-04-24 14:18:10 UTC
Comment on attachment 29978 [details, diff]
patch for gnucash-docs-1.8.3

Oops, not necessary if this patch has already been applied to
gnucash-docs-1.8.4
Comment 7 Yi Quang (RETIRED) gentoo-dev 2004-04-25 22:31:05 UTC
*** Bug 48997 has been marked as a duplicate of this bug. ***
Comment 8 Seemant Kulleen (RETIRED) gentoo-dev 2004-04-27 16:22:13 UTC
*** Bug 48363 has been marked as a duplicate of this bug. ***
Comment 9 Seemant Kulleen (RETIRED) gentoo-dev 2004-05-07 11:10:52 UTC
since I actually use it, I'll take this
Comment 10 Seemant Kulleen (RETIRED) gentoo-dev 2004-05-11 02:37:40 UTC
in portage.