Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62287 - drivel-1.2 released
Summary: drivel-1.2 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://www.dropline.net/drivel
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 13:00 UTC by Tro
Modified: 2004-10-18 02:26 UTC (History)
2 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 Tro 2004-08-30 13:00:15 UTC
http://www.gnomedesktop.org/article.php?sid=1932

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Noah Pritikin 2004-09-17 18:56:58 UTC
updated ebuild requested... thanks. :)
Comment 2 Noah Pritikin 2004-09-17 19:07:09 UTC
i just used the ebuild for 1.0.2 by renaming it to "drivel-1.2.0.ebuild" and it seemed to work ok...  there were a few things at the very beginning that seemed weird:

>>> emerge (1 of 1) net-misc/drivel-1.2.0 to /
>>> md5 src_uri ;-) drivel-1.2.0.tar.bz2
>>> Unpacking source...
>>> Unpacking drivel-1.2.0.tar.bz2 to /home/noah/temp/portage/drivel-1.2.0/work
You should update your 'aclocal.m4' by running aclocal.
no need for patching file 'Makefile.in.in'
>>> Source unpacked.
 * Patching ${S}/ltmain.sh...
 *   Applying portage-1.4.1.patch...
 *   Applying max_cmd_len-1.5.0.patch...

Are the patches necessary? And what about those 2 lines right above "Source unpacked"?
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2004-10-16 13:17:32 UTC
in portage.
Comment 4 Tro 2004-10-16 17:24:04 UTC
Needs gtksourceview added as a dependency.

configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for intltool >= 0.21... 0.31.2 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for update-mime-database... /usr/bin/update-mime-database
checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes
checking what language compliance flags to pass to the C compiler...
checking for pkg-config... /usr/bin/pkg-config
checking for gtkspell-2.0... yes
checking for rhythmbox... not found
./configure: line 19202: with_dummy=no: command not found
checking for
        glib-2.0 >= 2.4.0
        gtk+-2.0 >= 2.4.0
        gconf-2.0 >= 2.0.0
        gnome-vfs-2.0 >= 2.6.0
        libgnome-2.0 >= 2.0.0
        libgnomeui-2.0 >= 2.0.0
        libglade-2.0 >= 2.0.0
        gtksourceview-1.0 >= 1.0.0
        libxml-2.0
        libbonobo-2.0
        bonobo-activation-2.0
        gtkspell-2.0
... Package gtksourceview-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtksourceview-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtksourceview-1.0' found

configure: error: Library requirements (
        glib-2.0 >= 2.4.0
        gtk+-2.0 >= 2.4.0
        gconf-2.0 >= 2.0.0
        gnome-vfs-2.0 >= 2.6.0
        libgnome-2.0 >= 2.0.0
        libgnomeui-2.0 >= 2.0.0
        libglade-2.0 >= 2.0.0
        gtksourceview-1.0 >= 1.0.0
        libxml-2.0
        libbonobo-2.0
        bonobo-activation-2.0
        gtkspell-2.0
) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

!!! ERROR: net-misc/drivel-1.2.1 failed.
!!! Function econf, Line 449, Exitcode 1
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2004-10-17 05:14:26 UTC
fixed
Comment 6 Noah Pritikin 2004-10-18 00:18:09 UTC
One thing to note, or maybe should be added to this and future ebuilds, is you should have >=libcurl-7.12.0 ... 7.11.0 crashes upon startup for me.  See this for details on that problem (which was fixed by upgrading libcurl):

http://www.dropline.net/forums/viewtopic.php?t=3340
Comment 7 Alastair Tse (RETIRED) gentoo-dev 2004-10-18 02:26:25 UTC
thanks .. will update ebuild with that dep as well.