Changes between Initial Version and Version 6 of Ticket #29111


Ignore:
Timestamp:
Nov 13, 2011, 11:32:01 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29111

    • Property Status changed from new to closed
    • Property Summary changed from Possibly a side-effect of Changeset 71761 to dpkg build fail - Possibly a side-effect of Changeset 71761
    • Property Owner changed from macports-tickets@… to landonf@…
    • Property Resolution changed from to fixed
    • Property Port dpkg added
  • Ticket #29111 – Description

    initial v6  
    1 OS: Mac OS X , Snow Leopard
     1OS: Mac OS X , Snow Leopard [[br]]
    22gcc: i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
    33
    44Problem is start-stop-daemon.c starting with line 888:
     5{{{
    56#ifdef HAVE_KVM_H
     7}}}
    68
    7 That define seems to lack the #endif
    8 as the next #endif in source code at line 956 reads:
     9That define seems to lack the `#endif`
     10as the next `#endif` in source code at line 956 reads:
    911
     12{{{
    1013#endif /* OSOpenBSD */
    11 
     14}}}
    1215
    1316which results in the following error:
    1417
     18{{{
    1519:info:build /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/opt/local/share/locale\" -idirafter ../libcompat -I../lib  -I/opt/local/include  -pipe -O2 -arch x86_64     -MT start-stop-daemon.o -MD -MP -MF .deps/start-stop-daemon.Tpo -c -o start-stop-daemon.o start-stop-daemon.c
    16 211 :info:build start-stop-daemon.c: In function 'pid_is_user':
    17 212 :info:build start-stop-daemon.c:947: error: 'struct kinfo_proc' has no member named 'ki_uid'
     20:info:build start-stop-daemon.c: In function 'pid_is_user':
     21:info:build start-stop-daemon.c:947: error: 'struct kinfo_proc' has no member named 'ki_uid'
     22}}}