DD1984 / sockperf

Automatically exported from code.google.com/p/sockperf
Other
1 stars 0 forks source link

autogen.sh should create config/aux #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Build from clean checkout (sockperf_v2 branch)
2. autogen.ch fails trying to write to config/aux/

What is the expected output? What do you see instead?

Expected successful build. Works after manually creating the directory

What version of the product are you using? On what operating system?

Linux

Please provide any additional information below.

To fix, change the following line in autogen.sh:

-mkdir -p config/m4
+mkdir -p config/m4 config/aux

Regards,

--
Thomas

Original issue reported on code.google.com by tgu...@gmail.com on 31 Dec 2014 at 6:47

GoogleCodeExporter commented 9 years ago
Thanks Thomas,
I pushed your patch.
Can you tell me on which flavor are you running?
On my RH and Ubuntu machines, the aux directory is created automatically.

Original comment by orkmella...@gmail.com on 31 Dec 2014 at 7:32

GoogleCodeExporter commented 9 years ago
It's RHEL 6.2, but the specific environment is highly customized. The autotools 
and compilers (amongst others) come from a network location supporting multiple 
platforms.

Thanks

Original comment by tgu...@gmail.com on 2 Jan 2015 at 3:10

GoogleCodeExporter commented 9 years ago
Actually it's likely related to svnversion command missing on the build host. I 
guess the command is somehow involved in the directory creation.

Regards,

Original comment by tgu...@gmail.com on 2 Jan 2015 at 5:54