Opened 17 years ago

Closed 17 years ago

#3741 closed defect (invalid)

turn off DVB in the OSX packager script

Reported by: anonymous Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: contrib Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

When DVB got enabled by default in changeset 13845 it broke the build for OSX which doesn't normally have DVB headers. This patch puts the Mac build back the way it was.

General Question: For trivial stuff like this is it preferred to open a ticket or just make a quick post on the -dev list?

Attachments (1)

NoOSXDVB.diff (432 bytes) - added by gnassas@… 17 years ago.
trivial fix

Download all attachments as: .zip

Change History (4)

Changed 17 years ago by gnassas@…

Attachment: NoOSXDVB.diff added

trivial fix

comment:1 Changed 17 years ago by Nigel

Broke the build? Weird. It has been building OK for me. The DVB header files are never found, so DVB is disabled:

[osx-pkg] ./configure --prefix=/Volumes/MythBuild/.osx-packager/build --enable-backend --disable-distcc
DVB location needs to have linux/dvb/frontend.h [/usr/src/linux-8.10.1/include]
Firewire being disabled. /Developer/FireWireSDK* missing
# Basic Settings
Compile type     release
Compiler cache   no
DistCC           no
Install prefix   /Volumes/MythBuild/.osx-packager/build
CPU              x86_32 (Unknown Intel P6 Family)
big-endian       no
MMX enabled      yes

# Input Support
Joystick menu    default
lirc support     no
Apple Remote     yes
Video4Linux sup. no
ivtv support     no
FireWire support no
DVB support      no [/usr/src/linux-8.10.1/include]

What error are you seeing?
P.S. I prefer Trac tickets to mailing list post, but on a good day am equally responsive to both :-)

comment:2 Changed 17 years ago by gnassas@…

Broke the build? What error are you seeing?

It's that same message you get about "DVB location" but my build kept stopping after coughing up one more error about freetype not libraries being there although they were.

I think I know what happened - I was reusing a dmg to save myself the time building dependancies and something got messed up. I interpreted both messages as errors even though the first was informational and really nothing to do with the second which did indeed stop my build.

There's more to this but it's not important, looks like I got myself slightly muddled. Please close this ticket.

comment:3 Changed 17 years ago by Nigel

Resolution: invalid
Status: newclosed

Yes, I have had lots of problems when moving, and re-using disk images. Have had to do lots of 'osx-packager.pl --clean' and 'rm -fr .osx-packager/src/blah'

Note: See TracTickets for help on using tickets.