From owner-freebsd-ports@FreeBSD.ORG Tue Aug 7 13:44:48 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13308106566B for ; Tue, 7 Aug 2012 13:44:48 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id BAC868FC0C for ; Tue, 7 Aug 2012 13:44:47 +0000 (UTC) Received: by qaat11 with SMTP id t11so1766669qaa.13 for ; Tue, 07 Aug 2012 06:44:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=I4lKoqLkzLRKUcmdXB2o98UTwPtAE+ZyXIJijH4FlGs=; b=aS5U8O7aCGQeqnDYqfHcQy+sk9Ld60Tu3UHBG445mIb9KAZzJ5ZPU5i0ck8Pi8OrcV cO4n2eJbIsUzhUicXUfO67nPRwhDKkk/gXs0KQsHfs1UL4hm6N1uAoceKM1zATg1mQre oBL7qb8wHCdTIAfZ3xdG5Yoqid7rDDDpiR3LCuMGd9o4MdcYky4o/jkPi1jzaSH8c4A1 Q3V5pEyLsohrdFnWNF68NZJ4HYGOPCqsodXli6YtDmSUK6yD/PCAzoPAQTPATbFgAGin 6NNIdZiDeUQE6zcK3wns5YOkDaA/nPpB4WczPKgWKb2l+TvVNHPpVYYxtggJFN3d99Td 4lDA== MIME-Version: 1.0 Received: by 10.224.185.70 with SMTP id cn6mr23897588qab.16.1344347086902; Tue, 07 Aug 2012 06:44:46 -0700 (PDT) Received: by 10.49.16.4 with HTTP; Tue, 7 Aug 2012 06:44:46 -0700 (PDT) X-Originating-IP: [68.101.40.130] In-Reply-To: <201208070828.q778SN3n004535@portsmonj.FreeBSD.org> References: <201208070828.q778SN3n004535@portsmonj.FreeBSD.org> Date: Tue, 7 Aug 2012 13:44:46 +0000 Message-ID: From: "Philip M. Gollucci" To: portmgr-feedback@freebsd.org X-Gm-Message-State: ALoCoQnfJav95NdXLygu5EqH3cal0OG1LvBcfug6KslrHQCqxsk0FR5Ns2cLvmdz6h3X3m4RqIaG Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: Re: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2012 13:44:48 -0000 All, I no longer use rsyslog at $work. Are there any interested maintainers and its 3 dependencies. Note, you'll want to be familiar with C to debug core dumps and svn cp/svn mv to keep up with the release strategy. devel/libee devel/libestr devel/librelp sysutils/rsyslog5 sysutils/rsyslog5-dbi sysutils/rsyslog5-gnutls sysutils/rsyslog5-gssapi sysutils/rsyslog5-mysql sysutils/rsyslog5-pgsql sysutils/rsyslog5-relp sysutils/rsyslog5-rfc3195 sysutils/rsyslog5-snmp sysutils/rsyslog6-devel sysutils/rsyslog6-devel-dbi sysutils/rsyslog6-devel-gnutls sysutils/rsyslog6-devel-gssapi sysutils/rsyslog6-devel-mysql sysutils/rsyslog6-devel-pgsql sysutils/rsyslog6-devel-relp sysutils/rsyslog6-devel-rfc3195 sysutils/rsyslog6-devel-snmp On Tue, Aug 7, 2012 at 8:28 AM, wrote: > Dear FreeBSD port maintainer: > > As part of an ongoing effort to reduce the number of problems in > the FreeBSD ports system, we periodically notify users of ports > that are marked as "broken" in their Makefiles. In many cases > these ports are failing to compile on some subset of the FreeBSD > build environments. The most common problem is that recent versions > of -CURRENT include gcc4.2, which is much stricter than older versions. > The next most common problem is that compiles succeed on the i386 > architecture (e.g. the common Intel PC), but fail on one or more > of the other architectures due to assumptions about things such as > size of various types, byte-alignment issues, and so forth. > > In occasional cases we see that the same port may have different > errors in different build environments. The script that runs on the > build cluster uses heuristics to try to 'guess' the error type to > help you isolate problems, but it is only a rough guide. > > One more note: on occasion, there are transient build errors seen > on the build farm. Unfortunately, there is not yet any way for this > algorithm to tell the difference (humans are much, much better at > this kind of thing.) > > The errors are listed below. In the case where the same problem > exists on more than one build environment, the URL points to the > latest errorlog for that type. (By 'build environment' here we > mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) > > (Note: the dates are included to help you to gauge whether or not > the error still applies to the latest version. The program > that generates this report is not yet able to determine this > automatically.) > > portname: sysutils/rsyslog5-snmp > broken because: Does not link on i386: can't find symbol snmp_timeout > in libnetsnmp > build errors: none. > overview: > http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-snmp > > > portname: sysutils/rsyslog6-devel-snmp > broken because: Does not link on i386: can't find symbol snmp_timeout > in libnetsnmp > build errors: none. > overview: > http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog6-devel-snmp > > > If these errors are ones that you are already aware of, please > accept our apologies and ignore this message. On the other hand, if > you no longer wish to maintain this port (or ports), please reply > with a message stating that, and accept our thanks for your efforts > in the past. > > Every effort has been made to make sure that these error reports > really do correspond to a port that you maintain. However, due to > the fact that this is an automated process, it may indeed generate > false matches. If one of these errors fits that description, > please forward this email to the author of this software, Mark > Linimon , so that he can attempt to fix the > problem in the future. > > Thanks for your efforts to help improve FreeBSD. > -- --------------------------------------------------------------------------------------------- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director Operations, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.