Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 523246 - "equery files" doesn't handle symlinks with whitespace correctly in target
Summary: "equery files" doesn't handle symlinks with whitespace correctly in target
Status: UNCONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-19 16:38 UTC by Anders Larsson
Modified: 2014-09-19 16:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Larsson 2014-09-19 16:38:42 UTC
When "equery files <package>" returns a symlink where the target file contains a whitespace it will cut off at the whitspace.

Reproducible: Always
Steps to Reproduce:
1. Run 'query files <package>'
2. <package> contains symlink with whitespaces in its target

Example:
$ equery f dwarf-therapist
 * Searching for dwarf-therapist ...
 * Contents of games-util/dwarf-therapist-26.0.0:
...
/usr/share/doc/dwarftherapist/Dwarf Therapist.pdf -> /usr/share/doc/dwarf-therapist-26.0.0/Dwarf
/usr/share/dwarftherapist/doc/Therapist Manual.pdf -> /usr/share/doc/dwarf-therapist-26.0.0/Dwarf
...

$ readlink /usr/share/doc/dwarftherapist/Dwarf\ Therapist.pdf /usr/share/dwarftherapist/doc/Therapist\ Manual.pdf 
/usr/share/doc/dwarf-therapist-26.0.0/Dwarf Therapist.pdf
/usr/share/doc/dwarf-therapist-26.0.0/Dwarf Therapist.pdf


Expected Results:  
equery should provide the full filename even though it contains whitespaces.

$ equery f dwarf-therapist
 * Searching for dwarf-therapist ...
 * Contents of games-util/dwarf-therapist-26.0.0:
...
/usr/share/doc/dwarftherapist/Dwarf Therapist.pdf -> /usr/share/doc/dwarf-therapist-26.0.0/Dwarf Therapist.pdf
/usr/share/dwarftherapist/doc/Therapist Manual.pdf -> /usr/share/doc/dwarf-therapist-26.0.0/Dwarf Therapist.pdf

Additional information:
app-portage/gentoolkit-0.3.0.9-r1