From owner-freebsd-testing@FreeBSD.ORG Thu Apr 9 11:59:44 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA675BE4 for ; Thu, 9 Apr 2015 11:59:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86DC7BBF for ; Thu, 9 Apr 2015 11:59:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t39Bxigh085833 for ; Thu, 9 Apr 2015 11:59:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 199308] unix_passfd doesn't work Date: Thu, 09 Apr 2015 11:59:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: safonov.paul@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-testing@freebsd.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 11:59:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199308 Bug ID: 199308 Summary: unix_passfd doesn't work Product: Base System Version: 9.3-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: tests Assignee: freebsd-testing@freebsd.org Reporter: safonov.paul@gmail.com # cd /usr/src/tools/regression/sockets/unix_passfd # make Warning: Object directory not changed from original /usr/src/tools/regression/sockets/unix_passfd cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c unix_passfd.c -o unix_passfd.o cc1: warnings being treated as errors unix_passfd.c: In function 'sendfd': unix_passfd.c:131: warning: format '%d' expects type 'int', but argument 4 has type 'ssize_t' unix_passfd.c: In function 'recvfd': unix_passfd.c:173: warning: format '%d' expects type 'int', but argument 4 has type 'ssize_t' *** [unix_passfd.o] Error code 1 Stop in /usr/src/tools/regression/sockets/unix_passfd. # vi Makefile and comment out the line WARNS # make Warning: Object directory not changed from original /usr/src/tools/regression/sockets/unix_passfd cc -O2 -pipe -std=gnu99 -fstack-protector -c unix_passfd.c -o unix_passfd.o cc -O2 -pipe -std=gnu99 -fstack-protector -o unix_passfd unix_passfd.o # ./unix_passfd beginning test1-simplesendfd unix_passfd: test1-simplesendfd: samefile: different device: No such file or directory -- You are receiving this mail because: You are the assignee for the bug.