From owner-freebsd-ports Mon Apr 15 4:59:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBw-Muenchen.de [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 8EBF737B405 for ; Mon, 15 Apr 2002 04:59:15 -0700 (PDT) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g3FBsX209287 for ; Mon, 15 Apr 2002 13:54:34 +0200 (MEST) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id A6F4F5A547 for ; Mon, 15 Apr 2002 13:54:32 +0200 (CEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 8970E5A545; Mon, 15 Apr 2002 13:54:31 +0200 (CEST) Date: Mon, 15 Apr 2002 13:54:31 +0200 From: Oliver Braun To: ports@freebsd.org Subject: [Maintainer Question] How to handle this? net/rsync core dump solution Message-ID: <20020415115431.GA8405@nemesis.informatik.unibw-muenchen.de> Mail-Followup-To: Oliver Braun , ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Organization: University of the Federal Armed Forces Munich, Germany X-Mailer: Mutt http://www.mutt.org/ X-OS: FreeBSD 4.5-STABLE i386 http://www.freebsd.org/ X-Newsreader: SLRN http://www.slrn.org/ X-Uptime: 25 days X-URL: http://ist.unibw-muenchen.de/People/obraun X-Accept-Language: de en X-Location: Europe, Germany, Munich X-Editor: Vim-601 http://www.vim.org/ X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org PR 36998 reports a problem with net/rsync -z option core dumps on large files I could reproduce this error. The problem does not occur if you install manually from source. The solution on my boxes was to add -O2 to ${CFLAGS}. With -O it does not work. Without respection system wide CFLAGS rsync uses -O2. But how could I handle this in the port? Add CFLAGS+= -O2 to the Makefile? Any other ideas? Regards, Olli -- Department of Computing Science Federal Armed Forces University Munich http://ist.unibw-muenchen.de/People/obraun/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message