ports/60253: problem with compiling gnokii port (portupgrade)

Krzysztof Stryjek wtp+gnokii at bsdguru.org
Mon Dec 15 11:50:20 UTC 2003


>Number:         60253
>Category:       ports
>Synopsis:       problem with compiling gnokii port (portupgrade)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 15 03:50:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Krzysztof Stryjek
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Private
>Environment:
System: FreeBSD kryptos.mud.pl 4.9-STABLE FreeBSD 4.9-STABLE #2: Thu Nov 13 22:49:48 CET 2003 toor at kryptos.mud.pl:/usr/obj/usr/src/sys/POOH i386

>Description:
	When upgading gnokii port from previous version, I've got error from
gmake. Here it is a log:

--->  Upgrading 'gnokii-0.5.0_1,1' to 'gnokii-0.5.6,1' (comms/gnokii)
--->  Building '/usr/ports/comms/gnokii' with make flags: WITH_MYSQL=1 WITH_SMSD=1 ISPELL_PL=yes WITHOUT_CUPS=1
===>  Cleaning for libiconv-1.9.1_3
===>  Cleaning for mysql-client-3.23.58
===>  Cleaning for gettext-0.12.1
===>  Cleaning for glib-1.2.10_10
===>  Cleaning for gmake-3.80_1
===>  Cleaning for imake-4.3.0_2
===>  Cleaning for libtool-1.3.5_1
===>  Cleaning for pkgconfig-0.15.0
===>  Cleaning for freetype2-2.1.5_1
===>  Cleaning for expat-1.95.6_1
===>  Cleaning for fontconfig-2.2.90_3
===>  Cleaning for gtk-1.2.10_10
===>  Cleaning for XFree86-libraries-4.3.0_6
===>  Cleaning for gnokii-0.5.6,1

If you plan using the smsd daemon for automatically receiving,
managing and sending SMSes define WITH_SMSD=yes.
smsd has support for normal file system operations, MySQL and
PostgreSQL. If any of these 2 database systems are installed support
will be automatically compiled in. Normal file systems support is
always compiled in.

===>  Extracting for gnokii-0.5.6,1
>How-To-Repeat:
	cd /usr/ports/comms/gnokii
	make WITH_SMSD=1 WITH_MYSQL=1 all
>Fix:
	Well, I think I know where is problem, but I don't know how to fix
it. I've tried compile port on machine, where gnokii were not installed. And
it was OK. 

I think problem is in this line (copied from above log):

cc  gnokii.o -L/usr/local/lib  -lgnugetopt  /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -L../common -lgnokii -L/usr/X11R6/lib -lXpm -lX11 /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib -o gnokii

As you can see: -L../common is not on first position. And then libgnokii.so
previous installed is taken :-(((

Thanks a lot for correcting this.

Greetings from Poland
--
Krzysztof Stryjek
wtp+gnokii at bsdguru.org


>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for gnokii-0.5.6.tar.bz2.
 ===>  Patching for gnokii-0.5.6,1
 ===>  Applying FreeBSD patches for gnokii-0.5.6,1
 ===>   gnokii-0.5.6,1 depends on executable: gmake - found
 ===>   gnokii-0.5.6,1 depends on executable: pkg-config - found
 ===>   gnokii-0.5.6,1 depends on shared library: intl.5 - found
 ===>   gnokii-0.5.6,1 depends on shared library: mysqlclient.10 - found
 ===>   gnokii-0.5.6,1 depends on shared library: X11.6 - found
 ===>   gnokii-0.5.6,1 depends on shared library: glib12.3 - found
 ===>   gnokii-0.5.6,1 depends on shared library: gtk12.2 - found
 ===>  Configuring for gnokii-0.5.6,1
 configure: WARNING: you should use --build, --host, --target
 checking build system type... i386-portbld-freebsd4.9
 checking host system type... i386-portbld-freebsd4.9
 checking target system type... i386-portbld-freebsd4.9
 checking for i386-portbld-freebsd4.9-gcc... cc
 checking for C compiler default output... 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... o
 checking whether we are using the GNU C compiler... yes
 checking whether cc accepts -g... yes
 checking for cc option to accept ANSI C... none needed
 checking how to run the C preprocessor... cc -E
 checking for flex... flex
 checking for yywrap in -lfl... yes
 checking lex output file root... lex.yy
 checking whether yytext is a pointer... yes
 checking for rm... /bin/rm
 checking for find... /usr/bin/find
 checking for gmake... gmake
 checking for ar... ar
 checking for i386-portbld-freebsd4.9-ranlib... no
 checking for ranlib... ranlib
 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
 checking for ld used by GCC... /usr/libexec/elf/ld
 checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
 checking for shared library run path origin... done
 checking for iconv... yes
 checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
 checking for iconv declaration... 
          extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
 checking for egrep... grep -E
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... no
 checking for unistd.h... yes
 checking libintl.h usability... yes
 checking libintl.h presence... yes
 checking for libintl.h... yes
 checking whether gmake sets $(MAKE)... yes
 checking for msgfmt... /usr/local/bin/msgfmt
 checking for gmsgfmt... /usr/local/bin/msgfmt
 checking for xgettext... /usr/local/bin/xgettext
 checking for msgmerge... /usr/local/bin/msgmerge
 checking for strerror in -lcposix... no
 checking for an ANSI C-conforming const... yes
 checking for inline... inline
 checking for off_t... yes
 checking for size_t... yes
 checking for working alloca.h... no
 checking for alloca... yes
 checking for stdlib.h... (cached) yes
 checking for unistd.h... (cached) yes
 checking for getpagesize... yes
 checking for working mmap... yes
 checking whether we are using the GNU C Library 2.1 or newer... no
 checking whether integer division by zero raises SIGFPE... yes
 checking for inttypes.h... no
 checking for stdint.h... no
 checking for unsigned long long... yes
 checking for inttypes.h... yes
 checking whether the inttypes.h PRIxNN macros are broken... no
 checking argz.h usability... no
 checking argz.h presence... no
 checking for argz.h... no
 checking limits.h usability... yes
 checking limits.h presence... yes
 checking for limits.h... yes
 checking locale.h usability... yes
 checking locale.h presence... yes
 checking for locale.h... yes
 checking nl_types.h usability... yes
 checking nl_types.h presence... yes
 checking for nl_types.h... yes
 checking malloc.h usability... yes
 checking malloc.h presence... yes
 checking for malloc.h... yes
 checking stddef.h usability... yes
 checking stddef.h presence... yes
 checking for stddef.h... yes
 checking for stdlib.h... (cached) yes
 checking for string.h... (cached) yes
 checking for unistd.h... (cached) yes
 checking sys/param.h usability... yes
 checking sys/param.h presence... yes
 checking for sys/param.h... yes
 checking for feof_unlocked... no
 checking for fgets_unlocked... no
 checking for getc_unlocked... no
 checking for getcwd... yes
 checking for getegid... yes
 checking for geteuid... yes
 checking for getgid... yes
 checking for getuid... yes
 checking for mempcpy... no
 checking for munmap... yes
 checking for putenv... yes
 checking for setenv... yes
 checking for setlocale... yes
 checking for stpcpy... no
 checking for strcasecmp... yes
 checking for strdup... yes
 checking for strtoul... yes
 checking for tsearch... yes
 checking for __argz_count... no
 checking for __argz_stringify... no
 checking for __argz_next... no
 checking for iconv... (cached) yes
 checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
 checking for iconv declaration... (cached) 
          extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
 checking for nl_langinfo and CODESET... yes
 checking for LC_MESSAGES... yes
 checking for bison... bison
 checking version of bison... 1.75, ok
 checking whether NLS is requested... yes
 checking whether included gettext is requested... no
 checking for GNU gettext in libc... no
 checking for GNU gettext in libintl... yes
 checking how to link with libintl... /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib
 checking for include/config.h.in... yes
 checking for pthread_attr_init in -lpthread... no
 checking for pthread_attr_init in -lc_r... yes
 checking for tm_gmtoff in struct tm... yes
 checking for timer operations... yes
 checking for cfsetspeed in termios.h... yes
 checking getopt.h usability... yes
 checking getopt.h presence... yes
 checking for getopt.h... yes
 checking for getopt_long... no
 checking for getopt_long in -lgnugetopt... yes
 checking for gethostbyname... yes
 checking for linux/irda.h... no
 checking for the bluetooth support... 
 checking for the struct sockaddr_rc in <bluetooth/rfcomm.h>... no
 checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
 checking X11/xpm.h usability... yes
 checking X11/xpm.h presence... yes
 checking for X11/xpm.h... yes
 checking for XpmWriteFileFromXpmImage in -lXpm... yes
 checking for gtk-config... /usr/X11R6/bin/gtk12-config
 checking for socket in -lsocket... no
 checking for grantpt... no
 checking for ANSI C header files... (cached) yes
 checking for sys/wait.h that is POSIX.1 compatible... yes
 checking fcntl.h usability... yes
 checking fcntl.h presence... yes
 checking for fcntl.h... yes
 checking sys/ioctl.h usability... yes
 checking sys/ioctl.h presence... yes
 checking for sys/ioctl.h... yes
 checking sys/time.h usability... yes
 checking sys/time.h presence... yes
 checking for sys/time.h... yes
 checking for unistd.h... (cached) yes
 checking sys/file.h usability... yes
 checking sys/file.h presence... yes
 checking for sys/file.h... yes
 checking for string.h... (cached) yes
 checking for strings.h... (cached) yes
 checking ctype.h usability... yes
 checking ctype.h presence... yes
 checking for ctype.h... yes
 checking for stdlib.h... (cached) yes
 checking stdarg.h usability... yes
 checking stdarg.h presence... yes
 checking for stdarg.h... yes
 checking for stdint.h... (cached) no
 checking for stddef.h... (cached) yes
 checking sys/socket.h usability... yes
 checking sys/socket.h presence... yes
 checking for sys/socket.h... yes
 checking sys/modem.h usability... no
 checking sys/modem.h presence... no
 checking for sys/modem.h... no
 checking termios.h usability... yes
 checking termios.h presence... yes
 checking for termios.h... yes
 checking sys/filio.h usability... yes
 checking sys/filio.h presence... yes
 checking for sys/filio.h... yes
 checking for inttypes.h... (cached) yes
 checking for an ANSI C-conforming const... (cached) yes
 checking for inline... (cached) inline
 checking for pid_t... yes
 checking for size_t... (cached) yes
 checking whether time.h and sys/time.h may both be included... yes
 checking whether struct tm is in sys/time.h or time.h... time.h
 checking for long long... yes
 checking for long double... yes
 checking for __ptr_t... no
 checking whether cc needs -traditional... no
 checking for working memcmp... yes
 checking return type of signal handlers... void
 checking for strftime... yes
 checking for mktime... yes
 checking for gettimeofday... yes
 checking for select... yes
 checking for poll... yes
 checking for strdup... (cached) yes
 checking for strstr... yes
 checking for strtol... yes
 checking for strtok... yes
 checking for strsep... yes
 checking for asprintf... yes
 checking for vasprintf... yes
 checking for snprintf... yes
 checking for vsnprintf... yes
 checking for ISO C99 compliant snprintf... yes
 checking for ISO C99 compliant vsnprintf... yes
 configure: creating ./config.status
 config.status: creating Makefile.global
 config.status: creating po/Makefile.in
 config.status: creating po/Makefile
 config.status: creating packaging/RedHat/gnokii.spec
 config.status: creating packaging/Slackware/SlackBuild
 config.status: creating common/gnokii.pc
 config.status: creating include/config.h
 config.status: executing default-1 commands
 config.status: creating po/POTFILES
 config.status: creating po/Makefile
 
 
   G N O K I I
 
   A Linux/Unix toolset and driver for Nokia mobile phones.
 
   Copyright (C) 1999-2002  The Gnokii Development Team.
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
 
   See file COPYING for more details.
 
     Host system:        freebsd4.9
     Gnokii version:     0.5.6
     Xgnokii version:    20030104
     X (GTK) support:    yes
     Debug:              no
     XDebug:             no
     RLPDebug:           no
     NLS:                yes
     IrDA:               no
     Bluetooth:          no
     Security:           yes
     Build Shared Lib:   yes
     Win32:              
     Prefix:             /usr/local
 
   Type 'gmake' for compilation and then 'gmake install',
   'gmake install-suid', 'gmake install-strip' or 'gmake install-ss' to
   install gnokii. If you wish to install gnokii sgid gnokii (install-suid or
   install-ss) be sure to have 'gnokii' group in your system.
 
 ===>  Building for gnokii-0.5.6,1
 gmake -C common/phones
 gmake[1]: Entering directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/common/phones'
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o generic.o generic.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o nokia.o nokia.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o nk7110.o nk7110.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o nk6510.o nk6510.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o nk6160.o nk6160.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o nk6100.o nk6100.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o nk3110.o nk3110.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o atgen.o atgen.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o atbosch.o atbosch.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o ateric.o ateric.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o atnok.o atnok.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o atsie.o atsie.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o fake.o fake.c
 cc -Xlinker -r -nostdlib -nodefaultlibs -o PHONES.o generic.o nokia.o nk7110.o nk6510.o nk6160.o nk6100.o nk3110.o atgen.o atbosch.o ateric.o atnok.o atsie.o fake.o
 gmake[1]: Leaving directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/common/phones'
 gmake -C common/links
 gmake[1]: Entering directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/common/links'
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o atbus.o atbus.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o fbus.o fbus.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o fbus-phonet.o fbus-phonet.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o fbus-3110.o fbus-3110.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o m2bus.o m2bus.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o utils.o utils.c
 cc -Xlinker -r -nostdlib -nodefaultlibs -o LINKS.o atbus.o fbus.o fbus-phonet.o fbus-3110.o m2bus.o utils.o
 gmake[1]: Leaving directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/common/links'
 gmake -C common/devices
 gmake[1]: Entering directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/common/devices'
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o tekram.o tekram.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o unixirda.o unixirda.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o unixbluetooth.o unixbluetooth.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o unixserial.o unixserial.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o tcp.o tcp.c
 cc -Xlinker -r -nostdlib -nodefaultlibs -o DEVICES.o tekram.o unixirda.o unixbluetooth.o unixserial.o tcp.o
 gmake[1]: Leaving directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/common/devices'
 gmake -C common/data
 gmake[1]: Entering directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/common/data'
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o at-emulator.o at-emulator.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o datapump.o datapump.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o rlp-common.o rlp-common.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o rlp-crc24.o rlp-crc24.c
 cc -O -pipe -march=pentiumpro  -I../../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o virtmodem.o virtmodem.c
 cc -Xlinker -r -nostdlib -nodefaultlibs -o DATA.o at-emulator.o datapump.o rlp-common.o rlp-crc24.o virtmodem.o
 gmake[1]: Leaving directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/common/data'
 gmake -C po
 gmake[1]: Entering directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/po'
 gmake gnokii.pot-update
 gmake[2]: Entering directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/po'
 sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
 mv t-remove-potcdate.sed remove-potcdate.sed
 /usr/local/bin/xgettext --default-domain=gnokii --directory=.. \
   --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
   --files-from=./POTFILES.in \
   --copyright-holder='1999-2003 Hugh Blemings, Pavel Janik, Pawel Kot'
 /usr/local/bin/xgettext: uwaga: typ pliku `common/vcal.lx' z rozszerzeniem `lx' jest nieznany; traktowany jako C
 test ! -f gnokii.po || { \
   if test -f ./gnokii.pot; then \
     sed -f remove-potcdate.sed < ./gnokii.pot > gnokii.1po && \
     sed -f remove-potcdate.sed < gnokii.po > gnokii.2po && \
     if cmp gnokii.1po gnokii.2po >/dev/null 2>&1; then \
       rm -f gnokii.1po gnokii.2po gnokii.po; \
     else \
       rm -f gnokii.1po gnokii.2po ./gnokii.pot && \
       mv gnokii.po ./gnokii.pot; \
     fi; \
   else \
     mv gnokii.po ./gnokii.pot; \
   fi; \
 }
 gmake[2]: Leaving directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/po'
 /usr/local/bin/msgmerge --update cs.po gnokii.pot
 ................................................................................. zrobione.
 rm -f cs.gmo && /usr/local/bin/msgfmt -c --statistics -o cs.gmo cs.po
 14 przetlumaczonych komunikat'ow, 45 tlumacze'n budzi watpliwo'sci, 750 nie przetlumaczonych komunikat'ow.
 /usr/local/bin/msgmerge --update de.po gnokii.pot
 .................................................................................. zrobione.
 rm -f de.gmo && /usr/local/bin/msgfmt -c --statistics -o de.gmo de.po
 300 przetlumaczonych komunikat'ow, 239 tlumacze'n budzi watpliwo'sci, 270 nie przetlumaczonych komunikat'ow.
 /usr/local/bin/msgmerge --update et.po gnokii.pot
 ................................................................................. zrobione.
 rm -f et.gmo && /usr/local/bin/msgfmt -c --statistics -o et.gmo et.po
 662 przetlumaczone komunikaty, 14 tlumacze'n budzi watpliwo'sci, 133 nie przetlumaczone komunikaty.
 /usr/local/bin/msgmerge --update fi.po gnokii.pot
 ................................................................................. zrobione.
 rm -f fi.gmo && /usr/local/bin/msgfmt -c --statistics -o fi.gmo fi.po
 12 przetlumaczonych komunikat'ow, 29 tlumacze'n budzi watpliwo'sci, 768 nie przetlumaczonych komunikat'ow.
 /usr/local/bin/msgmerge --update nl.po gnokii.pot
 ................................................................................. zrobione.
 rm -f nl.gmo && /usr/local/bin/msgfmt -c --statistics -o nl.gmo nl.po
 23 przetlumaczone komunikaty, 73 tlumaczenia budza watpliwo'sci, 713 nie przetlumaczonych komunikat'ow.
 /usr/local/bin/msgmerge --update sk.po gnokii.pot
 ................................................................................. zrobione.
 /usr/local/bin/msgmerge: uwaga: Nastepujacy msgid zawiera znaki spoza ASCII.
                                 Bedzie to sprawia'c problemy tlumaczom uzywajacym kodowania znak'ow
                                 innego niz teraz uzywane. Lepiej uzywa'c msgid wylacznie ze znak'ow ASCII.
                                 xgnokii version: %s
                                 gnokii version: %s
                                 
                                 Copyright (C) 1999 Pavel Janík ml.,
                                 Hugh Blemings & Jan Derfinak
                                 
 rm -f sk.gmo && /usr/local/bin/msgfmt -c --statistics -o sk.gmo sk.po
 367 przetlumaczonych komunikat'ow, 241 tlumacze'n budzi watpliwo'sci, 201 nie przetlumaczonych komunikat'ow.
 /usr/local/bin/msgmerge --update pl.po gnokii.pot
 ................................................................................. zrobione.
 rm -f pl.gmo && /usr/local/bin/msgfmt -c --statistics -o pl.gmo pl.po
 232 przetlumaczone komunikaty, 234 tlumaczenia budza watpliwo'sci, 343 nie przetlumaczone komunikaty.
 /usr/local/bin/msgmerge --update it.po gnokii.pot
 ................................................................................. zrobione.
 rm -f it.gmo && /usr/local/bin/msgfmt -c --statistics -o it.gmo it.po
 386 przetlumaczonych komunikat'ow, 189 tlumacze'n budzi watpliwo'sci, 234 nie przetlumaczone komunikaty.
 /usr/local/bin/msgmerge --update sl.po gnokii.pot
 ................................................................................. zrobione.
 rm -f sl.gmo && /usr/local/bin/msgfmt -c --statistics -o sl.gmo sl.po
 591 przetlumaczonych komunikat'ow, 115 tlumacze'n budzi watpliwo'sci, 103 nie przetlumaczone komunikaty.
 /usr/local/bin/msgmerge --update fr.po gnokii.pot
 .................................................................................. zrobione.
 rm -f fr.gmo && /usr/local/bin/msgfmt -c --statistics -o fr.gmo fr.po
 751 przetlumaczonych komunikat'ow, 5 tlumacze'n budzi watpliwo'sci, 53 nie przetlumaczone komunikaty.
 gmake[1]: Leaving directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/po'
 gmake -C common
 gmake[1]: Entering directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/common'
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o gsm-api.o gsm-api.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o gsm-error.o gsm-error.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o gsm-statemachine.o gsm-statemachine.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o cfgreader.o cfgreader.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o device.o device.c
 flex -ovcal.c vcal.lx
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o vcal.o vcal.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o vcard.o vcard.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o ldif.o ldif.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o gsm-networks.o gsm-networks.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o gsm-filetypes.o gsm-filetypes.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o readmidi.o readmidi.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o gsm-ringtones.o gsm-ringtones.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o gsm-bitmaps.o gsm-bitmaps.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o gsm-sms.o gsm-sms.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o gsm-call.o gsm-call.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o gsm-encoding.o gsm-encoding.c
 gsm-encoding.c: In function `utf8_decode':
 gsm-encoding.c:566: warning: passing arg 2 of `libiconv' from incompatible pointer type
 gsm-encoding.c: In function `utf8_encode':
 gsm-encoding.c:606: warning: passing arg 2 of `libiconv' from incompatible pointer type
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o gsm-common.o gsm-common.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o sms-nokia.o sms-nokia.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o nokia-decoding.o nokia-decoding.c
 nokia-decoding.c: In function `calnote_get_alarm':
 nokia-decoding.c:192: warning: assignment makes integer from pointer without a cast
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o compat.o compat.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o misc.o misc.c
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o snprintf.o snprintf.c
 cc -shared -Wl,-soname,libgnokii.so.1 -o libgnokii.so.1 gsm-api.o gsm-error.o gsm-statemachine.o cfgreader.o device.o vcal.o vcard.o ldif.o gsm-networks.o gsm-filetypes.o readmidi.o gsm-ringtones.o gsm-bitmaps.o gsm-sms.o gsm-call.o gsm-encoding.o gsm-co mmon.o sms-nokia.o nokia-decoding.o compat.o misc.o snprintf.o phones/PHONES.o links/LINKS.o devices/DEVICES.o
 ln -sf libgnokii.so.1 libgnokii.so
 /bin/rm -f libgnokii.a
 ar rc libgnokii.a gsm-api.o gsm-error.o gsm-statemachine.o cfgreader.o device.o vcal.o vcard.o ldif.o gsm-networks.o gsm-filetypes.o readmidi.o gsm-ringtones.o gsm-bitmaps.o gsm-sms.o gsm-call.o gsm-encoding.o gsm-common.o sms-nokia.o nokia-decoding.o co mpat.o misc.o snprintf.o phones/PHONES.o links/LINKS.o devices/DEVICES.o 
 ranlib libgnokii.a
 gmake[1]: Leaving directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/common'
 gmake -C gnokii
 gmake[1]: Entering directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/gnokii'
 cc -O -pipe -march=pentiumpro  -I../include -O -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include  -c -o gnokii.o gnokii.c
 cc  gnokii.o -L/usr/local/lib  -lgnugetopt  /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -L../common -lgnokii -L/usr/X11R6/lib -lXpm -lX11 /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib -o gnokii
 gnokii.o: In function `getphonebook':
 gnokii.o(.text+0x69cd): undefined reference to `gn_phonebook2ldif'
 gnokii.o: In function `writephonebook':
 gnokii.o(.text+0x71dd): undefined reference to `gn_ldif2phonebook'
 gnokii.o(.text+0x747f): undefined reference to `gn_phonebook_entry_sanitize'
 gnokii.o(.text+0x74d3): undefined reference to `gn_memory_type2str'
 gnokii.o(.text+0x750b): undefined reference to `gn_memory_type2str'
 gnokii.o: In function `playringtone':
 gnokii.o(.text+0x91db): undefined reference to `gn_ringtone_get_tone'
 gmake[1]: *** [gnokii] Blad 1
 gmake[1]: Leaving directory `/usr/ports/comms/gnokii/work/gnokii-0.5.6/gnokii'
 gmake: *** [gnokii] Blad 2
 *** Error code 2
 
 Stop in /usr/ports/comms/gnokii.
 ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade40875.1 make WITH_MYSQL=1 WITH_SMSD=1 ISPELL_PL=yes WITHOUT_CUPS=1
 ** Fix the problem and try again.
 ** The following packages were not installed or upgraded (*:skipped / !:failed)
 	! comms/gnokii (gnokii-0.5.0_1,1)	(linker error)
 



More information about the freebsd-ports-bugs mailing list