-
Notifications
You must be signed in to change notification settings - Fork 577
./Configure -Duserelocatableinc re-reading config.sh corrupts installbin #11687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @nwc10Created by @nwc10If one runs ./Configure -Duserelocatableinc ... everything is fine. If one re-runs ./Configure -Duserelocatableinc with the old config.sh in @@ -105,7 +105,7 @@
cpp='cpp'
cpp_stuff='42'
cppccsymbols=''
-cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
+cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
cpplast='-'
cppminus='-'
cpprun='ccache gcc -E'
@@ -648,7 +648,7 @@
gzip='gzip'
h_fcntl='false'
h_sysfile='true'
-hint='previous'
+hint='recommended'
hostcat='cat /etc/hosts'
html1dir=' '
html1direxp=''
@@ -755,9 +755,9 @@
inc_version_list_init='0'
incpath=''
inews=''
-initialinstalllocation='.../'
+initialinstalllocation='/home/nicholas/Sandpit/snap5.9.x-v5.15.3-174-g57a0fb1/bin'
installarchlib='.../../lib/perl5/5.15.3/x86_64-linux-thread-multi'
-installbin='.../'
+installbin='/home/nicholas/Sandpit/snap5.9.x-v5.15.3-174-g57a0fb1/bin'
installhtml1dir=''
installhtml3dir=''
installman1dir='.../../man/man1' (don't be confused - the above is not from the system I'm using to run I'm not (yet) sure what the correct fix is. Nicholas Clark Perl Info
|
The RT System itself - Status changed from 'new' to 'open' |
From @LeontOn Mon, May 27, 2013 at 2:23 AM, James E Keenan via RT
No, it is not. That one is about runtime behavior, not configure-time behavior Leon |
Migrated from rt.perl.org#100844 (status was 'open')
Searchable as RT100844$
The text was updated successfully, but these errors were encountered: