Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 1998 21:41:13 -0800 (PST)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        erich@lodgenet.com
Cc:        erich@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-ports@freebsd.org
Subject:   Re: cvs commit: ports/graphics/gimp-devel Makefile  ports/graphics/gimp-devel/files md5 ports/graphics/gimp-devel/patches  patch-ah patch-ac patch-ad ports/graphics/gimp-devel/pkg PLIST
Message-ID:  <199801060541.VAA12998@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199801051923.NAA23604@jake.lodgenet.com> (erich@lodgenet.com)

next in thread | previous in thread | raw e-mail | index | archive | help
 * "Eric L. Hernes" writes:
 * >  upgrade to 0.99.17
 * 
 * This (reportedly) won't work with gtk < 0.99.1, so be sure
 * to upgrade gtk at the same time.

That's when you want to bump the shlib version number. :)

By the way, I can't compile gimp (I did upgrade gtk first, but I don't 
think that's the problem) here on -stable:

===
../libtool --mode=link cc -I/usr/X11R6/include -O2 -pipe -Wall -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11  -lm -o libgimp.la -rpath /usr/X11R6/lib -version-info 1:0:0 -rpath /usr/X11R6/lib gimp.lo gimpchannel.lo gimpdisplay.lo gimpdrawable.lo gimpgradient.lo gimpimage.lo gimplayer.lo gimppalette.lo gimppixelrgn.lo gimpprotocol.lo gimptile.lo gimpwire.lo  -L/usr/local/lib
libtool: link: warning: ignoring multiple `-rpath's for a libtool library
mkdir _libs
 -Bshareable -o _libs/libgimp.so.1.0 gimp.lo gimpchannel.lo gimpdisplay.lo gimpdrawable.lo gimpgradient.lo gimpimage.lo gimplayer.lo gimppalette.lo gimppixelrgn.lo gimpprotocol.lo gimptile.lo gimpwire.lo -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 -lm -L/usr/local/lib /usr/lib/c++rt0.o
-Bshareable: not found
gmake[2]: *** [libgimp.la] Error 127
===

Looks like a variable definition missing.  The configure looks
suspicious too.

===
===>  Configuring for gimp-0.99.17
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin
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 host system type... i386-unknown-freebsd2.2.5
checking for gcc... cc
checking whether the C compiler (cc -O2 -pipe ) works... yes
checking whether the C compiler (cc -O2 -pipe ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for ranlib... ranlib
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... -static
checking whether ln -s works... yes
checking for ld used by GCC... no
checking if the linker () is GNU ld... -v: not found
no
checking whether the linker () supports shared libraries... yes
checking for BSD-compatible nm... test: syntax error
/usr/bin/nm -p
checking command to parse /usr/bin/nm -p output... no
checking how to hardcode library paths into programs... relink
checking for  option to reload object files... -r
checking dynamic linker characteristics... freebsd2.2.5 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... i386-unknown-freebsd2.2.5
checking for gcc... (cached) cc
checking whether the C compiler (cc -O2 -pipe ) works... yes
checking whether the C compiler (cc -O2 -pipe ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ANSI C... none needed
checking for a BSD compatible install... /usr/bin/install -c -o bin -g bin
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... cc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenDisplay in -lX11... yes
checking for XShmAttach in -lXext... yes
checking for glib and gtk >= 0.99.1... yes
checking for TIFFReadScanline in -ltiff34... yes
checking for jpeg_destroy_decompress in -ljpeg... yes
checking for png_read_info in -lpng... yes
checking for GetMPEGFrame in -lmpeg... yes
checking for dlopen in -ldl... no
checking for Tcl_StaticPackage in -ltcl80... no
configure: warning: *** gimptcl plug-in will not be built ***
checking for xd_checkin in -lxdelta... no
configure: warning: *** XD plug-in will not be built ***
checking for XpmReadFileToXpmImage in -lXpm... yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking whether shmctl IPC_RMID allowes subsequent attaches... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking fd_set and sys/select... yes
checking for inline... inline
checking for emacs... /usr/local/bin/emacs
updating cache ./config.cache
===

(See the "-v: not found")

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801060541.VAA12998>