From owner-freebsd-stable@FreeBSD.ORG Fri Apr 26 11:52:08 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B5E39D07 for ; Fri, 26 Apr 2013 11:52:08 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-ia0-x22d.google.com (mail-ia0-x22d.google.com [IPv6:2607:f8b0:4001:c02::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 8E685136C for ; Fri, 26 Apr 2013 11:52:08 +0000 (UTC) Received: by mail-ia0-f173.google.com with SMTP id 21so215421iay.18 for ; Fri, 26 Apr 2013 04:52:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=VqSixYyxS8UmbtcRUf+Is9GL5mCF/x3DwoLCMvaZ85E=; b=NA38oB0V4/tU/6r2pJPehwz16n7yGsARupLRQVz5G76vCc+/2d1kMPPTF0jVT33t7g tiStBSThfDj0IHXJEqWyTaIbj4YEjSFaWzPXVgQhgyhQlI1qKeMPVwXNx5b4ir8GKZot x5F7Qztg98BSX9sptFlqRvTkMDbv+WV2spteAkq6FAS56GIkv968OitgGYNBGMfa4os0 T4mkKwj0Eqh5fVMPWXIEXkqOgo7LjC/MlMvG+dFOYpIGAnV4fCsNRSEaJ4MXoVlMPhWc OuNQYSospb14JKYRzL1sqnIpT97w4W1cTdZrgKPghfJ+sejAWcJ0qvIrh5sC7SK+QZwf TqNg== MIME-Version: 1.0 X-Received: by 10.50.77.33 with SMTP id p1mr1635768igw.36.1366977128193; Fri, 26 Apr 2013 04:52:08 -0700 (PDT) Sender: vrwmiller@gmail.com Received: by 10.64.30.129 with HTTP; Fri, 26 Apr 2013 04:52:08 -0700 (PDT) Date: Fri, 26 Apr 2013 07:52:08 -0400 X-Google-Sender-Auth: XuT_hWbYcn9r6E-bsoShVrU5vgc Message-ID: Subject: buildworld fails for stable/9 From: Rick Miller To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Apr 2013 11:52:08 -0000 Hi all, I checked out stable/9 this morning to generate a release. buildworld fails with the following: /usr/src/lib/libc/gen/stringlist.c:108: error: conflicting types for 'sl_find' /usr/src/lib/libc/../../include/stringlist.h:54: error: previous declaration of 'sl_find' was here *** [stringlist.o] Error code 1 Stop in /usr/src/lib/libc. *** [lib/libc__L] Error code 1 Stop in /usr/src. *** [libraries] Error code 1 Stop in /usr/src. *** [_libraries] Error code 1 Stop in /usr/src. *** [buildworld] Error code 1 Stop in /usr/src. Is this an indication of conflicting libraries? -- Take care Rick Miller