Re: debuginfo for sub packages (Help with RPM SPEC files)

2010-06-17 Thread Jan Kratochvil
On Thu, 17 Jun 2010 14:55:05 +0200, Trever L. Adams wrote: > Valgrind, gcc, abrt, etc. all seem to not get the symbols (debug info) > for the subpackages in my project with the subpackages. It was picking > them up in the main packages. > > Is this normal? gcc does not load debuginfo. abrt parti

Re: debuginfo for sub packages (Help with RPM SPEC files)

2010-06-17 Thread Trever L. Adams
On 06/16/2010 06:10 AM, Roland McGrath wrote: > It's normal to get a single foo-debuginfo package from a foo.src.rpm. > Please explain exactly why this is a problem for you. > > > Thanks, > Roland > Thank you all for responding. Valgrind, gcc, abrt, etc. all seem to not get the symbols (debug i

Re: debuginfo for sub packages (Help with RPM SPEC files)

2010-06-16 Thread Adam Williamson
On Wed, 2010-06-16 at 09:37 -0400, Adam Jackson wrote: > On Wed, 2010-06-16 at 05:10 -0700, Roland McGrath wrote: > > It's normal to get a single foo-debuginfo package from a foo.src.rpm. > > Please explain exactly why this is a problem for you. > > I can't speak to Trever's case, but I can say th

Re: debuginfo for sub packages (Help with RPM SPEC files)

2010-06-16 Thread Adam Jackson
On Wed, 2010-06-16 at 09:47 -0400, Matthias Clasen wrote: > On Wed, 2010-06-16 at 09:37 -0400, Adam Jackson wrote: > > I can't speak to Trever's case, but I can say that it's pretty > > irritating to need debuginfo for every compiler in gcc when all I really > > need is debuginfo for libgcc: > > >

Re: debuginfo for sub packages (Help with RPM SPEC files)

2010-06-16 Thread Matt McCutchen
On Wed, 2010-06-16 at 09:47 -0400, Matthias Clasen wrote: > On Wed, 2010-06-16 at 09:37 -0400, Adam Jackson wrote: > > On Wed, 2010-06-16 at 05:10 -0700, Roland McGrath wrote: > > > It's normal to get a single foo-debuginfo package from a foo.src.rpm. > > > Please explain exactly why this is a prob

Re: debuginfo for sub packages (Help with RPM SPEC files)

2010-06-16 Thread Matthias Clasen
On Wed, 2010-06-16 at 09:37 -0400, Adam Jackson wrote: > On Wed, 2010-06-16 at 05:10 -0700, Roland McGrath wrote: > > It's normal to get a single foo-debuginfo package from a foo.src.rpm. > > Please explain exactly why this is a problem for you. > > I can't speak to Trever's case, but I can say th

Re: debuginfo for sub packages (Help with RPM SPEC files)

2010-06-16 Thread Matt McCutchen
On Wed, 2010-06-16 at 09:32 -0400, Frank Ch. Eigler wrote: > Roland McGrath writes: > > > It's normal to get a single foo-debuginfo package from a foo.src.rpm. > > Please explain exactly why this is a problem for you. > > One possible reason is RPM-level conflicts between concurrently > installe

Re: debuginfo for sub packages (Help with RPM SPEC files)

2010-06-16 Thread Matt McCutchen
On Wed, 2010-06-16 at 09:37 -0400, Adam Jackson wrote: > On Wed, 2010-06-16 at 05:10 -0700, Roland McGrath wrote: > > It's normal to get a single foo-debuginfo package from a foo.src.rpm. > > Please explain exactly why this is a problem for you. > > I can't speak to Trever's case, but I can say th

Re: debuginfo for sub packages (Help with RPM SPEC files)

2010-06-16 Thread Adam Jackson
On Wed, 2010-06-16 at 05:10 -0700, Roland McGrath wrote: > It's normal to get a single foo-debuginfo package from a foo.src.rpm. > Please explain exactly why this is a problem for you. I can't speak to Trever's case, but I can say that it's pretty irritating to need debuginfo for every compiler in

Re: debuginfo for sub packages (Help with RPM SPEC files)

2010-06-16 Thread Frank Ch. Eigler
Roland McGrath writes: > It's normal to get a single foo-debuginfo package from a foo.src.rpm. > Please explain exactly why this is a problem for you. One possible reason is RPM-level conflicts between concurrently installed multilib debuginfo RPMs, such as glibc.i686 and glibc.x86_64. - FChE -

Re: debuginfo for sub packages (Help with RPM SPEC files)

2010-06-16 Thread Roland McGrath
It's normal to get a single foo-debuginfo package from a foo.src.rpm. Please explain exactly why this is a problem for you. Thanks, Roland -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: debuginfo for sub packages (Help with RPM SPEC files)

2010-06-16 Thread Chen Lei
2010/6/16 Trever L. Adams : > Hello everyone, > > I am having a hard time finding documentation which explains this. I > have a spec file which generates several subpackages (-classify, > -clamav, etc.). I have this working fine. The problem is I am only > getting a debuginfo package for the main p

debuginfo for sub packages (Help with RPM SPEC files)

2010-06-16 Thread Trever L. Adams
Hello everyone, I am having a hard time finding documentation which explains this. I have a spec file which generates several subpackages (-classify, -clamav, etc.). I have this working fine. The problem is I am only getting a debuginfo package for the main package. This contains all the informati