Subject: Re: pkgsrc on Linux
To: Jeremy C. Reed <reed@reedmedia.net>
From: Marcus Habermehl (BMH1980) <bmh1980de@yahoo.de>
List: tech-pkg
Date: 03/02/2006 04:33:55
Jeremy C. Reed schrieb:
> On Thu, 2 Mar 2006, Marcus Habermehl (BMH1980) wrote:
>
> > But the build is stopping and I doesn't knowing what's the problem or how I
> > can solve it.
>
> What is the error?
>
> Paste a few lines from the error in the email.
>
> (I looked at the webpage, but as far as I saw it did not include the error 
> output. If you are collecting error output maybe use 2>&1.)
Ups, you are right. :) I have posted too many lines.

I have changed the content of http://pastebin.com/579570. And here are 
the lines:

===> Installing digest
===> running: (cd work/digest; env  /bin/sh ./configure -C 
--prefix=/opt/pkgsrc --sysconfdir=/opt/pkgsrc/etc && make && make install)
configure: loading cache config.cache
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) gawk
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for a BSD-compatible install... (cached) /usr/bin/ginstall -c
checking whether ln -s works... yes
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for errno.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for locale.h... (cached) yes
checking for machine/endian.h... (cached) no
checking for stdlib.h... (cached) yes
checking for sys/bitypes.h... (cached) yes
checking for sys/byteorder.h... (cached) no
checking for sys/cdefs.h... (cached) yes
checking for sys/endian.h... (cached) no
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for __attribute__... (cached) no
checking for an ANSI C-conforming const... (cached) yes
checking for size_t... (cached) yes
checking for long long... (cached) yes
checking for int8_t... (cached) yes
checking for int16_t... (cached) yes
checking for int32_t... (cached) yes
checking for int64_t... (cached) yes
checking for u_int8_t... (cached) yes
checking for u_int16_t... (cached) yes
checking for u_int32_t... (cached) yes
checking for u_int64_t... (cached) yes
checking for uint8_t... (cached) yes
checking for uint16_t... (cached) yes
checking for uint32_t... (cached) yes
checking for uint64_t... (cached) yes
checking whether byte ordering is bigendian... (cached) no
checking whether strerror_r is declared... (cached) yes
checking for strerror_r... (cached) yes
checking whether strerror_r returns char *... (cached) yes
checking for vprintf... (cached) yes
checking for _doprnt... (cached) no
checking for bcopy... (cached) yes
checking for bzero... (cached) yes
checking for memset... (cached) yes
checking for memcpy... (cached) yes
checking for setlocale... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
gcc -DHAVE_CONFIG_H -I. -I. -DHOST=\"i686-pc-linux-gnu\" 
-DVERSION=\"20050731\"  -g -O2 -c bits.c -o bits.o
gcc -g -O2  -o bits bits.o
./bits digest-types.h
gcc -DHAVE_CONFIG_H -I. -I. -DHOST=\"i686-pc-linux-gnu\" 
-DVERSION=\"20050731\"  -g -O2 -c digest.c -o digest.o
gcc -DHAVE_CONFIG_H -I. -I. -DHOST=\"i686-pc-linux-gnu\" 
-DVERSION=\"20050731\"  -g -O2 -c md5c.c -o md5c.o
gcc -DHAVE_CONFIG_H -I. -I. -DHOST=\"i686-pc-linux-gnu\" 
-DVERSION=\"20050731\"  -g -O2 -c rmd160.c -o rmd160.o
gcc -DHAVE_CONFIG_H -I. -I. -DHOST=\"i686-pc-linux-gnu\" 
-DVERSION=\"20050731\"  -g -O2 -c rmd160hl.c -o rmd160hl.o
gcc -DHAVE_CONFIG_H -I. -I. -DHOST=\"i686-pc-linux-gnu\" 
-DVERSION=\"20050731\"  -g -O2 -c sha2.c -o sha2.o
sha2.c:273: warning: large integer implicitly truncated to unsigned type
sha2.c:273: warning: large integer implicitly truncated to unsigned type
sha2.c:274: warning: large integer implicitly truncated to unsigned type
sha2.c:274: warning: large integer implicitly truncated to unsigned type
sha2.c:275: warning: large integer implicitly truncated to unsigned type
sha2.c:275: warning: large integer implicitly truncated to unsigned type
sha2.c:276: warning: large integer implicitly truncated to unsigned type
sha2.c:276: warning: large integer implicitly truncated to unsigned type
sha2.c:277: warning: large integer implicitly truncated to unsigned type
sha2.c:277: warning: large integer implicitly truncated to unsigned type
sha2.c:278: warning: large integer implicitly truncated to unsigned type
sha2.c:278: warning: large integer implicitly truncated to unsigned type
sha2.c:279: warning: large integer implicitly truncated to unsigned type
sha2.c:279: warning: large integer implicitly truncated to unsigned type
sha2.c:280: warning: large integer implicitly truncated to unsigned type
sha2.c:280: warning: large integer implicitly truncated to unsigned type
sha2.c:281: warning: large integer implicitly truncated to unsigned type
sha2.c:281: warning: large integer implicitly truncated to unsigned type
sha2.c:282: warning: large integer implicitly truncated to unsigned type
sha2.c:282: warning: large integer implicitly truncated to unsigned type
sha2.c:283: warning: large integer implicitly truncated to unsigned type
sha2.c:283: warning: large integer implicitly truncated to unsigned type
sha2.c:284: warning: large integer implicitly truncated to unsigned type
sha2.c:284: warning: large integer implicitly truncated to unsigned type
sha2.c:285: warning: large integer implicitly truncated to unsigned type
sha2.c:285: warning: large integer implicitly truncated to unsigned type
sha2.c:286: warning: large integer implicitly truncated to unsigned type
sha2.c:286: warning: large integer implicitly truncated to unsigned type
sha2.c:287: warning: large integer implicitly truncated to unsigned type
sha2.c:287: warning: large integer implicitly truncated to unsigned type
sha2.c:288: warning: large integer implicitly truncated to unsigned type
sha2.c:288: warning: large integer implicitly truncated to unsigned type
sha2.c:289: warning: large integer implicitly truncated to unsigned type
sha2.c:289: warning: large integer implicitly truncated to unsigned type
sha2.c:290: warning: large integer implicitly truncated to unsigned type
sha2.c:290: warning: large integer implicitly truncated to unsigned type
sha2.c:291: warning: large integer implicitly truncated to unsigned type
sha2.c:291: warning: large integer implicitly truncated to unsigned type
sha2.c:292: warning: large integer implicitly truncated to unsigned type
sha2.c:292: warning: large integer implicitly truncated to unsigned type
sha2.c:293: warning: large integer implicitly truncated to unsigned type
sha2.c:293: warning: large integer implicitly truncated to unsigned type
sha2.c:294: warning: large integer implicitly truncated to unsigned type
sha2.c:294: warning: large integer implicitly truncated to unsigned type
sha2.c:295: warning: large integer implicitly truncated to unsigned type
sha2.c:295: warning: large integer implicitly truncated to unsigned type
sha2.c:296: warning: large integer implicitly truncated to unsigned type
sha2.c:296: warning: large integer implicitly truncated to unsigned type
sha2.c:297: warning: large integer implicitly truncated to unsigned type
sha2.c:297: warning: large integer implicitly truncated to unsigned type
sha2.c:298: warning: large integer implicitly truncated to unsigned type
sha2.c:298: warning: large integer implicitly truncated to unsigned type
sha2.c:299: warning: large integer implicitly truncated to unsigned type
sha2.c:299: warning: large integer implicitly truncated to unsigned type
sha2.c:300: warning: large integer implicitly truncated to unsigned type
sha2.c:300: warning: large integer implicitly truncated to unsigned type
sha2.c:301: warning: large integer implicitly truncated to unsigned type
sha2.c:301: warning: large integer implicitly truncated to unsigned type
sha2.c:302: warning: large integer implicitly truncated to unsigned type
sha2.c:302: warning: large integer implicitly truncated to unsigned type
sha2.c:303: warning: large integer implicitly truncated to unsigned type
sha2.c:303: warning: large integer implicitly truncated to unsigned type
sha2.c:304: warning: large integer implicitly truncated to unsigned type
sha2.c:304: warning: large integer implicitly truncated to unsigned type
sha2.c:305: warning: large integer implicitly truncated to unsigned type
sha2.c:305: warning: large integer implicitly truncated to unsigned type
sha2.c:306: warning: large integer implicitly truncated to unsigned type
sha2.c:306: warning: large integer implicitly truncated to unsigned type
sha2.c:307: warning: large integer implicitly truncated to unsigned type
sha2.c:307: warning: large integer implicitly truncated to unsigned type
sha2.c:308: warning: large integer implicitly truncated to unsigned type
sha2.c:308: warning: large integer implicitly truncated to unsigned type
sha2.c:309: warning: large integer implicitly truncated to unsigned type
sha2.c:309: warning: large integer implicitly truncated to unsigned type
sha2.c:310: warning: large integer implicitly truncated to unsigned type
sha2.c:310: warning: large integer implicitly truncated to unsigned type
sha2.c:311: warning: large integer implicitly truncated to unsigned type
sha2.c:311: warning: large integer implicitly truncated to unsigned type
sha2.c:312: warning: large integer implicitly truncated to unsigned type
sha2.c:313: warning: large integer implicitly truncated to unsigned type
sha2.c:317: warning: large integer implicitly truncated to unsigned type
sha2.c:318: warning: large integer implicitly truncated to unsigned type
sha2.c:319: warning: large integer implicitly truncated to unsigned type
sha2.c:320: warning: large integer implicitly truncated to unsigned type
sha2.c:321: warning: large integer implicitly truncated to unsigned type
sha2.c:322: warning: large integer implicitly truncated to unsigned type
sha2.c:323: warning: large integer implicitly truncated to unsigned type
sha2.c:325: warning: large integer implicitly truncated to unsigned type
sha2.c:329: warning: large integer implicitly truncated to unsigned type
sha2.c:330: warning: large integer implicitly truncated to unsigned type
sha2.c:331: warning: large integer implicitly truncated to unsigned type
sha2.c:332: warning: large integer implicitly truncated to unsigned type
sha2.c:333: warning: large integer implicitly truncated to unsigned type
sha2.c:334: warning: large integer implicitly truncated to unsigned type
sha2.c:335: warning: large integer implicitly truncated to unsigned type
sha2.c:337: warning: large integer implicitly truncated to unsigned type
sha2.c: In function 'SHA256_Final':
sha2.c:585: warning: right shift count >= width of type
sha2.c:585: warning: left shift count >= width of type
sha2.c: In function 'SHA512_Transform':
sha2.c:756: warning: right shift count >= width of type
sha2.c:756: warning: left shift count >= width of type
sha2.c:758: warning: left shift count >= width of type
sha2.c:758: warning: left shift count >= width of type
sha2.c:758: warning: right shift count >= width of type
sha2.c:763: warning: left shift count >= width of type
sha2.c:763: warning: right shift count >= width of type
sha2.c:763: warning: right shift count >= width of type
sha2.c:779: warning: left shift count >= width of type
sha2.c:779: warning: left shift count >= width of type
sha2.c:781: warning: left shift count >= width of type
sha2.c:781: warning: right shift count >= width of type
sha2.c:784: warning: left shift count >= width of type
sha2.c:784: warning: left shift count >= width of type
sha2.c:784: warning: right shift count >= width of type
sha2.c:786: warning: left shift count >= width of type
sha2.c:786: warning: right shift count >= width of type
sha2.c:786: warning: right shift count >= width of type
sha2.c: In function 'SHA512_Last':
sha2.c:869: warning: right shift count >= width of type
sha2.c:869: warning: left shift count >= width of type
sha2.c:870: warning: right shift count >= width of type
sha2.c:870: warning: left shift count >= width of type
sha2.c: In function 'SHA512_Final':
sha2.c:920: warning: right shift count >= width of type
sha2.c:920: warning: left shift count >= width of type
sha2.c: In function 'SHA384_Final':
sha2.c:964: warning: right shift count >= width of type
sha2.c:964: warning: left shift count >= width of type
gcc -DHAVE_CONFIG_H -I. -I. -DHOST=\"i686-pc-linux-gnu\" 
-DVERSION=\"20050731\"  -g -O2 -c sha2hl.c -o sha2hl.o
sha2hl.c: In function 'SHA256_File':
sha2hl.c:99: warning: passing argument 2 of 'SHA256_Update' from 
incompatible pointer type
sha2hl.c:104: warning: pointer targets in passing argument 2 of 
'SHA256_End' differ in signedness
sha2hl.c: In function 'SHA256_End':
sha2hl.c:119: warning: passing argument 1 of 'SHA256_Final' from 
incompatible pointer type
sha2hl.c:131: warning: pointer targets in return differ in signedness
sha2hl.c: At top level:
sha2hl.c:136: error: conflicting types for 'SHA256_Data'
./sha2.h:102: error: previous declaration of 'SHA256_Data' was here
sha2hl.c: In function 'SHA256_Data':
sha2hl.c:140: warning: passing argument 2 of 'SHA256_Update' from 
incompatible pointer type
sha2hl.c: In function 'SHA384_File':
sha2hl.c:160: warning: passing argument 2 of 'SHA384_Update' from 
incompatible pointer type
sha2hl.c: In function 'SHA384_End':
sha2hl.c:178: warning: pointer targets in assignment differ in signedness
sha2hl.c:179: warning: passing argument 1 of 'SHA384_Final' from 
incompatible pointer type
sha2hl.c:191: warning: pointer targets in return differ in signedness
sha2hl.c: At top level:
sha2hl.c:196: error: conflicting types for 'SHA384_Data'
./sha2.h:109: error: previous declaration of 'SHA384_Data' was here
sha2hl.c: In function 'SHA384_Data':
sha2hl.c:200: warning: passing argument 2 of 'SHA384_Update' from 
incompatible pointer type
sha2hl.c: In function 'SHA512_File':
sha2hl.c:220: warning: passing argument 2 of 'SHA512_Update' from 
incompatible pointer type
sha2hl.c: In function 'SHA512_End':
sha2hl.c:238: warning: pointer targets in assignment differ in signedness
sha2hl.c:239: warning: passing argument 1 of 'SHA512_Final' from 
incompatible pointer type
sha2hl.c:251: warning: pointer targets in return differ in signedness
sha2hl.c: At top level:
sha2hl.c:256: error: conflicting types for 'SHA512_Data'
./sha2.h:116: error: previous declaration of 'SHA512_Data' was here
sha2hl.c: In function 'SHA512_Data':
sha2hl.c:260: warning: passing argument 2 of 'SHA512_Update' from 
incompatible pointer type
make: *** [sha2hl.o] Error 1
===> exited with status 2
aborted.


Greetings
Marcus

	

	
		
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de