Hi folks,
In the moment I reinstall all my ports and stumbled about several problems. One of them I could not solve so far. Going to FILE]sysutils/polkit[/FILE] trying to build results in:
I tried to install policykit first and then polkit, Update of the portstree is 1h ago. System is 8.2-PRE on amd64.
Someone has a hint what is going on?
In the moment I reinstall all my ports and stumbled about several problems. One of them I could not solve so far. Going to FILE]sysutils/polkit[/FILE] trying to build results in:
Code:
./polkitunixsession.h \
./polkitunixuser.h \
/usr/include/machine/endian.h:123: syntax error, unexpected '{' in ' return (__extension__ ({ register __uint64_t __X = (_x); __asm ("bswap %0" :
"+r" (__X)); __X; }));' at '{'
/usr/include/machine/endian.h:123: syntax error, unexpected ';' in ' return (__extension__ ({ register __uint64_t __X = (_x); __asm ("bswap %0" :
"+r" (__X)); __X; }));' at ';'
/usr/include/machine/endian.h:130: syntax error, unexpected '{' in ' return (__extension__ ({ register __uint32_t __X = (_x); __asm ("bswap %0" :
"+r" (__X)); __X; }));' at '{'
/usr/include/machine/endian.h:130: syntax error, unexpected ';' in ' return (__extension__ ({ register __uint32_t __X = (_x); __asm ("bswap %0" :
"+r" (__X)); __X; }));' at ';'
Namespace conflict for 'implicit_authorization_get_type'
gmake[4]: *** [Polkit-1.0.gir] Error 1
gmake[4]: Leaving directory `/usr/ports/sysutils/polkit/work/polkit-0.96/src/polkit'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/usr/ports/sysutils/polkit/work/polkit-0.96/src/polkit'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/sysutils/polkit/work/polkit-0.96/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/sysutils/polkit/work/polkit-0.96'
gmake: *** [all] Error 2
I tried to install policykit first and then polkit, Update of the portstree is 1h ago. System is 8.2-PRE on amd64.
Someone has a hint what is going on?