Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 187453
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Portage Utilities Team <tools-portage@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Paul Varner <fuzzyray@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 187453 depends on: Show dependency tree
Bug 187453 blocks: 170220
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-08-02 02:34 0000
The new revdep-rebuild fails to process .la files correctly. This is due to the
following awk command not printing the listed dependencies inside of the file.

awk -F"[=']" '/^dependency_libs/{
        gsub("^-[^[:space:]]*", "", $2);
        gsub("[[:space:]]-[^[:space:]]*", "", $2);
        print $2
}' "$target_file"

------- Comment #1 From Michael A. Smith 2007-08-06 14:30:18 0000 -------
Yes, all the $2 should be $3. Sorry about that, I could've sworn I fixed it
already.

------- Comment #2 From Paul Varner 2007-08-06 15:20:48 0000 -------
$ svn commit -m "Fix processing of .la files (Bug #187453)"
Sending        ChangeLog
Sending        src/revdep-rebuild/revdep-rebuild-rewrite
Transmitting file data ..
Committed revision 427.

------- Comment #3 From Paul Varner 2007-09-13 15:51:29 0000 -------
Released in gentoolkit-0.2.4_pre7

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug