Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: dev

fedora compile. error: sys/sem.h: No such file or directory

 

 

Cherokee dev RSS feed   Index | Next | Previous | View Threaded


williamottley at gmail

Sep 24, 2009, 6:24 PM

Post #1 of 7 (942 views)
Permalink
fedora compile. error: sys/sem.h: No such file or directory

I'm trying to do a windows compile in Fedora 11.
Can anyone tell me what I did wrong, or maybe I'm missing something?

I'm using cherokee-0.99.24, and using:

mingw32-gcc-4.4.0-0.7
pthreads-2.8.0-8

ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes ./configure
--host=i686-pc-mingw32 --prefix=/usr/i686-pc-mingw32/bin --disable-readdir_r
--disable-tls --enable-static-module=all --enable-trace --enable-static
--enable-shared=no --enable-beta CC=i686-pc-mingw32-gcc


In file included from ./common-internal.h:32,
from pcre/pcre_internal.h:49,
from pcre/pcre_try_flipped.c:47:
./unix4win32.h:82:1: warning: this is the location of the previous
definition
In file included from pcre/pcre_internal.h:49,
from pcre/pcre_try_flipped.c:47:
./common-internal.h:93:21: error: sys/ipc.h: No such file or directory
./common-internal.h:94:21: error: sys/sem.h: No such file or directory
make[2]: *** [pcre_try_flipped.lo] Error 1
make[2]: Leaving directory `/home/william/cherokee-0.99.24/cherokee'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/william/cherokee-0.99.24'
make: *** [all] Error 2


stefan at konink

Sep 25, 2009, 2:40 AM

Post #2 of 7 (913 views)
Permalink
Re: fedora compile. error: sys/sem.h: No such file or directory [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

William Ottley schreef:
> close... but didn't work. I now get this error:

I did not modify anything else than the patch :)


Stefan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREKAAYFAkq8kBUACgkQYH1+F2Rqwn1/GACeOtEque+h95TM0+wy2YNsP+/M
YC8An2dwpQmxIkncX4uheNJkzadwJPsq
=yjE3
-----END PGP SIGNATURE-----
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


taher at unixwars

Sep 25, 2009, 7:33 AM

Post #3 of 7 (911 views)
Permalink
Re: fedora compile. error: sys/sem.h: No such file or directory [In reply to]

asciidoc needs Python to build the documentation. Is it available in
your system?

William Ottley wrote:
> close... but didn't work. I now get this error:
>
> make[2]: Entering directory `/home/william/cherokee-0.99.24/doc'
> make[2]: *** No rule to make target `index.html', needed by `all-am'.
> Stop.
> make[2]: Leaving directory `/home/william/cherokee-0.99.24/doc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/william/cherokee-0.99.24'
> make: *** [all] Error 2


--
taher [at] unixwars
http://unixwars.com/

_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


williamottley at gmail

Sep 25, 2009, 10:34 AM

Post #4 of 7 (907 views)
Permalink
Re: fedora compile. error: sys/sem.h: No such file or directory [In reply to]

I have just did an install of fedora 11.
so not to sure if it was included in the install.

I verified that asciidoc was not installed
I installed it, still have the same error
I have Python installed.
do I need Python development libraries as well?

On Fri, Sep 25, 2009 at 10:33 AM, Taher Shihadeh <taher [at] unixwars> wrote:

> asciidoc needs Python to build the documentation. Is it available in your
> system?
>
>
> William Ottley wrote:
>
>> close... but didn't work. I now get this error:
>>
>> make[2]: Entering directory `/home/william/cherokee-0.99.24/doc'
>> make[2]: *** No rule to make target `index.html', needed by `all-am'.
>> Stop.
>> make[2]: Leaving directory `/home/william/cherokee-0.99.24/doc'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/home/william/cherokee-0.99.24'
>> make: *** [all] Error 2
>>
>
>
> --
> taher [at] unixwars
> http://unixwars.com/
>
>


taher at unixwars

Sep 28, 2009, 1:09 AM

Post #5 of 7 (896 views)
Permalink
Re: fedora compile. error: sys/sem.h: No such file or directory [In reply to]

William Ottley wrote:
> I have just did an install of fedora 11.
> so not to sure if it was included in the install.
>
> I verified that asciidoc was not installed
> I installed it, still have the same error

I thought we were talking about building it under Windows (MinGW, MSYS,
etc).
Asciidoc is distributed with the documentation since it is used to
compile it. However, I don't know how the "#!/usr/bin/env python" lines
react under Windows.

If your compilation issues are related to this, maybe you could try
another makefile target instead of all-am. Try running make within the
trunk/cherokee directory to see how the binaries react. I guess Stefan's
patches will work for that part.

> I have Python installed.
> do I need Python development libraries as well?
No. No python dev libs needed, AFAICT.

--
taher [at] unixwars
http://unixwars.com/

_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


williamottley at gmail

Sep 28, 2009, 5:29 AM

Post #6 of 7 (896 views)
Permalink
Re: fedora compile. error: sys/sem.h: No such file or directory [In reply to]

Ok i'll try and do it that way with the fedora.
I've also installed gentoo recently to see if I can cross-compile that way
as well (I'm trying to get a windows compile)...

thanks for your help!

On Mon, Sep 28, 2009 at 4:09 AM, Taher Shihadeh <taher [at] unixwars> wrote:

> William Ottley wrote:
>
>> I have just did an install of fedora 11.
>> so not to sure if it was included in the install.
>>
>> I verified that asciidoc was not installed
>> I installed it, still have the same error
>>
>
> I thought we were talking about building it under Windows (MinGW, MSYS,
> etc).
> Asciidoc is distributed with the documentation since it is used to compile
> it. However, I don't know how the "#!/usr/bin/env python" lines react under
> Windows.
>
> If your compilation issues are related to this, maybe you could try another
> makefile target instead of all-am. Try running make within the
> trunk/cherokee directory to see how the binaries react. I guess Stefan's
> patches will work for that part.
>
> I have Python installed.
>> do I need Python development libraries as well?
>>
> No. No python dev libs needed, AFAICT.
>
>
> --
> taher [at] unixwars
> http://unixwars.com/
>
>


williamottley at gmail

Oct 1, 2009, 7:22 PM

Post #7 of 7 (882 views)
Permalink
Re: fedora compile. error: sys/sem.h: No such file or directory [In reply to]

Hi all,

Well I'm now at the exact spot I was with Fedora 11.
I took Stefan's advice, and installed the patch.
I was now able to make, without the first error: sys/ipc.h: No such file or
directory

I then got stopped at the second error, which was complaining to compile the
index.html files.

I'm in the directory:/root/cherokee-0.99.24

and type in make.

I was told by Taher to "make within the trunk/cherokee directory"

but not to sure exactly what I should do.

Thanks Taher and Stefan, but i'm now stuck.....

any help?

thanks!

Will


On Mon, Sep 28, 2009 at 8:29 AM, William Ottley <williamottley [at] gmail>wrote:

> Ok i'll try and do it that way with the fedora.
> I've also installed gentoo recently to see if I can cross-compile that way
> as well (I'm trying to get a windows compile)...
>
> thanks for your help!
>
>
> On Mon, Sep 28, 2009 at 4:09 AM, Taher Shihadeh <taher [at] unixwars>wrote:
>
>> William Ottley wrote:
>>
>>> I have just did an install of fedora 11.
>>> so not to sure if it was included in the install.
>>>
>>> I verified that asciidoc was not installed
>>> I installed it, still have the same error
>>>
>>
>> I thought we were talking about building it under Windows (MinGW, MSYS,
>> etc).
>> Asciidoc is distributed with the documentation since it is used to compile
>> it. However, I don't know how the "#!/usr/bin/env python" lines react under
>> Windows.
>>
>> If your compilation issues are related to this, maybe you could try
>> another makefile target instead of all-am. Try running make within the
>> trunk/cherokee directory to see how the binaries react. I guess Stefan's
>> patches will work for that part.
>>
>> I have Python installed.
>>> do I need Python development libraries as well?
>>>
>> No. No python dev libs needed, AFAICT.
>>
>>
>> --
>> taher [at] unixwars
>> http://unixwars.com/
>>
>>
>

Cherokee dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.