pkgsrc-Bugs archive

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

Re: pkg/46866: Building x11/wxGTK28 is not finished on NetBSD/sparc-6.0_RC1



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

From: Tetsuya Isaki <isaki%pastel-flower.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost, pkg-manager%netbsd.org@localhost,
        gnats-admin%netbsd.org@localhost,       
pkgsrc-bugs%netbsd.org@localhost,
        dholland-pbugs%netbsd.org@localhost
Cc: isaki%pastel-flower.jp@localhost
Subject: Re: pkg/46866: Building x11/wxGTK28 is not finished on 
NetBSD/sparc-6.0_RC1
Date: Tue, 28 Aug 2012 22:12:12 +0900

 At Tue, 28 Aug 2012 07:35:06 +0000 (UTC),
 David Holland wrote:
 > Subject: Re: pkg/46866: Building x11/wxGTK28 is not finished on
 >  NetBSD/sparc-6.0_RC1
 > Date: Tue, 28 Aug 2012 07:35:00 +0000
 > 
 >  On Tue, Aug 28, 2012 at 05:20:01AM +0000, isaki%pastel-flower.jp@localhost 
 > wrote:
 >   > Building x11/wxGTK28 (pkgsrc-2012Q2) is not finished while
 >   > compiling src/common/event.cpp on sparc/6.0_RC1.
 >  
 >  Any time a build starts looping like that, check your system clock
 >  (particularly if NFS is involved) and check the tree you're building
 >  for crazy timestamps.
 
 Thank you.
 I don't use NFS, so I think there is no such problem...
 
 
 I tested it a little more.
 
 Executing /usr/pkg/bin/libtool works with 2-line outputs
 (start with "libtool: compile: ") as follows, and return 
 prompt in few minutes.
 
 # cd work/wxGTK-2.8.10/build-non-unicode
 # /usr/pkg/bin/libtool --mode=compile ...(snip)... -O2 \
    ../src/common/event.cpp
 libtool: compile: ... -fPIC -DPIC -o .libs/coredll_event.o
 libtool: compile: ... -o coredll_event.o >/dev/null 2>&1
 #
 
 On the other hand, .wrapper/bin/libtool is strange.
 first line of outputs is the same as above, but the next line
 is blank and the command (cc1plus) never comes back.
 
 # cd work/wxGTK-2.8.10/build-non-unicode
 # ../../.wrapper/bin/libtool --mode=compile ...(snip, same as above)... -O2 \
    ../src/common/event.cpp
 libtool: compile: ... -fPIC -DPIC -o .libs/coredll_event.o
     <--- output blank line!
 ^C 
 #
 
 Is it a problem of .wrapper/bin/libtool ?
 ---
 Tetsuya Isaki <isaki%pastel-flower.jp@localhost / isaki%NetBSD.org@localhost>
 


Home | Main Index | Thread Index | Old Index