pkgsrc-Bugs archive

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

Re: pkg/45858 (editors/emacs fails to build)



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

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost, minskim%NetBSD.org@localhost,
        joern.clausen%uni-bielefeld.de@localhost
Cc: 
Subject: Re: pkg/45858 (editors/emacs fails to build)
Date: Mon, 7 May 2012 05:45:44 +0000

 On Mon, Apr 09, 2012 at 08:45:02AM +0000, David Holland wrote:
  > On Mon, Apr 09, 2012 at 08:20:04AM +0000, OBATA Akio wrote:
  > > From: "OBATA Akio" <obache%netbsd.org@localhost>
  > > To: gnats-bugs%netbsd.org@localhost
  > > Cc: 
  > > Subject: Re: pkg/45858 (editors/emacs fails to build)
  > > Date: Mon, 09 Apr 2012 17:19:07 +0900
  > > 
  > >  On Mon, 09 Apr 2012 16:23:38 +0900, <dholland%netbsd.org@localhost> 
wrote:
  > >  
  > >  > This reappeared for me after the update to 23.4. It only fails on i386,
  > >  > not amd64, and I've only checked 5.1_STABLE. I don't currently have any
  > >  > i386 boxes running current.
  > >  
  > >  Not happened for me (i386-5.1.2-i386).
  >  
  >  Weird... I have no idea what's going on. The i386 box in question is
  >  running a somewhat outdated 5.1_STABLE (from a bit over a year ago,
  >  with bits and pieces patched by hand)... so maybe it's something in
  >  base causing it. But it doesn't make any sense that compiling elisp
  >  files would break depending on minor differences in base.
 
 Some further information: when it breaks, you can do
 
    make build-env
 
 then in the build-env,
 
    cd lisp
    make
    exit
 
 and then do
 
    make BUILD_TARGET=all
 
 and the build will run to completion. (If you don't set BUILD_TARGET
 it reruns config.status and that causes it to fail again.)
 
 I have no idea why it succeeds if you start the make in the lisp
 subdir and fails if you don't.
 
 The specific thing it's doing when it breaks is building cus-load.el.
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index