Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#13882 closed defect (fixed)

libSDL 1.2.13 not building in OS X 10.5.1 MP 1.6.0

Reported by: sbplrports@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: libSDL Cc:
Port:

Description

sudo port install libsdl
--->  Fetching libsdl
--->  Attempting to fetch SDL-1.2.13.tar.gz from http://www.libsdl.org/release/
--->  Verifying checksum(s) for libsdl
--->  Extracting libsdl
--->  Applying patches to libsdl
Error: Target org.macports.patch returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libsdl/work/SDL-1.2.13" && patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libsdl/files/patch-AudioFilePlayer.h'" returned error 1
Command output: patching file src/cdrom/macosx/AudioFilePlayer.h
Hunk #1 FAILED at 33.
1 out of 1 hunk FAILED -- saving rejects to file src/cdrom/macosx/AudioFilePlayer.h.rej

Error: Status 1 encountered during processing.

same result on both my MBP and PPC Dual 2.5

Change History (8)

comment:1 Changed 17 years ago by sbplrports@…

ah...looks as if is " cd " command related.

comment:2 Changed 17 years ago by jmpp@…

Milestone: Port Bugs

comment:3 in reply to:  1 ; Changed 17 years ago by afb@…

Replying to sbplrports@gmail.com:

ah...looks as if is " cd " command related.

No, it doesn't. It looks like it is "outdated patch" related actually.

comment:4 in reply to:  3 Changed 17 years ago by sbplrports@…

Replying to afb@macports.org:

Replying to sbplrports@gmail.com:

ah...looks as if is " cd " command related.

No, it doesn't. It looks like it is "outdated patch" related actually.

sorry, didn't realize since the port was updated only a few hours before and saw people reporting bugs with cd command problems.

comment:5 Changed 17 years ago by afb@…

Those leopard patches are integrated upstream now, so you can delete them in the Portfile.

platform darwin 9 {
    patchfiles-append patch-AudioFilePlayer.h patch-SDL_coreaudio.c
}

comment:6 in reply to:  5 Changed 17 years ago by sbplrports@…

Replying to afb@macports.org:

Those leopard patches are integrated upstream now, so you can delete them in the Portfile.

platform darwin 9 {
    patchfiles-append patch-AudioFilePlayer.h patch-SDL_coreaudio.c
}

deleted in Portfile. up and running again, thx much!

comment:7 Changed 17 years ago by afb@…

Resolution: fixed
Status: newclosed

Fixed, r32639.

comment:8 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.