Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94174 - x11-misc/vym-1.7.0 (version bump + patch)
Summary: x11-misc/vym-1.7.0 (version bump + patch)
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Stuart Herbert (RETIRED)
URL:
Whiteboard:
Keywords:
: 99176 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-27 06:08 UTC by Florian Faber
Modified: 2005-12-23 11:52 UTC (History)
2 users (show)

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


Attachments
New ebuild for vym-1.6.0 (vym-1.6.0.ebuild,1.41 KB, text/plain)
2005-05-27 06:10 UTC, Florian Faber
Details
Patch to add missing include line (vym-1.6.0-linkablemap.patch,33 bytes, text/x-patch)
2005-05-27 06:10 UTC, Florian Faber
Details
Patch to add missing include line (vym-1.6.0-linkablemap.patch,33 bytes, patch)
2005-05-27 06:10 UTC, Florian Faber
Details | Diff
vym-1.7.0.ebuild (vym-1.7.0.ebuild,1.33 KB, text/plain)
2005-07-16 03:38 UTC, Patrick Smits
Details
01 Add missing include line (01_all_linkablemapobj-math.patch,257 bytes, patch)
2005-07-31 11:14 UTC, Boris Guskee
Details | Diff
Add missing include to misc.cpp (02_all_misc-math.patch,203 bytes, patch)
2005-07-31 11:14 UTC, Boris Guskee
Details | Diff
vym-1.7.0.ebuild (updated) (vym-1.7.0.ebuild,1.41 KB, patch)
2005-07-31 11:19 UTC, Boris Guskee
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Faber 2005-05-27 06:08:27 UTC
Find attached a new ebuild for vym-1.6.0 and my patch that adds a missing include file.
Comment 1 Florian Faber 2005-05-27 06:10:10 UTC
Created attachment 59944 [details]
New ebuild for vym-1.6.0
Comment 2 Florian Faber 2005-05-27 06:10:36 UTC
Created attachment 59945 [details]
Patch to add missing include line
Comment 3 Florian Faber 2005-05-27 06:10:40 UTC
Created attachment 59946 [details, diff]
Patch to add missing include line
Comment 4 Quintin Pan 2005-06-10 03:02:48 UTC
hey. that url for the file is no longer valid (404) it seems. I adjusted my
ebuild to point to my nearest sourceforge mirror and it worked. Maybe change the
ebuild to point to SF?

Thanks
Comment 5 Quintin Pan 2005-06-10 03:19:06 UTC
Getting access violations just like in bug 78742
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-x11-misc_-_vym-1.6.0-10818.log"

open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
--------------------------------------------------------------------------------

have a look at this:
http://bugs.gentoo.org/attachment.cgi?id=60105

Thanks
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2005-07-16 01:22:53 UTC
*** Bug 99176 has been marked as a duplicate of this bug. ***
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2005-07-16 01:23:50 UTC
(In reply to comment #5)
> Getting access violations just like in bug 78742

From Bug 78742:

--- vym-1.5.0.ebuild.orig	2005-05-30 03:08:35.269123688 +0900
+++ vym-1.5.0.ebuild	2005-05-30 03:07:56.934951368 +0900
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/x11-misc/vym/vym-1.5.0.ebuild,v 1.2
2005/01/08 10:18:06 stuart Exp $
 
-inherit eutils
+inherit eutils kde-functions
+need-qt 3
 
 DESCRIPTION="View Your Mind -- a mindmap tool"
 HOMEPAGE="http://www.insilmaril.de/vym/"
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2005-07-16 02:45:49 UTC
*** Bug 99176 has been marked as a duplicate of this bug. ***
Comment 9 Patrick Smits 2005-07-16 03:38:18 UTC
Created attachment 63515 [details]
vym-1.7.0.ebuild

New ebuild of VYM version 1.7.0, based on the 1.5 version, with the following
changes:
- new SRC_URI (sources are now hosted by SourceForge)
- applied patch http://bugs.gentoo.org/attachment.cgi?id=60105
Comment 10 Patrick Smits 2005-07-16 03:44:44 UTC
Please change the summary to something like "vym-1.7.0.ebuild (new ebuild)".
Comment 11 Roland Rasmussen 2005-07-16 16:34:45 UTC
Is there any reason for a dependency on x11-base/xorg-x11?? I think it's more 
correct with virtual/x11:

--- vym-1.7.0.ebuild    2005-07-17 01:26:52.601988904 +0200
+++ vym-1.7.0.ebuild.orig       2005-07-17 01:31:53.583049296 +0200
@@ -12,7 +12,7 @@
 SLOT="0"
 KEYWORDS="~x86"
 IUSE=""
-DEPEND="virtual/x11 \
+DEPEND="
        >=dev-libs/expat-1.95.8 \
        >=media-libs/fontconfig-2.2.3 \
        >=media-libs/freetype-2.1.5-r1 \
@@ -22,6 +22,7 @@
        >=sys-devel/gcc-3.3.4-r1 \
        >=sys-libs/glibc-2.3.4.20040808-r1 \
        >=sys-libs/zlib-1.2.1-r3 \
+       >=x11-base/xorg-x11-6.8.0-r3 \
        >=x11-libs/qt-3.3.3 \
        dev-lang/perl"
 #RDEPEND=""
Comment 12 Roland Rasmussen 2005-07-16 16:38:15 UTC
Ups, sorry, it should of course be:

--- vym-1.7.0.ebuild.orig       2005-07-17 01:31:53.583049296 +0200
+++ vym-1.7.0.ebuild    2005-07-17 01:26:52.601988904 +0200
@@ -12,7 +12,7 @@
 SLOT="0"
 KEYWORDS="~x86"
 IUSE=""
-DEPEND="
+DEPEND="virtual/x11 \
        >=dev-libs/expat-1.95.8 \
        >=media-libs/fontconfig-2.2.3 \
        >=media-libs/freetype-2.1.5-r1 \
@@ -22,7 +22,6 @@
        >=sys-devel/gcc-3.3.4-r1 \
        >=sys-libs/glibc-2.3.4.20040808-r1 \
        >=sys-libs/zlib-1.2.1-r3 \
-       >=x11-base/xorg-x11-6.8.0-r3 \
        >=x11-libs/qt-3.3.3 \
        dev-lang/perl"
 #RDEPEND=""
Comment 13 Boris Guskee 2005-07-31 11:14:00 UTC
Created attachment 64796 [details, diff]
01 Add missing include line

This patch has a bit more context than the one that is already there
Comment 14 Boris Guskee 2005-07-31 11:14:47 UTC
Created attachment 64797 [details, diff]
Add missing include to misc.cpp

math.h missing again.
Comment 15 Boris Guskee 2005-07-31 11:19:15 UTC
Created attachment 64798 [details, diff]
vym-1.7.0.ebuild (updated)

This is the previous file plus:
- Kim's comment #12 applied
- Keyword ~amd64 added.
- Fixes the math.h problem using the two patches I posted before.

vym compiles and runs on amd64 now.
Comment 16 phaidros 2005-09-20 09:39:10 UTC
1.7 still not in portage tree, right?
would be nice to see it there :)

regards.p.
Comment 17 Stuart Herbert (RETIRED) gentoo-dev 2005-12-23 11:51:32 UTC
Added to Portage (finally - sorry about that).  Many thanks for the update and the patches!

Best regards,
Stu
Comment 18 Stuart Herbert (RETIRED) gentoo-dev 2005-12-23 11:52:24 UTC
Closing bug.