Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ganymed


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=191014





------- Additional Comments From [EMAIL PROTECTED]  2006-06-11 02:38 EST -------
Good point.  Unfortunately I really have no idea what's really going on here; I
guess find-debuginfo.sh is extracting the full set of debug symbols from the
single .so file and trying to copy any referenced files into the -debuginfo
package.  But it's assuming some link between those filenames and the actual
pathnames in the build directory that it probably shoudn't be.  It doesn't break
for all packages, but it seems like it should break on any package that puts the
source tree in a subdirectory.

This seems on point:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=153247

The fix there is nastier, and exists but is commented out in the current Eclipse
-devel spec.

In any case, this seems simpler, doesn't copy the whole source tree and
shouldn't break short-circuit builds:

# Link source files to fix -debuginfo generation.
rm -f ch
ln -s src/ch


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to