| Summary: | ufed 0.37 and 0.37-r1 fail to start | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Joël <world.root> |
| Component: | New packages | Assignee: | Harald van Dijk (RETIRED) <truedfx> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2004.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Output of "emerge info"
ufed-0.37-profilesymlink.patch |
||
|
Description
Joël
2005-04-21 02:09:02 UTC
Could you provide your emerge --info output, as well as the output of echo `perl -w -e 'print readlink "/etc/make.profile"'` and emerge -pv perl ? Sure :-) joel ~ $ echo `perl -w -e 'print readlink "/etc/make.profile"'` ../usr/portage/profiles/default-linux/x86/2005.0 joel ~ $ emerge -pv perl These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] dev-lang/perl-5.8.6-r4 +berkdb -debug +doc +gdbm +ithreads -perlsuid (-uclibc) 0 kB Total size of downloads: 0 kB Created attachment 56872 [details]
Output of "emerge info"
Created attachment 56875 [details, diff]
ufed-0.37-profilesymlink.patch
The output is as it should be, and I am not able to reproduce this bug with
your version of perl, and your profile. Also, your CFLAGS/CXXFLAGS are sure to
cause problems with some programs. Still, this might be an actual bug with
ufed. Could you see if this patch fixes it? (Just run "patch -i
ufed-0.37-profilesymlink.patch /usr/sbin/ufed") If so, I'll put this in -r2.
Good news ! Your patch solves it ! Okay, I added it to -r2. Thanks for the report. |