Bug 59308 - [patch] multimedia/beep-media-player doesn't compile.
Summary: [patch] multimedia/beep-media-player doesn't compile.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Nottebrock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-15 20:50 UTC by Michael Nottebrock
Modified: 2003-11-16 18:01 UTC (History)
1 user (show)

See Also:


Attachments
beep-media-player.diff (971 bytes, patch)
2003-11-15 20:50 UTC, Michael Nottebrock
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nottebrock freebsd_committer freebsd_triage 2003-11-15 20:50:08 UTC
	multimedia/beep-media-player bails during link stage on an unknown symbol
	"gtk_treeview_get_row_data" in main.c. I believe the line was left in due to
	an oversight, a similar function call is commented out in the same source file
	earlier.
	>How-To-Repeat:
	<code/input/activities to reproduce the problem (multiple lines)>
Comment 1 Miguel Mendez 2003-11-16 16:47:52 UTC
Dixitur illum
Michael Nottebrock <michaelnottebrock@gmx.net> scribere:

> On Sunday 16 November 2003 13:26, Miguel Mendez wrote:
> > Dixitur illum
> > Michael Nottebrock <lofi@freebsd.org> scribere:
> >
> > Is this with the 1.0.0-pre5 version? 
> 
> Yes.

Ok, unfortunately I don't have any RELENG_4 box to test it but, if
you've tested it go ahead and commit.

Cheers,
-- 
	Miguel Mendez <flynn@energyhq.es.eu.org>
	http://www.energyhq.es.eu.org
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-16 16:55:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mich

Over to originator
Comment 3 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-16 16:55:57 UTC
Responsible Changed
From-To: mich->lofi

Wrong person, lofi was originator.
Comment 4 Simon Barner 2003-11-16 17:38:48 UTC
> 	multimedia/beep-media-player bails during link stage on an unknown symbol
> 	"gtk_treeview_get_row_data" in main.c. I believe the line was left in due to
> 	an oversight, a similar function call is commented out in the same source file
> 	earlier.

Strange, I cannot reproduce this on my -STABLE system. I deleted and
re-CVSup-ed ports/multimedia/beep*, just to be certain that I don't have
uncommited local changes here.

Perhaps you should try the same?

Simon
Comment 5 Michael Nottebrock freebsd_committer freebsd_triage 2003-11-16 18:01:04 UTC
State Changed
From-To: open->closed

Committed, thanks for reviewing!