Re: [PATCH] spec: add RHEL to the conditions to enable fancy_debug

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jun 08, 2009 at 03:32:41PM -0400, Aristeu Rozanski wrote:
> > On Mon, Jun 08, 2009 at 02:39:27PM -0400, Aristeu Rozanski wrote:
> > > Strangely, with fancy_debug disabled, only ppc64 build breaks.
> > 
> > How so?  Can I see the build output in brew?
> http://koji.fedoraproject.org/koji/getfile?taskID=1394994&name=build.log
> this is F-11 kernel, only ppc64 build, forcing fancy_debuginfo = 0

Not suprisingly

%if !%{fancy_debuginfo}\
%if "%{elf_image_install_path}" != ""\
%{debuginfodir}/%{elf_image_install_path}/*-%{KVERREL}%{?2:.%{2}}.debug\
%endif\

is only executed when fancy_debuginfo is off and elf_image_install_path
is defined as

# This is %{image_install_path} on an arch where that includes ELF files,
# or empty otherwise.
%define elf_image_install_path %{?kernel_image_elf:%{image_install_path}}

And the only arch that defines 'kernel_image_elf' is ppc.  All the other
arches, the code up top is a no-op.

But, yeah your build is failing because it can't find
%{debuginfodir}/%{elf_image_install_path}/*-%{KVERREL}%{?2:.%{2}}.debug
files, which don't exist.  Not sure what the original intent of the code
up top was but it doesn't work.

Cheers,
Don

_______________________________________________
Fedora-kernel-list mailing list
Fedora-kernel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-kernel-list

[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux