<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>83167</bug_id>
          
          <creation_ts>2005-02-24 03:40 0000</creation_ts>
          <short_desc>wxMaxima-0.6.0 ebuild</short_desc>
          <delta_ts>2007-03-15 09:06:24 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>2004.3</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>linux@brachttal.net</reporter>
          <assigned_to>sci@gentoo.org</assigned_to>
          <cc>basic@mozdev.org</cc>
    
    <cc>gilles@vonet.lu</cc>
    
    <cc>grozin@gentoo.org</cc>
    
    <cc>pacho@condmat1.ciencias.uniovi.es</cc>
    
    <cc>rwsims@gmail.com</cc>
    
    <cc>smustudent1@yahoo.com</cc>
    
    <cc>yosefm@gmail.com</cc>

      

      
          <long_desc isprivate="0">
            <who>linux@brachttal.net</who>
            <bug_when>2005-02-24 03:40:37 0000</bug_when>
            <thetext># Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils
DESCRIPTION=&quot;wxMaxima is a wxWidgets GUI for the computer algebra system maxima.&quot;
HOMEPAGE=&quot;http://wxmaxima.sourceforge.net/&quot;
SRC_URI=&quot;mirror://sourceforge/wxmaxima/${P}.tar.gz&quot;
LICENSE=&quot;GPL&quot;
SLOT=&quot;0&quot;
KEYWORDS=&quot;~x86&quot;
IUSE=&quot;&quot;
DEPEND=&quot;&gt;=sci-mathematics/maxima-5.9.1
        &gt;=x11-libs/wxGTK-2.4.0
        &gt;=dev-libs/libxml2-2.5.0&quot;

S=${WORKDIR}/${P}

src_compile() {
    econf || die &quot;econf failed&quot;
    emake || die &quot;emake failed&quot;
}

src_install() {
    make DESTDIR=${D} install || die
}</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bmschwar@fas.harvard.edu</who>
            <bug_when>2005-05-24 06:54:43 0000</bug_when>
            <thetext>Created an attachment (id=59701)
wxMaxima version 0.6.1 ebuild, tested working on x86

This is an ebuild for the newest wxMaxima, tested to work (though I had
unrelated issues with cmucl).  It looks quite nice.

Note that since sourceforge is case-sensitive, the ebuild as currently written
must be called &apos;wxMaxima&apos; not &apos;wxmaxima&apos;.  That would be easy enough to change.


This should be added to portage, tested, and stabilized.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>smustudent1@yahoo.com</who>
            <bug_when>2005-06-06 11:13:22 0000</bug_when>
            <thetext>I think to print in Linux wxMaxima requires WxWidgets specifically setup as 
follows:
&gt;= 2.6.0, the gtk2 port, and also --with-gnomeprint 

Perhaps this shouldn&apos;t be the default, but printing is a nice feature to have 
available.  </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>yosefm@gmail.com</who>
            <bug_when>2005-06-09 07:00:00 0000</bug_when>
            <thetext>Created an attachment (id=60904)
A different take on the 0.6.1 ebuild

An ebuild for said package (version 0.6.1) with attention to common mistakes
described in the Developer Handbook, as well as creation of a desktop entry (In
the right place, I hope) and patching the makefile to put the docs in
/usr/share/doc/wxMaxima instead of /usr/share/wxMaxima</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>yosefm@gmail.com</who>
            <bug_when>2005-06-09 07:01:44 0000</bug_when>
            <thetext>Created an attachment (id=60905)
The makefile patch that changes the location of the docs.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bicatali@gentoo.org</who>
            <bug_when>2006-01-26 11:22:59 0000</bug_when>
            <thetext>Ebuild for wxmaxima-0.6.4 in the gentoo science overlay: http://gentooscience.org.
I added some changes as well.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>grozin@gentoo.org</who>
            <bug_when>2006-05-25 02:28:34 0000</bug_when>
            <thetext>wxmaxima-0.6.5 from gentooscience.org does not compile for me:

wxMaxima.cpp: In member function `void wxMaxima::EditMenu(wxCommandEvent&amp;)&apos;:
wxMaxima.cpp:1117: error: `wxID_PREFERENCES&apos; undeclared (first use this
   function)
wxMaxima.cpp:1117: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
wxMaxima.cpp: In member function `void wxMaxima::HelpMenu(wxCommandEvent&amp;)&apos;:
wxMaxima.cpp:2165: error: `wxHELP_SEARCH_INDEX&apos; undeclared (first use this
   function)
make[2]: *** [wxMaxima.o] Error 1

Here is my emerge --info

Portage 2.0.54-r2 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.6-r3, 2.6.14-gentoo-r5 i686)
=================================================================
System uname: 2.6.14-gentoo-r5 i686 Intel(R) Pentium(R) M processor 1400MHz
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=&quot;x86&quot;
AUTOCLEAN=&quot;yes&quot;
CBUILD=&quot;i686-pc-linux-gnu&quot;
CFLAGS=&quot;-O2 -march=pentium3&quot;
CHOST=&quot;i686-pc-linux-gnu&quot;
CONFIG_PROTECT=&quot;/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control&quot;
CONFIG_PROTECT_MASK=&quot;/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d&quot;
CXXFLAGS=&quot;-O2 -march=pentium3&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;autoconfig distlocks sandbox sfperms strict&quot;
GENTOO_MIRRORS=&quot;ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.gentoo.org/gentoo-distfiles/&quot;
LINGUAS=&quot;ru&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
PORTDIR_OVERLAY=&quot;/usr/local/portage /usr/local/sci&quot;
SYNC=&quot;rsync://rsync.gentoo.org/gentoo-portage&quot;
USE=&quot;x86 X acpi alsa arts audiofile avi bash-completion berkdb bitmap-fonts browserplugin bzip2 cdr cli crypt cups curl doc dri eds emacs emboss encode esd exif expat fam ffmpeg foomaticdb fortran gd gdbm gif glut gmp gnome gpm gstreamer gtk gtk2 gtkhtml guile hal idn imagemagick imlib ipv6 isdnlog java jpeg kde lcms ldap leim libg++ libwww mad mikmod mng motif mp3 mpeg mule ncurses nls nptl offensive ogg oggvorbis opengl oss pam pcre pdflib perl png pppd python qt quicktime readline recode reflection ruby sdl session speex spell spl ssl tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts udev usb vorbis xine xml xml2 xmms xorg xv xvid zlib linguas_ru userland_GNU kernel_linux elibc_glibc&quot;
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pacho@condmat1.ciencias.uniovi.es</who>
            <bug_when>2006-06-11 04:10:40 0000</bug_when>
            <thetext>I have installed wxmaxima-0.6.5 using:
http://bugs.gentoo.org/attachment.cgi?id=60904
http://bugs.gentoo.org/attachment.cgi?id=60905

With no problems

Please, add it to portage tree

Thanks :)

Portage 2.1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r3, 2.6.16-suspend2-r6 i686)
=================================================================
System uname: 2.6.16-suspend2-r6 i686 Genuine Intel(R) CPU           T2300  @ 1.66GHz
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python:     2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=&quot;x86&quot;
AUTOCLEAN=&quot;yes&quot;
CBUILD=&quot;i686-pc-linux-gnu&quot;
CFLAGS=&quot;-O2 -pipe -fomit-frame-pointer -march=pentium-m&quot;
CHOST=&quot;i686-pc-linux-gnu&quot;
CONFIG_PROTECT=&quot;/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/&quot;
CONFIG_PROTECT_MASK=&quot;/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo&quot;
CXXFLAGS=&quot;-O2 -march=pentium-m -pipe -fomit-frame-pointer -mfpmath=sse -msse2&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict&quot;
GENTOO_MIRRORS=&quot;http://mirror.ovh.net/gentoo-distfiles/ &quot;
LANG=&quot;es_ES.UTF-8&quot;
LINGUAS=&quot;es&quot;
MAKEOPTS=&quot;-j3&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_RSYNC_OPTS=&quot;--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=&apos;/distfiles&apos; --exclude=&apos;/local&apos; --exclude=&apos;/packages&apos;&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
PORTDIR_OVERLAY=&quot;/usr/local/portage&quot;
SYNC=&quot;rsync://rsync.europe.gentoo.org/gentoo-portage&quot;
USE=&quot;X a52 aac aalib acl acpi aim alsa ansi apache2 arts asf audiofile avi bash-completion bcmath bidi bitmap-fonts bonobo bzip2 bzlib cairo caps cdb cddb cdparanoia cdr cdrparanoia cli cpdflib cross crypt cscope css ctype cups curl curlwrappers dbus dga dio directfb divx4linux dri dts dv dvb dvd dvdr dvdread eds emboss encode escreen esd evo exif fam fbcon ffmpeg fftw flac foomaticdb fortran ftp gb gcj gd ggi gif gimp gimpprint glut glx gmp gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal howl iconv imagemagick imlib ipv6 isdnlog jabber jack java jbig jikes jpeg kde kdeenablefinal latex lcms ldap lesstif libg++ libwww logrotate lua mad mbox mikmod mime ming mmap mmx mmxext mng mono motif mozilla mp3 mpeg mpi nas ncurses nethack nls nocd nptl nsplugin ntfs nvidia ogg oggvorbis openal opengl opnegl oss pam pcmcia pcre pdflib perl pic png pnp posix ppds pppd python qt quicktime readline real reflection reiserfs rtc ruby scanner sdl session slang slp smp sndfile sockets socks5 speex spell spl sse sse2 ssl svg svga tcltk tcpd tetex tga theora threads tiff truetype truetype-fonts trusted type1-fonts udev unicode usb userlocales v4l v4l2 vcd videos vorbis wifi win32codecs wma wmf wxwindows x86 xine xml xml2 xmms xorg xpm xscreensaver xv xvid zlib elibc_glibc kernel_linux linguas_es userland_GNU video_cards_nvidia&quot;
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bicatali@gentoo.org</who>
            <bug_when>2006-06-11 09:16:33 0000</bug_when>
            <thetext>(In reply to comment #7)
&gt; I have installed wxmaxima-0.6.5 using:
&gt; http://bugs.gentoo.org/attachment.cgi?id=60904
&gt; http://bugs.gentoo.org/attachment.cgi?id=60905
&gt; 
&gt; With no problems
&gt; 
&gt; Please, add it to portage tree

Please test the one in the scientific overlay instead. Many problems were fixed, and works with gcc-4.1
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>rpolach@atlas.cz</who>
            <bug_when>2006-06-15 15:38:19 0000</bug_when>
            <thetext>gentooscience ebuild wxmaxima-0.6.5-r1 works for me.
Only small note: it requires en_GB locale and if not found,
it shows &quot;Cannot set locale to &apos;en_GB&apos;&quot;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2006-08-15 00:25:22 0000</bug_when>
            <thetext>*** Bug 143968 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bicatali@gentoo.org</who>
            <bug_when>2007-02-23 11:33:47 0000</bug_when>
            <thetext>wxmaxima-0.7.1 now in main tree. Thanks all for testing.
</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>59701</attachid>
            <date>2005-05-24 06:54 0000</date>
            <desc>wxMaxima version 0.6.1 ebuild, tested working on x86</desc>
            <filename>wxMaxima-0.6.1.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA1IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXI6ICQKCmluaGVyaXQgZXV0aWxzCkRFU0NSSVBUSU9OPSJ3eE1heGltYSBpcyBhIHd4V2lkZ2V0
cyBHVUkgZm9yIHRoZSBjb21wdXRlciBhbGdlYnJhIHN5c3RlbSBtYXhpbWEuIgpIT01FUEFHRT0i
aHR0cDovL3d4bWF4aW1hLnNvdXJjZWZvcmdlLm5ldC8iClNSQ19VUkk9Im1pcnJvcjovL3NvdXJj
ZWZvcmdlL3d4bWF4aW1hLyR7UH0udGFyLmd6IgpMSUNFTlNFPSJHUEwiClNMT1Q9IjAiCktFWVdP
UkRTPSJ+eDg2IgpJVVNFPSIiCkRFUEVORD0iPj1zY2ktbWF0aGVtYXRpY3MvbWF4aW1hLTUuOS4x
CiAgICAgICAgPj14MTEtbGlicy93eEdUSy0yLjYuMAogICAgICAgID49ZGV2LWxpYnMvbGlieG1s
Mi0yLjUuMCIKClM9JHtXT1JLRElSfS8ke1B9CgpzcmNfY29tcGlsZSgpIHsKICAgIGVjb25mIHx8
IGRpZSAiZWNvbmYgZmFpbGVkIgogICAgZW1ha2UgfHwgZGllICJlbWFrZSBmYWlsZWQiCn0KCnNy
Y19pbnN0YWxsKCkgewogICAgbWFrZSBERVNURElSPSR7RH0gaW5zdGFsbCB8fCBkaWUKfQo=
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>60904</attachid>
            <date>2005-06-09 07:00 0000</date>
            <desc>A different take on the 0.6.1 ebuild</desc>
            <filename>wxMaxima-0.6.1.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA1IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXI6ICQKCkRFU0NSSVBUSU9OPSJBIEdyYXBoaWNhbCBmcm9udGVuZCB0byBNYXhpbWEsIHVzaW5n
IHRoZSB3eFdpZGdldHMgdG9vbGtpdC4iCkhPTUVQQUdFPSJodHRwOi8vd3htYXhpbWEuc291cmNl
Zm9yZ2UubmV0LyIKU1JDX1VSST0ibWlycm9yOi8vc291cmNlZm9yZ2Uvd3htYXhpbWEvJHtQfS50
YXIuZ3oiCgpMSUNFTlNFPSJHUEwtMiIKU0xPVD0iMCIKS0VZV09SRFM9In54ODYiCklVU0U9IiIK
CkRFUEVORD0iPj1kZXYtbGlicy9saWJ4bWwyLTIuNS4wCgk+PXgxMS1saWJzL3d4R1RLLTIuNC4w
IgpSREVQRU5EPSJzY2ktbWF0aGVtYXRpY3MvbWF4aW1hIgoKaW5oZXJpdCBldXRpbHMKCnNyY191
bnBhY2sgKCkgewoJdW5wYWNrICR7QX0KCgljZCAke1N9CgllcGF0Y2ggJHtGSUxFU0RJUn0vZG9j
X2Rpci5wYXRjaAp9CgpzcmNfY29tcGlsZSAoKSB7CgljZCAke1N9CgoJYWNsb2NhbAoJZWNvbmYK
CW1ha2UKfQoKc3JjX2luc3RhbGwgKCkgewoJbWFrZSBpbnN0YWxsIERFU1RESVI9JHtEfQoJaW5z
dGFsbCAtRCAtbSA2NDQgbWF4aW1hLW5ldy5wbmcgJHtEfS91c3Ivc2hhcmUvcGl4bWFwcy9tYXhp
bWEtbmV3LnBuZwoJbWFrZV9kZXNrdG9wX2VudHJ5CXd4bWF4aW1hIHd4TWF4aW1hICJtYXhpbWEt
bmV3LnBuZyIgU2NpZW5jZQp9Cgo=
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>60905</attachid>
            <date>2005-06-09 07:01 0000</date>
            <desc>The makefile patch that changes the location of the docs.</desc>
            <filename>doc_dir.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIHd4TWF4aW1hLTAuNi4xL01ha2VmaWxlLm9sZAkyMDA1LTA2LTA5IDAwOjUyOjU0LjAwMDAw
MDAwMCArMDMwMAorKysgd3hNYXhpbWEtMC42LjEvTWFrZWZpbGUuYW0JMjAwNS0wNi0wOCAyMTo1
Mzo1Ni4wMDAwMDAwMDAgKzAzMDAKQEAgLTExLDUgKzExLDUgQEAKICAgICAgICAgICAgICBhcnQv
aWNvbnMuaCBhcnQvc21hbGwvaWNvbnMuaCBhcnQvYmlnL2ljb25zLmggICAgICAgICAgICAgICBc
CiAgICAgICAgICAgICAgYXJ0L21heGltYWljb24ueHBtIGFydC9tYXhpbWFpY29uLmljbwogCi1k
b2NkaXIgPSAke2RhdGFkaXJ9L3d4TWF4aW1hCitkb2NkaXIgPSAke2RhdGFkaXJ9L2RvYy93eE1h
eGltYQogZG9jX0RBVEEgPSBSRUFETUUgQ09QWUlORwo=
</data>        

          </attachment>
    </bug>

</bugzilla>