Hello Michael, Really, thank you for the info, I forgot about 'recommends' because I used `dpkg -i` to install this package but usually I use aptitude which handles 'recommends' section automatically.
Recommends section looks good: Recommends: netbase, libx11-6 | xlibs, libasound2, libgtk1.2 But make-jpkg gives me also this warning message: dpkg-shlibdeps: warning: could not find any packages for libstdc++.so.5 dpkg-shlibdeps: warning: unable to find dependency information for shared library libstdc++ (soname 5, path libstdc++.so.5, dependency field Depends) So libstdc++5 is not included in dependencies but should be (without this library java don't start). Best wishes, Michael -----Original Message----- From: Michael Koch <[EMAIL PROTECTED]> To: Michael <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Date: Fri, 12 Oct 2007 17:51:13 +0200 Subject: Re: Bug#446334: java-package: Can't installibm-java2-sdk-5.0-5.1-linux-ppc.tgz > > Hello Michael, > > > On Fri, Oct 12, 2007 at 12:52:21PM +0400, Michael wrote: > > I downloaded from IBM's website latest PPC Java package called > > ibm-java2-sdk-5.0-5.1-linux-ppc.tgz and tried to make pkg with make-jpkg. > > But I got an error that don't recognized so I renamed it to > > ibm-java2-sdk-50-linux-ppc.tgz and tried to make-jpg again. Now it runs but > > I got a lot of warnings like this: > > dpkg-shlibdeps: warning: format of 'NEEDED libwrappers.so' not recognized > > > > The package build succesfully but there are no needed dependencies like > > libstdc++5, ligtk 1.2 and so on. > > > > So the resulted package builded using make-jpkg is unusable due to lack of > > dependenices. > > make-jpkg should have put the needed packages into Recommends. They are > not direct Depends because might want to use the generated Debian > package in a headless environment without X installed (one a server). > You are then responsible yourself to install the recommended/suggested > packages. > > Does the generated DEB recommend libstdc++5, ligtk 1.2, etc.? > > > Cheers, > Michael > _______________________________________________ pkg-java-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

