Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15123 - new nvclock-0.6.2 ebuild
Summary: new nvclock-0.6.2 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: SpanKY
URL: http://www.linuxhardware.org/nvclock/
Whiteboard:
Keywords:
: 14511 15120 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-02-04 14:41 UTC by Peter Gantner (a.k.a. nephros)
Modified: 2003-02-10 16:11 UTC (History)
2 users (show)

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


Attachments
the ebuild v1.0 (nvclock-0.6.2.ebuild,948 bytes, text/plain)
2003-02-04 14:42 UTC, Peter Gantner (a.k.a. nephros)
Details
nvclock-0.6.2.ebuild (nvclock-0.6.2.ebuild,865 bytes, text/plain)
2003-02-05 13:43 UTC, Matt Taylor
Details
REAL nvclock-0.6.2.ebuild (nvclock-0.6.2.ebuild,853 bytes, text/plain)
2003-02-05 13:46 UTC, Matt Taylor
Details
nvclock-0.6.2.tbz2 (nvclock-0.6.2.tbz2,1.42 KB, application/octet-stream)
2003-02-06 13:11 UTC, SpanKY
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Gantner (a.k.a. nephros) 2003-02-04 14:41:27 UTC
took the ebuild from here http://bugs.gentoo.org/show_bug.cgi?id=14511
and updated it to the newest version.

added RDEPEND to explicitly use qt2 as it won't build with qt3 (?)

also edited the third line (the commented one), please check correctness
this is also my first time, so be gentle if something breaks..

greets,
peter aka nephros

Reproducible: Always
Steps to Reproduce:

1.
2.
3.
Comment 1 Peter Gantner (a.k.a. nephros) 2003-02-04 14:42:10 UTC
Created attachment 7929 [details]
the ebuild v1.0
Comment 2 SpanKY gentoo-dev 2003-02-04 19:12:53 UTC
*** Bug 14511 has been marked as a duplicate of this bug. ***
Comment 3 SpanKY gentoo-dev 2003-02-04 19:12:55 UTC
*** Bug 15120 has been marked as a duplicate of this bug. ***
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-05 09:37:17 UTC
Mike, wanna have a look if you got the time ?
Comment 5 Matt Taylor 2003-02-05 13:24:41 UTC
This ebuild doesn't fix bug 15120.  

>>> Merging media-video/nvclock-0.6.2 to /
--- /bin/
>>> /bin/nvclock_gtk
>>> /bin/nvclock
>>> /share/
>>> /share/doc/
>>> /share/doc/nvclock/
>>> /share/doc/nvclock/COPYING
>>> /share/doc/nvclock/INSTALL
>>> /share/doc/nvclock/AUTHORS
>>> /share/doc/nvclock/ChangeLog
>>> /share/doc/nvclock/FAQ
>>> /share/doc/nvclock/NEWS
>>> /share/doc/nvclock/README
>>> /share/doc/nvclock/ABOUT
....

And theres either something wrong with the configure script or the way gentoo installs qt3 that breaks it with qt3.  The docs say that it has support for qt2/qt3.
Comment 6 Matt Taylor 2003-02-05 13:35:26 UTC
Heres the qt configure error if I change the ebuild to use qt3:

checking for Qt >= 2.2.0... ./configure: QTDIR: command not found
./configure: -L/usr/qt/3: No such file or directory
./configure: QTDIR: command not found

then it compiles and chokes when it cant include random qt stuff.

This is with qt-3.0.5-r2
Comment 7 Matt Taylor 2003-02-05 13:43:28 UTC
Created attachment 7954 [details]
nvclock-0.6.2.ebuild

Fixes the docs in /share problem :)
Comment 8 Matt Taylor 2003-02-05 13:46:02 UTC
Created attachment 7955 [details]
REAL nvclock-0.6.2.ebuild

Forgot to take a echo statement out that I was using to see why it installed to
/share.
Comment 9 SpanKY gentoo-dev 2003-02-06 06:18:12 UTC
mine now if you dont mind az ;) 
Comment 10 SpanKY gentoo-dev 2003-02-06 13:11:04 UTC
Created attachment 7981 [details]
nvclock-0.6.2.tbz2

could you guys test this version out ?
Comment 11 Matt Taylor 2003-02-06 16:07:47 UTC
works good except it builds the qt gui when USE="-qt".  It works with qt3 as well, but the ebuild wants =x11-libs/qt-2*, so the only way to get the gui and not downgrade qt is to disable qt...kindof strange :)
Comment 12 SpanKY gentoo-dev 2003-02-09 15:51:16 UTC
the fact it still relies on qt-2 is a typo ;) 
it should be utilizing qt-3 ... 
 
as for -qt ... i'll look into that ... ive noticed the configure script appears to be badly 
broken ... 
Comment 13 SpanKY gentoo-dev 2003-02-10 15:18:59 UTC
this configure script is pretty freaking broken, it may take some time to figure out what 
is wrong with it 
Comment 14 SpanKY gentoo-dev 2003-02-10 16:11:37 UTC
ok, maybe not as long as i thought :) 
 
i added a configure.in patch and e-mailed upstream authors about it ... in the 
meantime, 0.6.2 is now in portage ;) 
 
i hardcoded the ebuild to qt3 since it's (1) newer and (2) i couldnt get qt-2 to compile 
with this 
 
http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/media-video/nvclock/nvclock-0.6.2.ebuild?rev=1.1&content-type=text/vnd.viewcvs-markup 
http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/media-video/nvclock/files/0.6.2-configure.in.patch?rev=1.1&content-type=text/vnd.viewcvs-markup 
Comment 15 SpanKY gentoo-dev 2003-02-10 16:11:46 UTC
bug is now fixed