pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/48126



The following reply was made to PR pkg/48126; it has been noted by GNATS.

From: Reinoud Zandijk <reinoud%NetBSD.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: Re: pkg/48126
Date: Thu, 6 Feb 2014 21:50:15 +0100

 With some help, i've now patched it to run fine with the following
 modifications:
 
 I created the mk.conf machine_arch setting to:
 
 ----------
 # Specify the machine architecture of target packages.
 #
 # XXX This currently can't be set on the command line, which is a
 # bug.
 MACHINE_ARCH=        earmhf
 MACHINE_GNU_ARCH=    armv6
 MACHINE_GNU_PLATFORM= armv6--netbsdelf-eabihf
 ----------
 
 and patched :
 
 Index: mk/gnu-config/config.sub
 ===================================================================
 RCS file: /cvsroot/pkgsrc/mk/gnu-config/config.sub,v
 retrieving revision 1.14
 diff -u -r1.14 config.sub
 --- mk/gnu-config/config.sub    30 Sep 2013 09:34:52 -0000      1.14
 +++ mk/gnu-config/config.sub    6 Feb 2014 17:47:55 -0000
 @@ -124,7 +124,7 @@
  case $maybe_os in
    nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
    linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
 -  knetbsd*-gnu* | netbsd*-gnu* | \
 +  knetbsd*-gnu* | netbsd*-gnu* | netbsd*-* | \
    kopensolaris*-gnu* | \
    storm-chaos* | os2-emx* | rtmk-nova*)
      os=-$maybe_os
 @@ -259,7 +259,7 @@
         | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
         | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | 
alpha64pca5[67] \
         | am33_2.0 \
 -       | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | 
avr32 \
 +       | arc | arm | arm[bl]e | arme[lb] | armv[23456] | armv[3456][lb] | avr 
| avr32 \
          | be32 | be64 \
         | bfin \
         | c4x | clipper \
 
 
 ---------
 
 This build basic packages. There are still other issues with perl etc. but
 those are not related to this PR.
 
 Reinoud
 


Home | Main Index | Thread Index | Old Index