Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74511 - ebuild for rol rss reader doesn't work
Summary: ebuild for rol rss reader doesn't work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://unknown-days.com/rol/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-15 08:44 UTC by Ed Suominen
Modified: 2004-12-16 01:29 UTC (History)
1 user (show)

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


Attachments
patch to Makefile (rol-0.2.2-gentoo.diff,648 bytes, patch)
2004-12-15 12:06 UTC, Marcelo Goes (RETIRED)
Details | Diff
patch to current 0.2.2 ebuild (rol-0.2.2.ebuild.diff,762 bytes, patch)
2004-12-15 12:08 UTC, Marcelo Goes (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Suominen 2004-12-15 08:44:36 UTC
[root] # emerge rol
Calculating dependencies ...done!
>>> emerge (1 of 1) net-misc/rol-0.2.2 to /
>>> md5 src_uri ;-) rol-0.2.2.tar.gz
>>> Unpacking source...
>>> Unpacking rol-0.2.2.tar.gz to /var/tmp/portage/rol-0.2.2/work
>>> Source unpacked.
make -C src
make[1]: Entering directory `/var/tmp/portage/rol-0.2.2/work/rol-0.2.2/src'
g++ -g -Wall -DGTK_DISABLE_DEPRECATED `pkg-config --cflags gtk+-2.0` `xml-config --cflags` `pkg-config --cflags gconf-2.0` -c rol.c -o rol.o
g++ -g -Wall -DGTK_DISABLE_DEPRECATED `pkg-config --cflags gtk+-2.0` `xml-config --cflags` `pkg-config --cflags gconf-2.0` -c backend.c -o backend.o
rol.c: In member function `void Rol::load()':
rol.c:103: error: `gtk_timeout_remove' undeclared (first use this function)
rol.c:103: error: (Each undeclared identifier is reported only once for each
   function it appears in.)
rol.c:108: error: `gtk_timeout_add' undeclared (first use this function)
make[1]: *** [rol.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/rol-0.2.2/work/rol-0.2.2/src'
make: *** [all] Error 2

!!! ERROR: net-misc/rol-0.2.2 failed.
!!! Function src_compile, Line 21, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2004-12-15 11:54:35 UTC
The problem can be fixed by removing the -DGTK_DISABLE_DEPRECATED flag from the Makefile.
Comment 2 Marcelo Goes (RETIRED) gentoo-dev 2004-12-15 12:06:10 UTC
Created attachment 46066 [details, diff]
patch to Makefile

patches Makefile in src to remove -DGTK_DISABLE_DEPRECATED
Comment 3 Marcelo Goes (RETIRED) gentoo-dev 2004-12-15 12:08:09 UTC
Created attachment 46067 [details, diff]
patch to current 0.2.2 ebuild

Makes use of the patch to the Makefile;
Added manpage.
Comment 4 Marcelo Goes (RETIRED) gentoo-dev 2004-12-15 12:10:03 UTC
I would also like to note that the last unstable version of rol is 0.3.1, though I haven't tested it.
Comment 5 Andrej Kacian (RETIRED) gentoo-dev 2004-12-16 01:29:09 UTC
This has been fixed in 0.2.2. As for new version, please file a separate bug about it, so someone can pick it up. I don't have time, nor interest for doing it right now, sorry.