[00:56:33] --- Simon Wilkinson has become available [01:21:26] --- haba has become available [01:29:17] --- Simon Wilkinson has left [02:33:15] --- Russ has left: Disconnected [04:28:42] --- phalenor has left [04:28:48] --- phalenor has become available [05:24:32] --- pod has become available [06:02:01] --- Simon has become available [06:23:11] --- Simon has left [07:13:38] --- jaltman/FrogsLeap has left: Disconnected [07:16:19] --- shadow@gmail.com/barnowl754E0B64 has left [07:16:22] --- jaltman/FrogsLeap has become available [07:16:28] --- shadow@gmail.com/barnowl754E0B64 has become available [07:26:40] --- summatusmentis has left [07:33:59] --- deason_gmail has become available [07:35:26] --- summatusmentis has become available [07:53:33] --- shadow@gmail.com/barnowl754E0B64 has left [07:53:44] --- shadow@gmail.com/barnowl754E0B64 has become available [08:38:09] --- lars.malinowsky has left [08:38:15] --- lars.malinowsky has become available [09:27:46] --- lars.malinowsky has left [09:27:52] --- lars.malinowsky has become available [10:03:15] --- steven.jenkins has left [10:03:39] --- steven.jenkins has become available [10:16:16] --- rra has become available [10:19:19] --- Simon has become available [10:24:39] hey rra, quick question (I hope) [10:25:27] http://pastebin.com/fZSnFAqv do you have suggestions for how to fix/ignore these errors? it doesn't look like they're bad outcomes, just that dpkg-buildpackage is confused? [10:35:15] --- Simon has left [10:57:47] --- mfelliott has become available [10:57:48] You can remove the --fail-missing from the dh_install command line, which will get you packages without any of those files, but I suspect that some of those shared libraries might be required. It looks like the Debian packaging isn't going to work for trunk and needs somewhat more work to add additional new shared library packages. The packaging is unfortunately just an import of the 1.6.0 packaging files, since I don't use the packaging data in trunk for anything, so it doesn't really get tested. [11:00:40] so you're saying this won't work the way I want it to? [11:01:16] or is there something easy I can do to include the shared library stuff? [11:02:40] jake, look at the packaging scripts to see how other shared libraries are installed. for example, libafsrpc.so.* [11:03:02] yeah, Im [11:03:04] you should be able to figure out how to add librokenafs and libafshcrypto [11:03:21] I'm reading the generated debian/rules script as we speak, was just looking into that [11:03:45] or, maybe it's not generated, regardless, I'm reading it :) [11:04:55] you will need to modify 'control' and add libafshcrypto1.install, libafshcrypto1.symbols, libafsroken1.install, libafsroken1.symbols [11:20:58] --- steven.jenkins has left [11:21:35] --- steven.jenkins has become available [11:21:49] --- deason_gmail has left [11:22:54] --- deason-gmail has become available [11:25:21] --- mfelliott26808 has become available [11:25:21] --- mfelliott26808 is now known as mfelliott17276 [11:25:21] --- mfelliott17276 is now known as mfelliott26808 [11:25:21] --- mfelliott26808 has left [11:25:21] --- mfelliott47178 has become available [11:25:21] --- mfelliott has left [11:53:02] --- jaltman/FrogsLeap has left: Disconnected [12:01:32] --- jaltman/FrogsLeap has become available [12:03:29] --- haba has left [12:03:47] --- haba has become available [12:04:33] --- jaltman/FrogsLeap has left: Disconnected [12:04:42] --- jaltman/FrogsLeap has become available [12:04:50] --- meffie has left [12:06:46] --- jaltman/FrogsLeap has left: Disconnected [12:08:32] --- jaltman/FrogsLeap has become available [12:11:00] --- jaltman/FrogsLeap has left: Disconnected [12:11:16] --- jaltman/FrogsLeap has become available [12:12:16] --- jaltman/FrogsLeap has left: Disconnected [12:12:25] --- jaltman/FrogsLeap has become available [12:13:09] --- jaltman/FrogsLeap has left: Disconnected [12:13:22] --- jaltman/FrogsLeap has become available [12:13:40] --- Simon Wilkinson has become available [12:14:09] --- jaltman/FrogsLeap has left: Disconnected [12:18:22] --- jaltman/FrogsLeap has become available [12:21:19] --- todd has become available [12:22:01] --- meffie has become available [12:37:56] --- mfelliott47178 has left [12:51:36] I'm just garbage collecting the gerrit.openafs.org and git.openafs.org repos. Short term pain, long term gain. [12:53:56] We should add a cron job for that. I keep thinking about it and keep not doing it. [12:54:52] Jake: Sorry that's not already working. I should probably start building experimental packages of trunk or something so that I can get the packaging straightened out. I'd forgotten we added new shared libraries. [12:56:27] --- deason_gmail has become available [12:56:27] --- deason-gmail has left [12:56:27] --- deason_gmail is now known as deason-gmail [12:56:27] --- deason-gmail is now known as deason_gmail [12:56:51] Russ, not a big deal. Just for clarification, the .symbols files contain all of the prototypes for the functions for that library? [12:58:10] They contain the exposed public symbols plus the version number of the Debian package in which they first appeared. [12:58:16] You can omit the *.symbols file, though. [12:58:26] For what you're doing, I'd just ignore it; it's optional. [12:58:36] It provides better package dependencies, but that doesn't matter for a quick-and-dirty package. [13:00:05] oh really? ok, that'll help [13:00:44] --- deason_gmail is now known as deason-gmail [13:00:45] --- deason-gmail is now known as deason_gmail [13:01:11] I was hoping that jake could fix the dependency and push a fix to gerrit [13:01:26] he might as well learn how to do it correctly [13:01:44] I can, I'd like to get these packages built, and then I'll finish that up [13:02:13] --- jaltman/FrogsLeap has left [13:04:59] --- deason_gmail is now known as deason-gmail [13:04:59] --- deason-gmail is now known as deason_gmail [13:04:59] --- deason_gmail is now known as deason-gmail [13:05:45] --- deason-gmail is now known as deason_gmail [13:05:45] --- deason_gmail is now known as deason-gmail [13:05:47] --- jaltman/FrogsLeap has become available [13:09:05] russ, is there a good way to find which debian package they first appeared in? [13:10:46] --- deason-gmail is now known as deason_gmail [13:10:46] --- deason_gmail is now known as deason-gmail [13:13:27] the libraries you are adding for the first time have never been in a debian package. the one you are creating will be the first. [13:13:38] --- deason-gmail is now known as deason_gmail [13:13:38] --- deason_gmail is now known as deason-gmail [13:13:38] --- deason-gmail is now known as deason_gmail [13:13:38] --- deason_gmail is now known as deason-gmail [13:14:05] --- deason-gmail has left [13:14:05] --- deason_gmail has become available [13:14:23] --- deason_gmail is now known as deason_g [13:14:23] --- deason_g is now known as deason_gmail [13:14:23] --- deason_gmail is now known as deason_g [13:14:39] oh, right, duh [13:15:26] --- jaltman/FrogsLeap has left: Disconnected [13:15:47] --- deason_g is now known as deason_gmail [13:15:47] --- deason_gmail is now known as deason_g [13:15:48] --- haba has left [13:16:10] --- jaltman/FrogsLeap has become available [13:16:21] --- haba has become available [13:16:33] If this is anything like RedHat, you're going to hit the problem that the package you are building now doesn't have a version number... [13:20:47] --- deason_g is now known as deason_gmail [13:20:47] --- deason_gmail is now known as deason_g [13:21:28] --- deason_g has left [13:22:28] --- deason/gmail has become available [13:35:42] That's taken from the debian/changelog file, so that part should be okay. [13:37:18] Generating the symbols file is kind of weird. Usually the best way to do it is to add an essentially empty symbols file, with just the header information, and then build the package. dpkg-gensymbols will generate a proper symbols file based on teh shared library contents and tell you in the build log all the symbols it had to add. Then you copy that symbols file into the package build area and edit it to have the right version numbers. [13:37:36] Since the generated file will assume that all new symbols it found are new in the version of the Debian package that you just built. [14:10:09] rra: is jabber.openafs.org under your administrative control? [14:10:24] Yup. [14:10:59] would you be able to tell me which version of the server software you are running? [14:11:36] jabberd 1.4.3 [14:11:46] ok, thanks. [14:13:54] we are trying to sort out some s2s issues, do you mind if i contact you via email? [14:15:06] Sure, go ahead. [14:15:43] thanks. [14:18:49] --- jakllsch/wormulon has left [14:19:18] --- jakllsch/wormulon has become available [14:21:30] Russ: Could you take a look at http://gerrit.openafs.org/#change,4766 - for some reason gerrit won't let me actually add you as a reviewer. [14:21:38] It's a pretty quick question about autoconf quoting. [14:23:21] Done. [14:24:21] Thanks! [14:33:17] --- haba has left [15:12:00] --- phalenor has left [15:12:06] --- phalenor has become available [15:16:30] --- deason/gmail has left [16:44:48] --- deason_gmail has become available [18:24:51] --- rra has left: Disconnected [18:29:40] --- jaltman/FrogsLeap has left [18:42:05] --- Russ has become available [19:51:10] --- Simon Wilkinson has left [20:37:59] --- jaltman/FrogsLeap has become available [22:20:20] --- deason_gmail has left [22:20:50] --- jaltman/FrogsLeap has left: Replaced by new connection [22:20:51] --- jaltman/FrogsLeap has become available [23:18:04] --- Russ has left: Disconnected