pkgsrc-Bugs archive

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

Re: pkg/46698 (TeX packages don't compile, SyncTeX removed?)



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

From: Anthony Mallet <anthony.mallet%laas.fr@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/46698 (TeX packages don't compile, SyncTeX removed?)
Date: Wed, 22 Aug 2012 11:51:10 +0200

 --rJ6VHHRvJB
 Content-Type: text/plain; charset=us-ascii
 Content-Description: message body text
 Content-Transfer-Encoding: 7bit
 
 Hi,
 
 Regarding the "sizeof(wchar_t) is 0" problem, the following patch made it for
 me. Not sure about the exact problem, though (see patch comments).
 
 
 --rJ6VHHRvJB
 Content-Type: text/plain; name="patch-aa"
 Content-Disposition: inline;
        filename="patch-aa"
 Content-Transfer-Encoding: 7bit
 
 --gc-sections makes the AC_CHECK_SIZEOF([wchar_t]) test fail on
 NetBSD-5.1 (gcc-4.1.3).
 
 FYI, the test program in question exits with status 228 (?), gdb is stuck
 once running the program (must kill it -KILL).
 
 --- libs/icu/icu-49.1/configure~       2012-03-21 16:06:23.000000000 +0100
 +++ libs/icu/icu-49.1/configure        2012-08-22 11:28:57.000000000 +0200
 @@ -5262,7 +5262,6 @@
              *-linux*|i*86-*-*bsd*|i*86-pc-gnu)
                  if test "$ac_cv_c_compiler_gnu" = yes; then
                      CPPFLAGS="${CPPFLAGS} -ffunction-sections -fdata-sections"
 -                    LDFLAGS="${LDFLAGS} -Wl,--gc-sections"
                  fi
                  ;;
              *)
 
 --rJ6VHHRvJB--
 


Home | Main Index | Thread Index | Old Index