Subject: Re: Report on broken packages, gcc3 on sparc64
To: leam <leam@reuel.net>
From: Dan McMahill <dan@mcmahill.net>
List: tech-pkg
Date: 07/16/2003 21:55:58
are you actually running the build via the 'pkgsrc/mk/bulk/build'
script?
-Dan
On Wed, 16 Jul 2003 21:34:40 -0400
leam <leam@reuel.net> wrote:
>
> http://www.reuel.net/toolshed/NetBSD/sparc64_broken_packages.html
>
> It took 3 hours short of 5 days to do the bulk build. I'll probably
> get to the next one in a few weeks, time to read the reports, check my
>
> setup, get permissions for licenses, etc.
>
> Before I do the next build I'll update the kernel and pkgsrc, so any
> fixes made will be automatically gotten.
>
> If you have questions on my set-up or procedures, lemme know. The
> basics are below. The pkgsrc was from last Friday afternoon (US
> Eastern Time).
>
> ciao!
>
> leam
>
> $ uname -a
> NetBSD current 1.6U NetBSD 1.6U (leamBSD) #5: Fri Jul 4 07:22:24 EDT
> 2003 root@current:/usr/src/sys/arch/sparc64/compile/leamBSD sparc64
>
> $ df -k
> Filesystem 1K-blocks Used Avail Capacity Mounted on
> /dev/sd1a 811297 148647 581520 20% /
> /dev/sd1d 971986 31000 843787 3% /var
> /dev/sd1e 5720532 2853492 2294986 55% /usr
> sam:export/bsdbuild 59106972 11168032 44936396 19% /usr/pkg
>
> $ cat /etc/mk.conf
> # $NetBSD: gcc3.mk,v 1.2 2003/04/14 04:30:22 salo Exp $
> #
> # make configuration file for gcc-3.2.2
>
>
> # From /usr/pkg/share/examples/gcc-3.3/mk.conf
> USE_GCC3= # defined
> CC= /usr/pkg/gcc3/bin/cc
> CPP= /usr/pkg/gcc3/bin/cpp
> CXX= /usr/pkg/gcc3/bin/c++
> F77= /usr/pkg/gcc3/bin/g77
> PKG_FC= /usr/pkg/gcc3/bin/g77
>
> CFLAGS-= -Werror
>
> # Added for Bulk builds
> WRKOBJDIR=/usr/obj
>
> DEPENDS_TARGET= bulk-install
> BATCH= yes
>
>
--