Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77571 - New release of Amaya : 9.0
Summary: New release of Amaya : 9.0
Status: RESOLVED DUPLICATE of bug 83394
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-11 11:34 UTC by guillaume beauregard
Modified: 2005-07-17 13:06 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description guillaume beauregard 2005-01-11 11:34:04 UTC
Amaya 9.0 is out, it now uses wxWidgets that improves a lot the looking[2] and support of tabs, here is the complete changelog[3].

[1] http://www.w3.org/Amaya/
[2] http://www.w3.org/Amaya/screenshots/Overview.html
[3] http://www.w3.org/Amaya/User/New.html

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Tom Martin (RETIRED) gentoo-dev 2005-01-12 15:48:43 UTC
mholzer, I assigned to you because you were the last person to commit an ebuild. If you don't want it, please assign to lu_zero.
Comment 2 Jesse Adelman 2005-01-15 22:37:49 UTC
Just tried merely bumping revision on 8.7 ebuild. I also changed the SRC_URI to

SRC_URI="http://www.w3.org/Amaya/Distribution/${PN}-src-${PV}.tgz" - the ftp:// wasn't working for me. It appears that there may be a problem in the Makefile.in generated by this - it seems to fail on the "amaya_prog:" makefile macro. It seems that it expects an "amaya" directory to be present, but it's not in the correct place?

[snipped output of "emerge amaya" w/ amaya-9.0.ebuild]

./thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f   -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include       -c ../../thotlib/view/printgl.c -o view/printgl.o
i686-pc-linux-gnu-g++ -march=athlon-mp -O3 -pipe -W -x c++ -D__cplusplus -D_UNIX -D_GTK    -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../thotlib/include -I../../thotlib/internals/var -I../../thotlib/internals/h -I../../thotlib/internals/f   -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include       -c ../../thotlib/editing/print.c -o editing/print.o
/bin/sh: line 1: cd: ../amaya: No such file or directory
make[2]: Entering directory `/data/tmp/portage/amaya-9.0/work/Amaya/LINUX-ELF/thotlib'
make[2]: *** No rule to make target `libCSS'.  Stop.
make[2]: Leaving directory `/data/tmp/portage/amaya-9.0/work/Amaya/LINUX-ELF/thotlib'
make[1]: *** [../amaya/libCSS.a] Error 2
make[1]: Leaving directory `/data/tmp/portage/amaya-9.0/work/Amaya/LINUX-ELF/thotlib'
make: *** [print_prog] Error 2

!!! ERROR: net-www/amaya-9.0 failed.
!!! Function src_compile, Line 50, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

homeserver amaya # pwd 
/usr/local/portage/net-www/amaya
Comment 3 Ingo Kemper 2005-02-17 01:18:52 UTC
It works for me with SRC_URI="http://www.w3.org/Amaya/Distribution/${PN}-fullsrc-${PV}.tgz"
If you want the new UI, you have to compile with "--with-wx" instead of "--with-gtk", otherwise you get the old UI and version 8.7.1.
Comment 4 Heinrich Wendel (RETIRED) gentoo-dev 2005-05-17 05:56:29 UTC

*** This bug has been marked as a duplicate of 83394 ***