Bug 71252 - [Maintainer update] emulators/xmame to 0.86
Summary: [Maintainer update] emulators/xmame to 0.86
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: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-01 17:30 UTC by Miguel Mendez
Modified: 2004-10-11 23:42 UTC (History)
0 users

See Also:


Attachments
xmame.diff (3.43 KB, patch)
2004-09-01 17:30 UTC, Miguel Mendez
no flags Details | Diff
xmame.diff (3.80 KB, patch)
2004-09-03 13:06 UTC, Miguel Mendez
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Mendez 2004-09-01 17:30:37 UTC

I was holding this in hope they would get networking fixed. No dice.
*NETWORKING DOESN'T WORK IN THIS VERSION* and is disabled in 
the Makefile.

Some people have reported success on !i386, so I've removed the ARCH
restriction for now. We'll see how it turns out.

This version makes gxmame stop working, see the other PR about gxmame for a fix.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-09-02 13:11:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

mine
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2004-09-02 13:11:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

mine
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2004-09-02 13:11:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

mine
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2004-09-03 00:46:31 UTC
State Changed
From-To: open->feedback

===>  Building for xmame-sdl-0.86 
Linking xmame.SDL ... 
xmame.obj/unix.SDL/devices.o: In function `osd_input_initpre': 
xmame.obj/unix.SDL/devices.o(.text+0x39a): undefined reference to `joy_SDL_init' 
gmake: *** [xmame.SDL] Error 1 
*** Error code 2 

After thirty minutes of linking I get this. Any ideas how to resolve 
it? It's on 5.2.1.
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2004-09-03 00:55:52 UTC
State Changed
From-To: feedback->analyzed

http://www.mail-archive.com/xmame@toybox.twisted.org.uk/msg07330.html 

> > I've had this error when building the SDL target (the x11 built fine) : 
> >  
> > [...] 
> > Linking xmame.SDL ... 
> > xmame.obj/unix.SDL/devices.o(.text+0x20c): In function 
> > `osd_input_initpre': src/unix/devices.c:532: undefined reference to 
> > `joy_SDL_init' collect2: ld returned 1 exit status 
> > make: *** [xmame.SDL] Error 1 
> >  
> > Probably related to the changes mentioned below : 
> >  
> > > - The SDL joystick driver works again.  It should also be a bit 
> > > faster. 
>  
> Define JOY_SDL=1 in the makefile. 

Thanks, that may be the problem as I've never had it enabled before. Should 
it be forced to be enabled for the SDL target build? (if it indeed is the 
cause)
Comment 6 Miguel Mendez 2004-09-03 13:06:15 UTC
On Thu, 2 Sep 2004 23:56:29 GMT
Edwin Groothuis <edwin@FreeBSD.org> wrote:

Hi Edwin,

> > > Probably related to the changes mentioned below :
> > > 
> > > > - The SDL joystick driver works again.  It should also be a bit
> > > > faster.
> > 
> > Define JOY_SDL=1 in the makefile.
> 

Argh, I forgot about that one. The attached patch fixes it. (patched
against 0.83 version of the port)

Cheers,
-- 
	Miguel Mendez <flynn@energyhq.es.eu.org>
	http://www.energyhq.es.eu.org
	PGP Key: 0xDC8514F1
	Note: All HTML and non-english mail goes to /dev/null
Comment 7 Edwin Groothuis freebsd_committer freebsd_triage 2004-09-04 06:45:37 UTC
State Changed
From-To: analyzed->open

Compiles fine now, first thing to be done after ports freeze.
Comment 8 Edwin Groothuis freebsd_committer freebsd_triage 2004-10-11 23:42:17 UTC
State Changed
From-To: open->closed

Commited, thanks!