[Bug binutils/25104] Wrong operation when creating thin archive

2019-10-21 Thread qwertytmp1 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25104 --- Comment #7 from lol lol --- Thank you for clarification. Anyway, there is a feeling that such behavior breaks some logic. I.e., order of link objects leads to different results. At the same time, when using P flag - result is the same. --

[Bug binutils/25104] Wrong operation when creating thin archive

2019-10-21 Thread qwertytmp1 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25104 --- Comment #5 from lol lol --- Dear Alan, currently I have problems with access to the build machine (latest git revision). I have a question. Is this change fixes behavior of: ``` mkdir reproducing_ar_bug cd reproducing_ar_bug touch

[Bug binutils/25104] Wrong operation when creating thin archive

2019-10-18 Thread qwertytmp1 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25104 lol lol changed: What|Removed |Added Summary|Missing object file in |Wrong operation when |res

[Bug binutils/25104] Missing object file in resulting thin archive

2019-10-17 Thread qwertytmp1 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25104 --- Comment #2 from lol lol --- Alan, thank you for this hint. It works for me. Anyway, it is a buggy behavior. "man ar" says: ``` AR(1) GNU Development Tools P Use the full path name when matching names in the archive. GNU ar ca

[Bug binutils/25104] Missing object file in resulting thin archive

2019-10-15 Thread qwertytmp1 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25104 lol lol changed: What|Removed |Added CC||qwertytmp1 at gmail dot com -- You are

[Bug binutils/25104] New: Missing object file in resulting thin archive

2019-10-15 Thread qwertytmp1 at gmail dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: qwertytmp1 at gmail dot com Target Milestone: --- Problem occurs when creating thin archive from the file (file0.o) and from another thin archive, which contains file with the same filename (subfolder/file0.o

[Bug binutils/24281] Failed with “thin archive” if it contain subdir's object file

2019-03-04 Thread qwertytmp1 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24281 --- Comment #3 from lol lol --- Hi Nick, Q. Hmm, you do realise that copying a thin library in this way is essentially the same thing as just copying it normally, right? A. Yes. It was chosen for simplicity. Anyway, it shouldn't fail. Ca

[Bug binutils/24281] Failed with “thin archive” if it contain subdir's object file

2019-02-28 Thread qwertytmp1 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24281 lol lol changed: What|Removed |Added Version|2.26|2.32 --- Comment #1 from lol lol --- Bug w

[Bug binutils/24281] New: Failed with “thin archive” if it contain subdir's object file

2019-02-28 Thread qwertytmp1 at gmail dot com
ormal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: qwertytmp1 at gmail dot com Target Milestone: --- Please use following shell commands to reproduce the problem: ``` # create subdirectory mkdir subdir # create source