http://bugs.winehq.org/show_bug.cgi?id=20907
Summary: $ORIGIN is undefined on NetBSD, breaking compile Product: Wine Version: 1.1.33 Platform: PC URL: http://mail-index.netbsd.org/netbsd-users/2009/07/29/m sg004188.html OS/Version: NetBSD Status: UNCONFIRMED Keywords: download, source Severity: blocker Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
When compiling on NetBSD, build fails _really_ early, with: execname not specified in AUX vector
googling around, I found: http://mail-index.netbsd.org/netbsd-users/2009/07/29/msg004188.html
which shows that apparently $ORIGIN is not defined on NetBSD. I'm not quite sure wine can work around it, so marking the bug as unconfirmed for now...
http://bugs.winehq.org/show_bug.cgi?id=20907
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2009-12-04 05:22:53 --- Sounds like a NetBSD bug, it should ignore $ORIGIN if it doesn't support it instead of failing.
http://bugs.winehq.org/show_bug.cgi?id=20907
--- Comment #2 from Austin English austinenglish@gmail.com 2009-12-06 23:58:43 --- http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=42420
http://bugs.winehq.org/show_bug.cgi?id=20907
--- Comment #3 from Austin English austinenglish@gmail.com 2010-03-17 14:34:36 --- Still present in git/NetBSD 5.0.2.
http://bugs.winehq.org/show_bug.cgi?id=20907
--- Comment #4 from Austin English austinenglish@gmail.com 2010-03-17 14:45:22 --- I don't suppose you know of a workaround Alexandre? I've been googling around for half an hour and haven't found anything.
http://bugs.winehq.org/show_bug.cgi?id=20907
ctilger@t-online.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ctilger@t-online.de
http://bugs.winehq.org/show_bug.cgi?id=20907
ejcruz8@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ejcruz8@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=20907
--- Comment #5 from ejcruz8@gmail.com 2012-04-10 09:02:51 CDT --- Created attachment 39748 --> http://bugs.winehq.org/attachment.cgi?id=39748 not properly installed programs
not properly installed programs
http://bugs.winehq.org/show_bug.cgi?id=20907
ejcruz8@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39748|0 |1 is obsolete| |
--- Comment #6 from ejcruz8@gmail.com 2012-04-10 09:04:33 CDT --- Created attachment 39749 --> http://bugs.winehq.org/attachment.cgi?id=39749 not properly installed programs
http://bugs.winehq.org/show_bug.cgi?id=20907
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39749|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=20907
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |14134
http://bugs.winehq.org/show_bug.cgi?id=20907
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com 2012-07-17 20:32:17 CDT --- Is this still an issue in wine 1.5.9 or in netbsd?
http://bugs.winehq.org/show_bug.cgi?id=20907
--- Comment #8 from Austin English austinenglish@gmail.com 2012-07-17 20:36:11 CDT --- (In reply to comment #7)
Is this still an issue in wine 1.5.9 or in netbsd?
Yes, though there's recently been some activity on the NetBSD bug: http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=42420
though they're of the opinion that it's a wine bug: Actually, I take it back, the only thing the cited Wine configure test actually checks for is whether rpaths are accepted (which should be the case on any ELF system) and whether they're allowed to contain $.
Since rpaths are apparently allowed to contain anything (even control characters) the configure test is absolutely worthless. There's no point attempting to disable $ORIGIN in binutils since it looks as if binutils doesn't know or need to know anything about it.
As I said some time back, the configure test should be changed upstream to actually test for the feature, in which case the problem goes away.
http://bugs.winehq.org/show_bug.cgi?id=20907
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |UPSTREAM
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2012-07-18 04:08:12 CDT --- Like I explained in that bug, we don't care if $ORIGIN doesn't work, but it shouldn't cause the binary to fail to load, and that's a NetBSD bug. It should just ignore an invalid rpath and continue with the normal library search.
http://bugs.winehq.org/show_bug.cgi?id=20907
--- Comment #10 from Bruno Jesus 00cpxxx@gmail.com 2012-10-18 08:07:59 CDT --- Still in NetBSD 6. This diplomatic issue will probably last forever.
http://bugs.winehq.org/show_bug.cgi?id=20907
--- Comment #11 from Ken Sharp kennybobs@o2.co.uk 2013-08-09 07:56:32 CDT --- Looks like they've changed their URLs. http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=42420
http://bugs.winehq.org/show_bug.cgi?id=20907
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |wylda@volny.cz
--- Comment #12 from Wylda wylda@volny.cz --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=20907
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED
--- Comment #13 from Wylda wylda@volny.cz --- Based on http://bugs.winehq.org/show_bug.cgi?id=26630#c13 my closing was wrong, as i didn't check the status at upstream...
Reverting back CLOSED to RESOLVED.
http://bugs.winehq.org/show_bug.cgi?id=20907
Lian lianfox666@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lianfox666@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=20907
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=20907
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED
--- Comment #15 from Austin English austinenglish@gmail.com --- This was inadvertently caught up in my unclosed bugs filter. NOTOURBUG should only be closed when fixed upstream.
Setting back to RESOLVED NOTOURBUG.
Sorry for the spam.
https://bugs.winehq.org/show_bug.cgi?id=20907
jim kris_86_jim77@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kris_86_jim77@hotmail.com
https://bugs.winehq.org/show_bug.cgi?id=20907
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Austin English austinenglish@gmail.com --- (In reply to Ken Sharp from comment #11)
Looks like they've changed their URLs. http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=42420
This bug report was closed as fixed upstream:
State-Changed-From-To: open->closed State-Changed-By: maya@NetBSD.org State-Changed-When: Mon, 27 May 2019 02:53:22 +0000 State-Changed-Why: I am told $ORIGIN works now.