I tried to install bc and I get this:
The following package will be installed or updated:
 bc
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-bc-1.06-1024 
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-bc-1.06-1024' in 
`/sw/src/fink.build/fink-buildlock-bc-1.06-1024_2013.06.23-06.45.22_darwin-i386.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i 
/sw/src/fink.build/fink-buildlock-bc-1.06-1024_2013.06.23-06.45.22_darwin-i386.deb
Selecting previously deselected package fink-buildlock-bc-1.06-1024.
(Reading database ... 405472 files and directories currently installed.)
Unpacking fink-buildlock-bc-1.06-1024 (from 
.../fink-buildlock-bc-1.06-1024_2013.06.23-06.45.22_darwin-i386.deb) ...
Setting up fink-buildlock-bc-1.06-1024 (2013.06.23-06.45.22) ...

sudo -u fink-bld [ENV] sh -c /tmp/fink.o4F12
/sw/bin/tar  --no-same-owner --no-same-permissions -xf /sw/src/bc-1.06.tar.gz
sudo -u fink-bld [ENV] sh -c /tmp/fink.XLvod
[ -r /sw/fink/dists/stable/main/finkinfo/utils/bc.patch ]
sudo -u fink-bld [ENV] sh -c /tmp/fink.0tmWt
patch -p1 < /sw/fink/dists/stable/main/finkinfo/utils/bc.patch
patching file bc/scan.l
patching file doc/bc.texi
sudo -u fink-bld [ENV] sh -c /tmp/fink.KWoYe
./configure --prefix=/sw --mandir=/sw/share/man --infodir=/sw/share/info 
--with-readline
creating cache ./config.cache
checking for a BSD compatible install... /sw/bin/ginstall -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc  -L/sw/lib) works... yes
checking whether the C compiler (gcc  -L/sw/lib) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for minix/config.h... no
checking for flex... flex
checking for flex... (cached) flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for a BSD compatible install... /sw/bin/ginstall -c
checking for ranlib... ranlib
checking whether make sets ${MAKE}... (cached) yes
checking for stdarg.h... yes
checking for stddef.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for limits.h... yes
checking for unistd.h... yes
checking for lib.h... no
checking for working const... yes
checking for ANSI C header files... yes
checking for size_t... yes
checking for ptrdiff_t... yes
checking for vprintf... yes
checking for isgraph... yes
checking for setvbuf... yes
checking for tparm in -lncurses... yes
checking for readline in -lreadline... yes
checking for readline/readline.h... yes
Using the readline library.
updating cache ./config.cache
creating ./config.status
creating Makefile
creating bc/Makefile
creating dc/Makefile
creating doc/Makefile
creating lib/Makefile
creating config.h
make
make  all-recursive
make[1]: Entering directory `/sw/src/fink.build/bc-1.06-1024/bc-1.06'
Making all in lib
make[2]: Entering directory `/sw/src/fink.build/bc-1.06-1024/bc-1.06/lib'
gcc -DHAVE_CONFIG_H  -I. -I.. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c getopt.c
getopt.c: In function '_getopt_internal':
getopt.c:412: warning: implicit declaration of function 'strcmp'
getopt.c:488: warning: implicit declaration of function 'strncmp'
getopt.c:490: warning: implicit declaration of function 'strlen'
getopt.c:490: warning: incompatible implicit declaration of built-in function 
'strlen'
getopt.c:514: warning: incompatible implicit declaration of built-in function 
'strlen'
getopt.c:544: warning: incompatible implicit declaration of built-in function 
'strlen'
getopt.c:557: warning: incompatible implicit declaration of built-in function 
'strlen'
getopt.c:561: warning: incompatible implicit declaration of built-in function 
'strlen'
getopt.c:479: warning: 'indfound' may be used uninitialized in this function
getopt.c:479: note: 'indfound' was declared here
gcc -DHAVE_CONFIG_H  -I. -I.. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c getopt1.c
gcc -DHAVE_CONFIG_H  -I. -I.. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c vfprintf.c
gcc -DHAVE_CONFIG_H  -I. -I.. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c number.c
number.c: In function 'bc_new_num':
number.c:76: warning: implicit declaration of function 'memset'
number.c:76: warning: incompatible implicit declaration of built-in function 
'memset'
number.c: In function 'bc_sub':
number.c:558: warning: incompatible implicit declaration of built-in function 
'memset'
number.c: In function 'bc_add':
number.c:607: warning: incompatible implicit declaration of built-in function 
'memset'
number.c: In function '_one_mult':
number.c:901: warning: incompatible implicit declaration of built-in function 
'memset'
number.c:905: warning: implicit declaration of function 'memcpy'
number.c:905: warning: incompatible implicit declaration of built-in function 
'memcpy'
number.c: In function 'bc_divide':
number.c:956: warning: incompatible implicit declaration of built-in function 
'memset'
number.c:957: warning: incompatible implicit declaration of built-in function 
'memcpy'
number.c:978: warning: incompatible implicit declaration of built-in function 
'memset'
number.c:979: warning: incompatible implicit declaration of built-in function 
'memcpy'
number.c: In function 'bc_out_long':
number.c:1442: warning: implicit declaration of function 'strlen'
number.c:1442: warning: incompatible implicit declaration of built-in function 
'strlen'
rm -f libbc.a
ar cru libbc.a getopt.o getopt1.o vfprintf.o number.o 
/usr/bin/ranlib: file: libbc.a(vfprintf.o) has no symbols
ranlib libbc.a
ranlib: file: libbc.a(vfprintf.o) has no symbols
make[2]: Leaving directory `/sw/src/fink.build/bc-1.06-1024/bc-1.06/lib'
Making all in bc
make[2]: Entering directory `/sw/src/fink.build/bc-1.06-1024/bc-1.06/bc'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c main.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c bc.c
flex -I8   scan.l && mv lex.yy.c scan.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c scan.c
scan.l: In function 'yylex':
scan.l:319: warning: pointer targets in assignment differ in signedness
scan.l:335: warning: pointer targets in assignment differ in signedness
scan.l:336: warning: pointer targets in assignment differ in signedness
scan.l: At top level:
lex.yy.c:1706: warning: 'yyunput' defined but not used
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c execute.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c load.c
load.c: In function 'load_code':
load.c:159: warning: 'save_adr.pc_addr' may be used uninitialized in this 
function
load.c:159: warning: 'save_adr.pc_func' may be used uninitialized in this 
function
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c storage.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c util.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c global.c
gcc  -g -O2 -Wall -funsigned-char -L/sw/lib -o bc  main.o bc.o scan.o execute.o 
load.o storage.o util.o global.o ../lib/libbc.a -lfl -lreadline -lncurses 
make[2]: Leaving directory `/sw/src/fink.build/bc-1.06-1024/bc-1.06/bc'
Making all in dc
make[2]: Entering directory `/sw/src/fink.build/bc-1.06-1024/bc-1.06/dc'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c dc.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c misc.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c eval.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c stack.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c array.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c numeric.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h  -I/sw/include  -g -O2 -Wall 
-funsigned-char -c string.c
gcc  -g -O2 -Wall -funsigned-char -L/sw/lib -o dc  dc.o misc.o eval.o stack.o 
array.o numeric.o string.o ../lib/libbc.a 
make[2]: Leaving directory `/sw/src/fink.build/bc-1.06-1024/bc-1.06/dc'
Making all in doc
make[2]: Entering directory `/sw/src/fink.build/bc-1.06-1024/bc-1.06/doc'
cd . \
  && makeinfo --no-split `echo bc.texi | sed 's,.*/,,'`
bc.texi:27: unknown command `sp4'
make[2]: *** [bc.info] Error 1
make[2]: Leaving directory `/sw/src/fink.build/bc-1.06-1024/bc-1.06/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/sw/src/fink.build/bc-1.06-1024/bc-1.06'
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
### execution of /tmp/fink.KWoYe failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-bc-1.06-1024
(Reading database ... 405473 files and directories currently installed.)
Removing fink-buildlock-bc-1.06-1024 ...
Failed: phase compiling: bc-1.06-1024 failed

Before reporting any errors, please run "fink selfupdate" and try again.

If you continue to have issues, please check to see if the FAQ on Fink's 
website solves the problem.  If not, ask on one (not both, please) of
these mailing lists:

        The Fink Users List <[email protected]>
        The Fink Beginners List <[email protected]>.

Please try to include the complete error message in your report.  This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.

Also include the following system information:
Package manager version: 0.34.8
Distribution version: selfupdate-cvs Sun Jun 23 04:30:52 2013, 10.6, i386
Trees: local/main stable/main stable/crypto unstable/main unstable/crypto
Xcode.app: 3.2.6
Xcode command-line tools: 3.2.6
Max. Fink build jobs:  1
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to