X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-fx0-f161.google.com (mail-fx0-f161.google.com [209.85.220.161]) by lists.alpinelinux.org (Postfix) with ESMTP id 9C17C170000BA for ; Tue, 24 Feb 2009 08:24:54 +0000 (UTC) Received: by fxm5 with SMTP id 5so2836705fxm.1 for ; Tue, 24 Feb 2009 00:24:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=vZSsuR7cJ/JbJuuQvLkau1DIn2w4Zp/hIGGlvUkZMPc=; b=hUhqUDzrCn/RCdlqfhAOpZfAdZRbyKBveNJisQvQPTe9bLa+Azo5Fjgjp0aLDia//I LmRILBb2frkB/M0w2oiYJtyM3B6xPA+xO9saKpDXjj3SGMov/7ZuefNb1uJMrBkzGG9r tqr/ipx2J8Z+wNqatVrb28SWWT0h5sPCO3m8w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=pEZET6tnoLB1NOVuOptoaXVkGammGO762n5Lq/dFTaD4+BpyGeZDxFgY3UY0xG185y LcVGFDgGOmcl7c/hr9qbqjptWIilnexCLopluq35h/Sr535JUXx7dfQUU57dcqQ51tdd zKSZ3huTDx84te66VuzB0548ejF1Fj00LaOjs= Received: by 10.86.28.2 with SMTP id b2mr1256287fgb.62.1235463894041; Tue, 24 Feb 2009 00:24:54 -0800 (PST) Received: from ?10.65.65.1? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id d6sm1366684fga.59.2009.02.24.00.24.51 (version=SSLv3 cipher=RC4-MD5); Tue, 24 Feb 2009 00:24:52 -0800 (PST) Subject: Re: [alpine-devel] testing/ghostscript From: Natanael Copa To: Michael Mason Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <61E1CBC0-0B45-4F70-851A-A170673B9BE3@gmail.com> References: <61E1CBC0-0B45-4F70-851A-A170673B9BE3@gmail.com> Content-Type: text/plain Date: Tue, 24 Feb 2009 09:24:50 +0100 Message-Id: <1235463890.30895.28.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.4 Content-Transfer-Encoding: 7bit On Mon, 2009-02-23 at 19:42 +0000, Michael Mason wrote: > Please apply. > Here is the scanelf output > > ET_DYN libdl.so.0,libm.so.0,libpthread.so.0,libc.so.0,ld-uClibc.so.0 > pkg/usr/bin/gs did you only get usr/bin/gs? > If I am missing anything please let me know. THX I find it suspicious that you need uclibc++ during buildtime when its not linked in (according the scanelf) I tried to compile the package but it failed: distcc -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -O2 -march=i486 -Os -fomit-frame-pointer -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -march=i486 -Os -fomit-frame-pointer -DUSE_LIBICONV_GNU -I./obj -I./base -o ./obj/gdevphex.o -c ./base/gdevphex.c ./contrib/opvp/gdevopvp.c:38:19: error: iconv.h: No such file or directory ./base/gdevo182.c: In function 'oki_transpose': ./base/gdevo182.c:92: warning: type defaults to 'int' in declaration of 'bitMask' ./base/gdevo182.c: In function 'oki_print_page': ./base/gdevo182.c:202: warning: statement with no effect ./base/gdevokii.c: In function 'okiibm_output_run': ./base/gdevokii.c:261: warning: array subscript has type 'char' ./base/gdevokii.c:261: warning: array subscript has type 'char' ./base/gdevokii.c:261: warning: array subscript has type 'char' ./obj/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/picty180 ./obj/gdevcdj.o ./obj/gdevpcl.o distcc -DHAVE_MKSTEMP -DHAVE_HYPOT -DHAVE_FILE64 -DHAVE_MKSTEMP64 -O2 -march=i486 -Os -fomit-frame-pointer -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -march=i486 -Os -fomit-frame-pointer -DUSE_LIBICONV_GNU -I./obj -I./base -o ./obj/gdevp201.o -c ./contrib/japanese/gdevp201.c ./contrib/opvp/gdevopvp.c: In function 'opvp_to_utf8': ./contrib/opvp/gdevopvp.c:1379: error: 'iconv_t' undeclared (first use in this function) ./contrib/opvp/gdevopvp.c:1379: error: (Each undeclared identifier is reported only once ./contrib/opvp/gdevopvp.c:1379: error: for each function it appears in.) ./contrib/opvp/gdevopvp.c:1379: error: expected ';' before 'cd' ./contrib/opvp/gdevopvp.c:1380: warning: ISO C90 forbids mixed declarations and code ./contrib/opvp/gdevopvp.c:1399: error: 'cd' undeclared (first use in this function) ./contrib/opvp/gdevopvp.c:1399: warning: implicit declaration of function 'iconv_open' ./contrib/opvp/gdevopvp.c:1402: warning: implicit declaration of function 'iconv' ./contrib/opvp/gdevopvp.c:1406: warning: implicit declaration of function 'iconv_close' distcc[1322] ERROR: compile ./contrib/opvp/gdevopvp.c on localhost failed make: *** [obj/gdevopvp.o] Error 1 make: *** Waiting for unfinished jobs.... ./contrib/japanese/gdevp201.c: In function 'pr201_print_page': ./contrib/japanese/gdevp201.c:137: warning: 'x_dpi' may be used uninitialized in this function ./contrib/japanese/gdevp201.c:137: warning: 'lr_pitch' may be used uninitialized in this function ./contrib/japanese/gdevp201.c:137: warning: 'head_pins' may be used uninitialized in this function I added --disable-nls and --with-libiconv=no andthen i got the following error: 486 -Os -fomit-frame-pointer -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -march=i486 -Os -fomit-frame-pointer -I./obj -I./base -o ./obj/gscrypt1.o -c ./base/gscrypt1.c cp jpeg/jmorecfg.h ./obj/jmcorig.h cp: cannot create './obj/jmcorig.h': No such file or directory make: *** [obj/jmcorig.h] Error 1 make: *** Waiting for unfinished jobs.... ./base/echogs.c: In function 'main': ./base/echogs.c:95: warning: 'fnparam' may be used uninitialized in this function a problem with parallel builds? Maybe libiconv is required? (seems like ghostscript gets compiled in gentoo without iconv) could you please have a look at whats going on there? I won't commit anything that don't build. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---