-
Notifications
You must be signed in to change notification settings - Fork 17
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
add missing files to directly configure #11
Open
CyrilleBonamy
wants to merge
4
commits into
sdsc:master
Choose a base branch
from
CyrilleBonamy:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…in the build directory
…ithout libtoolize and other linux command)
After configure, I type make and get this: CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.14 |
i have found that the problem is related to the version of aclocal : google/autofdo#57
The workaround is easy but i don't know how to add correctly the warning message in p3dfft code
To try in your environment just type :
aclocal -I . && autoheader && autoconf && automake --add-missing -c
and make again...
sorry for all the trouble...
…----- Mail original -----
De: "Dmitry Pekurovsky" <[email protected]>
À: "sdsc" <[email protected]>
Cc: "CYRILLE BONAMY" <[email protected]>, "Author" <[email protected]>
Envoyé: Samedi 28 Octobre 2017 01:07:37
Objet: Re: [sdsc/p3dfft] add missing files to directly configure (#11)
After configure, I type make and get this:
CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.14
/bin/sh: aclocal-1.14: command not found
make: *** [aclocal.m4] Error 127
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#11 (comment)
|
I am not sure how to deal with it, either. I imagine this issue will come
up for a number of users.
Can you think of a more general way, independent of the aclocal version?
Otherwise, unfortunately,
I will have revert back the latest commit for the time being.
By the way, I get another error:
make[2]: Entering directory `/home/dmitry/CyrilleBonamy/p3dfft/build'
/bin/sh ../libtool --tag=FC --mode=compile mpif90 -DHAVE_CONFIG_H -I.
-I.. -I/opt/fftw/3.3.4/intel/mvapich2_ib/include -DINTEL -DMEASURE -DFFTW
-g -c -o fft_spec.lo fft_spec.F90
libtool: Version mismatch error. This is libtool 2.4.2 Debian-2.4.2-1.11,
but the
libtool: definition of this LT_INIT comes from libtool 2.4.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
Debian-2.4.2-1.11
libtool: and run autoconf again.
make[2]: *** [fft_spec.lo] Error 63
…On Fri, Oct 27, 2017 at 4:36 PM, CyrilleBonamy ***@***.***> wrote:
i have found that the problem is related to the version of aclocal :
google/autofdo#57
The workaround is easy but i don't know how to add correctly the warning
message in p3dfft code
To try in your environment just type :
aclocal -I . && autoheader && autoconf && automake --add-missing -c
and make again...
sorry for all the trouble...
----- Mail original -----
De: "Dmitry Pekurovsky" ***@***.***>
À: "sdsc" ***@***.***>
Cc: "CYRILLE BONAMY" ***@***.***>, "Author" <
***@***.***>
Envoyé: Samedi 28 Octobre 2017 01:07:37
Objet: Re: [sdsc/p3dfft] add missing files to directly configure (#11)
After configure, I type make and get this:
CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.14
/bin/sh: aclocal-1.14: command not found
make: *** [aclocal.m4] Error 127
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#11 (comment)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AK73RgG1zSfThPYNgQ2hRMlBNsLlyuATks5swmj4gaJpZM4QJq0X>
.
|
I understand well that you need to revert back.
If i have some time in the next weeks, i will come back to propose to you a solution (if i found one...).
Sorry again.
…----- Mail original -----
De: "Dmitry Pekurovsky" <[email protected]>
À: "sdsc" <[email protected]>
Cc: "CYRILLE BONAMY" <[email protected]>, "Author" <[email protected]>
Envoyé: Samedi 28 Octobre 2017 02:25:43
Objet: Re: [sdsc/p3dfft] add missing files to directly configure (#11)
I am not sure how to deal with it, either. I imagine this issue will come
up for a number of users.
Can you think of a more general way, independent of the aclocal version?
Otherwise, unfortunately,
I will have revert back the latest commit for the time being.
By the way, I get another error:
make[2]: Entering directory `/home/dmitry/CyrilleBonamy/p3dfft/build'
/bin/sh ../libtool --tag=FC --mode=compile mpif90 -DHAVE_CONFIG_H -I.
-I.. -I/opt/fftw/3.3.4/intel/mvapich2_ib/include -DINTEL -DMEASURE -DFFTW
-g -c -o fft_spec.lo fft_spec.F90
libtool: Version mismatch error. This is libtool 2.4.2 Debian-2.4.2-1.11,
but the
libtool: definition of this LT_INIT comes from libtool 2.4.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
Debian-2.4.2-1.11
libtool: and run autoconf again.
make[2]: *** [fft_spec.lo] Error 63
On Fri, Oct 27, 2017 at 4:36 PM, CyrilleBonamy ***@***.***> wrote:
i have found that the problem is related to the version of aclocal :
google/autofdo#57
The workaround is easy but i don't know how to add correctly the warning
message in p3dfft code
To try in your environment just type :
aclocal -I . && autoheader && autoconf && automake --add-missing -c
and make again...
sorry for all the trouble...
----- Mail original -----
De: "Dmitry Pekurovsky" ***@***.***>
À: "sdsc" ***@***.***>
Cc: "CYRILLE BONAMY" ***@***.***>, "Author" <
***@***.***>
Envoyé: Samedi 28 Octobre 2017 01:07:37
Objet: Re: [sdsc/p3dfft] add missing files to directly configure (#11)
After configure, I type make and get this:
CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.14
/bin/sh: aclocal-1.14: command not found
make: *** [aclocal.m4] Error 127
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#11 (comment)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AK73RgG1zSfThPYNgQ2hRMlBNsLlyuATks5swmj4gaJpZM4QJq0X>
.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#11 (comment)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In the last push, i have miss 3 files...
sorry for that ..
updated note : i think it is ok... Finally yes...