From owner-freebsd-gecko@FreeBSD.ORG Sun Jul 22 20:02:57 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 906721065672 for ; Sun, 22 Jul 2012 20:02:57 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id 615DB8FC0C for ; Sun, 22 Jul 2012 20:02:57 +0000 (UTC) Received: from exit-01c.noisetor.net ([173.254.216.68]:59100 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1St2Md-003u4I-8r; Sun, 22 Jul 2012 16:02:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:Subject:Cc:To:From; bh=smrPfjV39virXSf4k7QiAGGDAgwSigMNIWdjL1PzYnU=; b=j8XCbkrkrGSO7IPhZVG1nsQFgflbErwGSiWLZjlpuo4hxCbFH/9IjQQFZtonDtx1YCyX+DyoWDPSHyYPhPrslksy+TRvpm7LgyQSZwNyi/qNgGggBN+K0fOCnz590eH6I46S3wMKDOKix9iH/6wtaovzUrTlr7lO6GlS6kNu9ds=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1St2Lk-0001A5-Oc; Sun, 22 Jul 2012 20:01:58 +0000 From: Jan Beich To: "Marat N.Afanasyev" Date: Sun, 22 Jul 2012 15:02:00 -0500 References: <5003D6D4.2080201@ksu.ru> <1SqjK3-0008uV-TJ@internal.tormail.org> <500406FA.50905@ksu.ru> <5005CC9B.9070406@ksu.ru> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1St2Lk-0001A5-Oc@internal.tormail.org> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.allsitecontrol.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-gecko@freebsd.org Subject: Re: seamonkey from branches/experimental fails to install X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jul 2012 20:02:57 -0000 "Marat N.Afanasyev" writes: > yes, using libeven14 seems to fix the problem, but changing it in > bsd.gecko.mk was not enough, I had to pkg_delete libevent2\* before > building seamonkey. It's still unclear what's the difference in your environment. libevent2 also works fine on at least Arch Linux and PkgSrc[1]. So, try binary search. >>> Build environment issues can be narrowed down by using prebuilt >>> packages, prebuilt base/kernel, default settings, setting up the system >>> from scratch, testing under VM (with hwaccel, then without), etc. I can only help debug an issue that I can reproduce either on my box or redports. [1] actually, there is no libevent14 in pkgsrc while Arch has it only in unofficial repo (AUR); other distros seem to prefer vendor defaults (bundled deps)