Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Member
    Join Date
    Feb 2002
    Posts
    18

    Default buildapache.sea getting stuck

    When I try to run buildapache.sea it gets to this line and stops:
    make: Leaving directory `/root/buildapache/lxdialog'

    That's where it gets stuck, but it seems to have quite a few errors before that. Here's the full output:
    Uncompressing buildapache...................................................................................................................
    make: Entering directory `/root/buildapache/lxdialog'
    rm -f core *.o *~ lxdialog
    make: Leaving directory `/root/buildapache/lxdialog'
    make: Entering directory `/root/buildapache/lxdialog'
    gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -I/usr/include/ncurses -DCURSES_LOC=&&ncurses.h&& -c -o lxdialog.o lxdialog.c
    In file included from dialog.h:22,
    from lxdialog.c:22:
    /usr/include/sys/types.h:33: parse error before `u_char'
    /usr/include/sys/types.h:33: warning: data definition has no type or storage class
    /usr/include/sys/types.h:34: parse error before `u_short'
    /usr/include/sys/types.h:34: warning: data definition has no type or storage class
    /usr/include/sys/types.h:35: parse error before `u_int'
    /usr/include/sys/types.h:35: warning: data definition has no type or storage class
    /usr/include/sys/types.h:36: parse error before `u_long'
    /usr/include/sys/types.h:36: warning: data definition has no type or storage class
    /usr/include/sys/types.h:37: parse error before `quad_t'
    /usr/include/sys/types.h:37: warning: data definition has no type or storage class
    /usr/include/sys/types.h:38: parse error before `u_quad_t'
    /usr/include/sys/types.h:38: warning: data definition has no type or storage class
    /usr/include/sys/types.h:39: parse error before `fsid_t'
    /usr/include/sys/types.h:39: warning: data definition has no type or storage class
    /usr/include/sys/types.h:42: parse error before `loff_t'
    /usr/include/sys/types.h:42: warning: data definition has no type or storage class
    /usr/include/sys/types.h:46: parse error before `ino_t'
    /usr/include/sys/types.h:46: warning: data definition has no type or storage class
    /usr/include/sys/types.h:58: parse error before `dev_t'
    /usr/include/sys/types.h:58: warning: data definition has no type or storage class
    /usr/include/sys/types.h:63: parse error before `gid_t'
    /usr/include/sys/types.h:63: warning: data definition has no type or storage class
    /usr/include/sys/types.h:68: parse error before `mode_t'
    /usr/include/sys/types.h:68: warning: data definition has no type or storage class
    /usr/include/sys/types.h:73: parse error before `nlink_t'
    /usr/include/sys/types.h:73: warning: data definition has no type or storage class
    /usr/include/sys/types.h:78: parse error before `uid_t'
    /usr/include/sys/types.h:78: warning: data definition has no type or storage class
    /usr/include/sys/types.h:84: parse error before `off_t'
    /usr/include/sys/types.h:84: warning: data definition has no type or storage class
    /usr/include/sys/types.h:96: parse error before `pid_t'
    /usr/include/sys/types.h:96: warning: data definition has no type or storage class
    /usr/include/sys/types.h:101: parse error before `id_t'
    /usr/include/sys/types.h:101: warning: data definition has no type or storage class
    /usr/include/sys/types.h:105: parse error before `ssize_t'
    /usr/include/sys/types.h:105: warning: data definition has no type or storage class
    /usr/include/sys/types.h:110: parse error before `daddr_t'
    /usr/include/sys/types.h:110: warning: data definition has no type or storage class
    /usr/include/sys/types.h:111: parse error before `caddr_t'
    /usr/include/sys/types.h:111: warning: data definition has no type or storage class
    /usr/include/sys/types.h:115: parse error before `key_t'
    /usr/include/sys/types.h:115: warning: data definition has no type or storage class
    In file included from /usr/include/sys/types.h:122,
    from dialog.h:22,
    from lxdialog.c:22:
    /usr/include/time.h:71: parse error before `time_t'
    /usr/include/time.h:71: warning: data definition has no type or storage class
    In file included from /usr/include/sys/types.h:194,
    from dialog.h:22,
    from lxdialog.c:22:
    /usr/include/sys/select.h:48: parse error before `fd_mask'
    /usr/include/sys/select.h:48: warning: data definition has no type or storage class
    /usr/include/sys/select.h:51: parse error before `fd_set'
    /usr/include/sys/select.h:51: warning: data definition has no type or storage class
    /usr/include/sys/select.h:74: parse error before `__fd_set'
    /usr/include/sys/select.h:77: parse error before `__fd_set'
    In file included from dialog.h:22,
    from lxdialog.c:22:
    /usr/include/sys/types.h:203: parse error before `blkcnt_t'
    /usr/include/sys/types.h:203: warning: data definition has no type or storage class
    /usr/include/sys/types.h:204: parse error before `fsblkcnt_t'
    /usr/include/sys/types.h:204: warning: data definition has no type or storage class
    /usr/include/sys/types.h:205: parse error before `fsfilcnt_t'
    /usr/include/sys/types.h:205: warning: data definition has no type or storage class
    In file included from /usr/include/fcntl.h:33,
    from dialog.h:23,
    from lxdialog.c:22:
    /usr/include/bits/fcntl.h:113: parse error before `__off_t'
    /usr/include/bits/fcntl.h:113: warning: no semicolon at end of struct or union
    /usr/include/bits/fcntl.h:114: warning: data definition has no type or storage class
    /usr/include/bits/fcntl.h:119: parse error before `l_pid'
    /usr/include/bits/fcntl.h:119: warning: data definition has no type or storage class
    In file included from dialog.h:23,
    from lxdialog.c:22:
    /usr/include/fcntl.h:85: parse error before `__mode_t'
    /usr/include/fcntl.h:114: parse error before `__off_t'
    In file included from dialog.h:24,
    from lxdialog.c:22:
    /usr/include/unistd.h:277: parse error before `__lseek'
    /usr/include/unistd.h:277: parse error before `__off_t'
    /usr/include/unistd.h:277: warning: data definition has no type or storage class
    /usr/include/unistd.h:279: parse error before `lseek'
    /usr/include/unistd.h:279: parse error before `__off_t'
    /usr/include/unistd.h:279: warning: data definition has no type or storage class
    /usr/include/unistd.h:300: parse error before `__read'
    /usr/include/unistd.h:300: warning: data definition has no type or storage class
    /usr/include/unistd.h:301: parse error before `read'
    /usr/include/unistd.h:301: warning: data definition has no type or storage class
    /usr/include/unistd.h:304: parse error before `__write'
    /usr/include/unistd.h:304: warning: data definition has no type or storage class
    /usr/include/unistd.h:305: parse error before `write'
    /usr/include/unistd.h:305: warning: data definition has no type or storage class
    /usr/include/unistd.h:389: parse error before `__uid_t'
    /usr/include/unistd.h:394: parse error before `__uid_t'
    /usr/include/unistd.h:399: parse error before `__uid_t'
    In file included from dialog.h:24,
    from lxdialog.c:22:
    /usr/include/unistd.h:515: parse error before `__getpid'
    /usr/include/unistd.h:515: warning: data definition has no type or storage class
    /usr/include/unistd.h:516: parse error before `getpid'
    /usr/include/unistd.h:516: warning: data definition has no type or storage class
    /usr/include/unistd.h:519: parse error before `getppid'
    /usr/include/unistd.h:519: warning: data definition has no type or storage class
    /usr/include/unistd.h:524: parse error before `getpgrp'
    /usr/include/unistd.h:524: warning: data definition has no type or storage class
    /usr/include/unistd.h:534: parse error before `__getpgid'
    /usr/include/unistd.h:534: parse error before `__pid'
    /usr/include/unistd.h:534: warning: data definition has no type or storage class
    /usr/include/unistd.h:543: parse error before `__pid'
    /usr/include/unistd.h:544: parse error before `__pid'
    /usr/include/unistd.h:579: parse error before `setsid'
    /usr/include/unistd.h:579: warning: data definition has no type or storage class
    /usr/include/unistd.h:587: parse error before `getuid'
    /usr/include/unistd.h:587: warning: data definition has no type or storage class
    /usr/include/unistd.h:590: parse error before `geteuid'
    /usr/include/unistd.h:590: warning: data definition has no type or storage class
    /usr/include/unistd.h:593: parse error before `getgid'
    /usr/include/unistd.h:593: warning: data definition has no type or storage class
    /usr/include/unistd.h:596: parse error before `getegid'
    /usr/include/unistd.h:596: warning: data definition has no type or storage class
    /usr/include/unistd.h:601: parse error before `__gid_t'
    /usr/include/unistd.h:612: parse error before `__uid'
    /usr/include/unistd.h:617: parse error before `__ruid'
    /usr/include/unistd.h:622: parse error before `__uid'
    /usr/include/unistd.h:629: parse error before `__gid'
    /usr/include/unistd.h:634: parse error before `__rgid'
    /usr/include/unistd.h:639: parse error before `__gid'
    /usr/include/unistd.h:646: parse error before `__fork'
    /usr/include/unistd.h:646: warning: data definition has no type or storage class
    /usr/include/unistd.h:647: parse error before `fork'
    /usr/include/unistd.h:647: warning: data definition has no type or storage class
    /usr/include/unistd.h:654: parse error before `vfork'
    /usr/include/unistd.h:654: warning: data definition has no type or storage class
    /usr/include/unistd.h:698: parse error before `tcgetpgrp'
    /usr/include/unistd.h:698: warning: data definition has no type or storage class
    /usr/include/unistd.h:701: parse error before `__pid_t'
    In file included from dialog.h:24,
    from lxdialog.c:22:
    /usr/include/unistd.h:818: parse error before `__off_t'
    /usr/include/unistd.h:833: parse error before `__off_t'
    /usr/include/unistd.h:835: parse error before `__off_t'
    In file included from dialog.h:25,
    from lxdialog.c:22:
    /usr/include/ctype.h:76: parse error before `*'
    /usr/include/ctype.h:76: warning: data definition has no type or storage class
    /usr/include/ctype.h:77: parse error before `*'
    /usr/include/ctype.h:77: warning: data definition has no type or storage class
    In file included from /usr/include/string.h:346,
    from dialog.h:27,
    from lxdialog.c:22:
    /usr/include/bits/string2.h:396: parse error before `__uint16_t'
    /usr/include/bits/string2.h:400: parse error before `__uint16_t'
    /usr/include/bits/string2.h:403: warning: function declaration isn't a prototype
    /usr/include/bits/string2.h: In function `__strcpy_small':
    /usr/include/bits/string2.h:405: parse error before `__uint32_t'
    /usr/include/bits/string2.h:405: warning: no semicolon at end of struct or union
    /usr/include/bits/string2.h:406: `__uint16_t' undeclared (first use in this function)
    /usr/include/bits/string2.h:406: (Each undeclared identifier is reported only once
    /usr/include/bits/string2.h:406: for each function it appears in.)
    /usr/include/bits/string2.h:407: warning: unused variable `__uc'
    /usr/include/bits/string2.h:408: warning: control reaches end of non-void function
    /usr/include/bits/string2.h: At top level:
    /usr/include/bits/string2.h:408: `__dest' undeclared here (not in a function)
    /usr/include/bits/string2.h:408: warning: data definition has no type or storage class
    /usr/include/bits/string2.h:409: parse error before `switch'
    /usr/include/bits/string2.h:419: conflicting types for `__u'
    /usr/include/bits/string2.h:408: previous declaration of `__u'
    /usr/include/bits/string2.h:419: warning: initialization makes integer from pointer without a cast
    /usr/include/bits/string2.h:419: initializer element is not constant
    /usr/include/bits/string2.h:419: warning: data definition has no type or storage class
    /usr/include/bits/string2.h:420: parse error before `-&'
    /usr/include/bits/string2.h:427: redefinition of `__u'
    /usr/include/bits/string2.h:419: `__u' previously defined here
    /usr/include/bits/string2.h:427: warning: initialization makes integer from pointer without a cast
    /usr/include/bits/string2.h:427: initializer element is not constant
    /usr/include/bits/string2.h:427: warning: data definition has no type or storage class
    /usr/include/bits/string2.h:428: parse error before `-&'
    /usr/include/bits/string2.h:432: redefinition of `__u'
    /usr/include/bits/string2.h:427: `__u' previously defined here
    /usr/include/bits/string2.h:432: warning: initialization makes integer from pointer without a cast
    /usr/include/bits/string2.h:432: initializer element is not constant
    /usr/include/bits/string2.h:432: warning: data definition has no type or storage class
    /usr/include/bits/string2.h:433: parse error before `-&'
    /usr/include/bits/string2.h:437: redefinition of `__u'
    /usr/include/bits/string2.h:432: `__u' previously defined here
    /usr/include/bits/string2.h:437: warning: initialization makes integer from pointer without a cast
    /usr/include/bits/string2.h:437: initializer element is not constant
    /usr/include/bits/string2.h:437: warning: data definition has no type or storage class
    /usr/include/bits/string2.h:438: parse error before `-&'
    /usr/include/bits/string2.h:439: redefinition of `__u'
    /usr/include/bits/string2.h:437: `__u' previously defined here
    /usr/include/bits/string2.h:439: warning: initialization makes integer from pointer without a cast
    /usr/include/bits/string2.h:439: initializer element is not constant
    /usr/include/bits/string2.h:439: warning: data definition has no type or storage class
    /usr/include/bits/string2.h:440: parse error before `-&'
    /usr/include/bits/string2.h:444: redefinition of `__u'
    /usr/include/bits/string2.h:439: `__u' previously defined here
    /usr/include/bits/string2.h:444: warning: initialization makes integer from pointer without a cast
    /usr/include/bits/string2.h:444: initializer element is not constant
    /usr/include/bits/string2.h:444: warning: data definition has no type or storage class
    /usr/include/bits/string2.h:445: parse error before `-&'
    In file included from /usr/include/stdio.h:57,
    from /usr/include/ncurses/ncurses.h:70,
    from dialog.h:29,
    from lxdialog.c:22:
    /usr/include/libio.h:214: parse error before `__off_t'
    /usr/include/libio.h:214: warning: no semicolon at end of struct or union
    /usr/include/libio.h:233: parse error before `_offset'
    /usr/include/libio.h:233: warning: data definition has no type or storage class
    /usr/include/libio.h:237: parse error before `}'
    /usr/include/libio.h:262: parse error before `__io_read_fn'
    /usr/include/libio.h:263: warning: data definition has no type or storage class
    /usr/include/libio.h:271: parse error before `__io_write_fn'
    /usr/include/libio.h:272: warning: data definition has no type or storage class
    /usr/include/libio.h:280: parse error before `__off_t'
    /usr/include/libio.h:367: parse error before `_IO_padn'
    /usr/include/libio.h:367: parse error before `__ssize_t'
    /usr/include/libio.h:367: warning: data definition has no type or storage class
    /usr/include/libio.h:370: parse error before `_IO_seekoff'
    /usr/include/libio.h:370: parse error before `__off64_t'
    /usr/include/libio.h:370: warning: data definition has no type or storage class
    /usr/include/libio.h:371: parse error before `_IO_seekpos'
    /usr/include/libio.h:371: parse error before `__off64_t'
    /usr/include/libio.h:371: warning: data definition has no type or storage class
    In file included from /usr/include/ncurses/ncurses.h:70,
    from dialog.h:29,
    from lxdialog.c:22:
    /usr/include/stdio.h:61: parse error before `fpos_t'
    /usr/include/stdio.h:61: warning: data definition has no type or storage class
    In file included from /usr/include/ncurses/ncurses.h:70,
    from dialog.h:29,
    from lxdialog.c:22:
    /usr/include/stdio.h:500: parse error before `fpos_t'
    /usr/include/stdio.h:502: parse error before `*'
    /usr/include/bits/stdio.h: In function `getc_unlocked':
    In file included from /usr/include/stdio.h:635,
    from /usr/include/ncurses/ncurses.h:70,
    from dialog.h:29,
    from lxdialog.c:22:
    /usr/include/bits/stdio.h:51: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:51: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:51: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:52: warning: control reaches end of non-void function
    /usr/include/bits/stdio.h: In function `getchar_unlocked':
    /usr/include/bits/stdio.h:58: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:58: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:58: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:59: warning: control reaches end of non-void function
    /usr/include/bits/stdio.h: In function `fputc_unlocked':
    /usr/include/bits/stdio.h:76: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:76: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:76: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:77: warning: control reaches end of non-void function
    /usr/include/bits/stdio.h: In function `putc_unlocked':
    /usr/include/bits/stdio.h:86: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:86: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:86: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:87: warning: control reaches end of non-void function
    /usr/include/bits/stdio.h: In function `putchar_unlocked':
    /usr/include/bits/stdio.h:93: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:93: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:93: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:94: warning: control reaches end of non-void function
    /usr/include/bits/stdio.h: In function `feof_unlocked':
    /usr/include/bits/stdio.h:113: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:114: warning: control reaches end of non-void function
    /usr/include/bits/stdio.h: In function `ferror_unlocked':
    /usr/include/bits/stdio.h:120: dereferencing pointer to incomplete type
    /usr/include/bits/stdio.h:121: warning: control reaches end of non-void function
    make: *** [lxdialog.o] Error 1

  2. #2
    cPanel Test Bitch
    Join Date
    Feb 2002
    Location
    Boston MA
    Posts
    596

    Default

    Do a search on the forum for &fix header& of course without the quotes.

  3. #3
    Member
    Join Date
    Feb 2002
    Posts
    18

    Default

    Thanks, that seems to have helped.

  4. #4
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Aug 2001
    Posts
    22

    Unhappy same problem

    Sorry, i am stuck with the same problem, and i cant find the article you are referring to doing that search!!

Similar Threads & Tags
Similar threads

  1. buildapache.sea HELP!!
    By TioChaharbaghi in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 04-23-2003, 12:27 PM
  2. buildapache.sea ?
    By NetGeek in forum cPanel and WHM Discussions
    Replies: 8
    Last Post: 02-22-2003, 08:29 PM
  3. Buildapache.sea
    By E3000 in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 11-23-2002, 11:16 AM
  4. BuildApache.sea HELP!!
    By oSM in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 07-13-2002, 07:25 AM
  5. new buildapache.sea
    By HOSTFORWEB in forum cPanel and WHM Discussions
    Replies: 7
    Last Post: 03-02-2002, 01:36 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube