[00:01:54] --- dev-zero@jabber.org has become available [00:02:52] --- dev-zero@jabber.org has left [00:02:54] --- dev-zero@jabber.org has become available [00:24:39] --- ktdreyer has become available [05:09:57] --- dev-zero@jabber.org has left [06:32:32] --- dev-zero@jabber.org has become available [06:58:44] --- jaltman has become available [06:59:02] --- jaltman has left: Disconnected [07:27:58] --- dev-zero@jabber.org has left [07:30:41] --- dev-zero@jabber.org has become available [07:31:28] --- dev-zero@jabber.org has left [07:31:28] --- dev-zero@jabber.org has become available [07:40:32] --- mdionne has become available [07:51:28] --- dev-zero@jabber.org has left [08:05:17] --- dev-zero@jabber.org has become available [08:05:58] --- dev-zero@jabber.org has left [08:06:06] --- dev-zero@jabber.org has become available [08:14:39] --- mdionne has left [08:16:28] --- dev-zero@jabber.org has left [08:16:30] --- dev-zero@jabber.org has become available [08:33:28] --- dev-zero@jabber.org has left [08:57:18] --- dev-zero@jabber.org has become available [09:34:24] --- mdionne has become available [09:43:58] --- dev-zero@jabber.org has left [11:10:35] --- dev-zero@jabber.org has become available [11:30:33] --- mdionne has left [11:31:41] --- mdionne has become available [11:43:31] --- ktdreyer has left [11:44:32] --- ktdreyer has become available [12:06:18] libtool won't install liboafs_cmd under ..../lib/afs, apparently because it doesn't match $prefix/lib exactly [12:07:59] Do you have an error message? [12:08:48] sure: libtool: install: error: cannot install `liboafs_cmd.la' to a directory not ending in /usr/local/lib [12:08:57] This in make install? [12:09:03] note that there are a few typos in the cmd and comerr install targets [12:09:09] yes [12:09:25] What is your DESTDIR set to> [12:09:26] ? [12:09:58] /usr/local I think [12:10:28] Wierd, I wonder why that doesn't match. [12:10:47] it will install under /usr/local/lib, but not into /usr/local/lib/afs [12:11:20] Ah, cmd not opr. [12:11:31] Sorry, misread the first bit. [12:11:46] yeah cmd. the other ones install fine under /usr/local/lib [12:12:03] Yeah, we need to do something to tell libtool where the library is going to end up. [12:12:40] Ah. That's just bogus. [12:13:04] (These commits have been revised so many times to catch all of the various platform guff. [12:13:49] Try ... [12:13:50] diff --git a/src/cmd/Makefile.in b/src/cmd/Makefile.in index 4888d97..5fdd60d 100644 --- a/src/cmd/Makefile.in +++ b/src/cmd/Makefile.in @@ -78,7 +78,7 @@ AFS_component_version_number64.o: AFS_component_version_number install: libcmd.a cmd.h ${INSTALL} -d ${DESTDIR}${libdir}/afs ${INSTALL} -d ${DESTDIR}${includedir}/afs - $(LT_INSTALL_DATA) libcmd.la $(DESTDIR)$(libdir)/afs/libcmd.la + $(INSTALL_DATA) libcmd.a $(DESTDIR)$(libdir)/afs/libcmd.a ${INSTALL_DATA} cmd.h ${DESTDIR}${includedir}/afs/cmd.h install64: install libcmd64.a [12:17:02] ok, but don't we also want to install liboafs_cmd.la? looking at comerr, you install liboafs_comerr.la directly under /lib, not lib/afs [12:18:42] so 1) install libcmd.a under lib/afs with INSTALL_DATA, and 2) install liboafs_cmd.la under lib directly with LT_INSTALL_DATA ? [12:23:30] --- dev-zero@jabber.org has left [12:23:32] --- dev-zero@jabber.org has become available [12:31:46] We don't want to install any of the liboafs_cmd libraries just yet. They're there for internal use until we get the rest of the tree sorted out [12:32:01] We do want to install the libraries that we used to provide, so libcmd.a should still get installed. [12:37:00] --- dev-zero@jabber.org has left [12:43:07] ok, so your diff above should do it. I'll push that together with a little typo fix for the comerr install [12:43:23] Cool, thanks. [12:43:32] I'm currently wrestling with AIX and syscall stubs [13:32:37] --- meffie has left [13:32:37] --- meffie has become available [14:56:24] --- dev-zero@jabber.org has become available [15:18:31] --- dev-zero@jabber.org has left [19:22:13] --- mdionne has left [20:27:33] woops. that was supposed to be "verified" but not submitted. hopefully it also verifies elsewhere. [22:30:25] --- dev-zero@jabber.org has become available [22:31:34] --- dev-zero@jabber.org has left [22:31:36] --- dev-zero@jabber.org has become available [22:39:34] --- dev-zero@jabber.org has left [22:39:36] --- dev-zero@jabber.org has become available [23:04:05] --- dev-zero@jabber.org has left [23:04:06] --- dev-zero@jabber.org has become available [23:40:06] --- dev-zero@jabber.org has left