Changes between Initial Version and Version 1 of Ticket #32714


Ignore:
Timestamp:
Dec 31, 2011, 11:54:52 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

It means glib-unix.h does not exist. That file is supposed to have been provided by the glib2 port, which should be installed on your system, since policykit has a library dependency on eggdbus which has a library dependency on dbus-glib which has a library dependency on glib2.

Is glib2 installed? ("port -v installed glib2")

What files does it contain? ("port contents glib2")

Please clean and try again ("sudo port clean policykit; sudo port install policykit"); if it fails again, please attach the main.log file to this ticket.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32714

    • Property Owner changed from macports-tickets@… to devans@…
    • Property Cc clang/gcc/4.2 removed
    • Property Port policykit added
    • Property Summary changed from policykit 103 fails to build on lion to policykit: error: glib-unix.h: No such file or directory
  • Ticket #32714 – Description

    initial v1  
    1 hi,
     1hi, [[br]]
    22seems i found a build error in policykit under osx 10.7.2 / xcode 4.2. i tried clang/gcc in all three variations to no avail. see the following error message. I`m not very unix savvy, but does it mean that "glib-unix" i missing? there is no such package in port...
    33
    44n.b. long term goal is to build calligra on osx !->
    55
    6 
     6{{{
    77main.c:26:23: error: glib-unix.h: No such file or directory
    88mv -f .deps/polkitd-gposixsignal.Tpo .deps/polkitd-gposixsignal.Po
     
    1414main.c:133: error: for each function it appears in.)
    1515make[3]: *** [polkitd-main.o] Error 1
     16}}}