Date: Thu, 27 Sep 2001 11:09:35 -0700 From: Doug Hardie <bc979@lafn.org> To: dwcjr@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: samba-2.2.1a_2 Message-ID: <f04330109b7d91ba661cd@[10.0.1.100]>
next in thread | raw e-mail | index | archive | help
I went back and extracted that file from the distribution file again and this time it was fine. I have no idea why it was corrupted the first time. Tried to build the port today. Failed as shown below: Compiling rpc_server/srv_reg.c Compiling rpc_server/srv_reg_nt.c Compiling rpc_server/srv_samr.c Compiling rpc_server/srv_samr_nt.c rpc_server/srv_samr_nt.c: In function `_samr_lookup_names': rpc_server/srv_samr_nt.c:1242: structure has no member named `uni_nau' rpc_server/srv_samr_nt.c:1242: syntax error before `]' rpc_server/srv_samr_nt.c:1242: too few arguments to function `safe_strcpy' rpc_server/srv_samr_nt.c:1242: syntax error before `)' *** Error code 1 Stop in /usr2/ports/net/samba-devel/work/samba-2.2.1a/source. *** Error code 1 FreeBSD 4.3-Release Line 1242 below looks corrupted syntactically. for (i = 0; i < num_rids; i++) { fstring name; r_u->status = NT_STATUS_NONE_MAPPED; rid [i] = 0xffffffff; type[i] = SID_NAME_UNKNOWN; --> fstrcpy(name, dos_unistrn2(q_u->uni_nau->u].buffer, q_u->uni_name[i].uni _str_len)); if(sid_equal(&pol_sid, &global_sam_sid)) { DOM_SID sid; if(local_lookup_name(global_myname, name, &sid, &type[i])) { sid_split_rid( &sid, &rid[i]); r_u->status = NT_STATUS_NOPROBLEMO; } -- -- Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f04330109b7d91ba661cd>