The command should have installed all the modules just normal. I cannot see any abnormalities in the log. Although you haven't posted the whole log...
If you do not understand the last line then let me try to explain:
Modules need to be loaded in a specific order: user wants to load module B, which requires module A. So if the user types "modprobe B" to load the module B the modprobe needs to load module A first. These dependencies are "created" with the depmod utility. And that is what the last line of the log does.
regards,
-corsair
EDIT: This might be interesting to understand the options of the depmod execution:
http://www.oreillynet.com/linux/cmd/cmd ... h=d/depmod