Toon posts:

[Debian 2.4] make menuconfig error

Pagina: 1
Acties:

Verwijderd

Topicstarter
Zit beetje vast atm, stuit op een probleem met make menuconfig.
is zo'n beetje een frisse instalatie van Debian 2.4.18-bf, enige wat geinstalleerd is is apache/mysql/php/phpmyadmin/proftp/ssh

wat ik al geprobeerd heb:

code:
1
apt-get install gcc cpp make libc6


kwam ik ook niet verder mee,
toen maar even:

code:
1
apt-get dist-upgrade


maar nog steeds deze error:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
robbin@Xi:~/psybnc$ make menuconfig
Initializing Menu-Configuration
[*] Running Conversion Tool for older psyBNC Data.
tools/convconf.c:26:19: stdio.h: No such file or directory
tools/convconf.c:27:23: sys/types.h: No such file or directory
tools/convconf.c:28:24: sys/socket.h: No such file or directory
tools/convconf.c:29:19: netdb.h: No such file or directory
tools/convconf.c:30:20: stdlib.h: No such file or directory
tools/convconf.c:32:20: stdlib.h: No such file or directory
tools/convconf.c:33:20: unistd.h: No such file or directory
tools/convconf.c:34:19: fcntl.h: No such file or directory
tools/convconf.c:35:19: errno.h: No such file or directory
tools/convconf.c:36:22: sys/time.h: No such file or directory
tools/convconf.c:37:24: netinet/in.h: No such file or directory
tools/convconf.c:38:20: string.h: No such file or directory
tools/convconf.c:39:23: sys/types.h: No such file or directory
tools/convconf.c:40:22: sys/stat.h: No such file or directory
tools/convconf.c:41:23: arpa/inet.h: No such file or directory
tools/convconf.c:42:19: ctype.h: No such file or directory
tools/convconf.c:43:20: signal.h: No such file or directory
tools/convconf.c:44:19: errno.h: No such file or directory
tools/convconf.c:46: error: parse error before '*' token
tools/convconf.c: In function `cofile':
tools/convconf.c:51: error: `infile' undeclared (first use in this function)
tools/convconf.c:51: error: (Each undeclared identifier is reported only once
tools/convconf.c:51: error: for each function it appears in.)
tools/convconf.c:54: error: `NULL' undeclared (first use in this function)
tools/convconf.c:70: error: `ppo' undeclared (first use in this function)
tools/convconf.c:74: error: `outfile' undeclared (first use in this function)
tools/convconf.c:74: error: `fname' undeclared (first use in this function)
tools/convconf.c:81: warning: deprecated use of label at end of compound statement
tools/convconf.c: At top level:
tools/convconf.c:85: error: parse error before "FILE"
tools/convconf.c: In function `convertlist':
tools/convconf.c:92: error: `FILE' undeclared (first use in this function)
tools/convconf.c:92: error: `listfile' undeclared (first use in this function)
tools/convconf.c:93: error: `fil' undeclared (first use in this function)
tools/convconf.c:94: error: `NULL' undeclared (first use in this function)
tools/convconf.c:103: error: `parampattern' undeclared (first use in this function)
tools/convconf.c:104: error: `outfile' undeclared (first use in this function)
tools/convconf.c:104: error: `fname' undeclared (first use in this function)
tools/convconf.c:104: error: `section' undeclared (first use in this function)
tools/convconf.c: At top level:
tools/convconf.c:113: error: parse error before "FILE"
tools/convconf.c: In function `convertlists':
tools/convconf.c:117: error: `uid' undeclared (first use in this function)
tools/convconf.c:119: error: `outfile' undeclared (first use in this function)
tools/convconf.c: In function `main':
tools/convconf.c:140: error: `FILE' undeclared (first use in this function)
tools/convconf.c:140: error: `handle' undeclared (first use in this function)
tools/convconf.c:141: error: `fconfif' undeclared (first use in this function)
tools/convconf.c:153: error: `NULL' undeclared (first use in this function)
make: *** [menuconfig] Error 1
robbin@Xi:~/psybnc$


iemand enig idee welke package ik mis?

  • Warbringer
  • Registratie: Oktober 1999
  • Laatst online: 10:14
code:
1
apt-get install libncurses5-dev make gcc bin86 libc6-dev kernel-package


Ik dacht dat dit de vereiste waren voor make menuconfig..

I want to live forever, so far.. so good.


Verwijderd

Topicstarter
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Xi:/home/robbin/psybnc# apt-get install libncurses5-dev make gcc bin86 libc6-dev kernel-package
Reading Package Lists... Done
Building Dependency Tree... Done
make is already the newest version.
gcc is already the newest version.
The following extra packages will be installed:
  dpkg-dev linux-kernel-headers patch
Suggested packages:
  gnupg debian-keyring kernel-source libdb3-dev docbook-utils glibc-doc manpages-dev
The following NEW packages will be installed:
  bin86 dpkg-dev kernel-package libc6-dev libncurses5-dev linux-kernel-headers patch
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 5620kB of archives.
After unpacking 23.7MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ftp.nl.debian.org testing/main bin86 0.16.14-1.1 [82.1kB]
Get:2 http://ftp.nl.debian.org testing/main patch 2.5.9-2 [96.4kB]
Get:3 http://ftp.nl.debian.org testing/main dpkg-dev 1.10.23 [166kB]
Get:4 http://ftp.nl.debian.org testing/main linux-kernel-headers 2.5.999-test7-bk-16 [1377kB]
Get:5 http://ftp.nl.debian.org testing/main libc6-dev 2.3.2.ds1-13 [2535kB]
Get:6 http://ftp.nl.debian.org testing/main kernel-package 8.093 [325kB]
Get:7 http://ftp.nl.debian.org testing/main libncurses5-dev 5.4-4 [1038kB]
Fetched 5620kB in 22s (254kB/s)
Selecting previously deselected package bin86.
(Reading database ... 11347 files and directories currently installed.)
Unpacking bin86 (from .../bin86_0.16.14-1.1_i386.deb) ...
Selecting previously deselected package patch.
Unpacking patch (from .../patch_2.5.9-2_i386.deb) ...
Selecting previously deselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.10.23_all.deb) ...
Selecting previously deselected package linux-kernel-headers.
Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.5.999-test7-bk-16_i386.deb) ...
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.3.2.ds1-13_i386.deb) ...
Selecting previously deselected package kernel-package.
Unpacking kernel-package (from .../kernel-package_8.093_all.deb) ...
Selecting previously deselected package libncurses5-dev.
Unpacking libncurses5-dev (from .../libncurses5-dev_5.4-4_i386.deb) ...
Setting up bin86 (0.16.14-1.1) ...
Setting up patch (2.5.9-2) ...
Setting up dpkg-dev (1.10.23) ...
Setting up linux-kernel-headers (2.5.999-test7-bk-16) ...
Setting up libc6-dev (2.3.2.ds1-13) ...
Setting up kernel-package (8.093) ...
Setting up libncurses5-dev (5.4-4) ...
Xi:/home/robbin/psybnc#


en toen:

code:
1
2
3
4
5
6
7
8
9
robbin@Xi:~/psybnc/$ make menuconfig
Initializing Menu-Configuration
[*] Running Conversion Tool for older psyBNC Data.
tools/convconf.c: In function `cofile':
tools/convconf.c:81: warning: deprecated use of label at end of compound statement
/usr/bin/ld: cannot open output file tools/convconf: Permission denied
collect2: ld returned 1 exit status
make: *** [menuconfig] Error 1
robbin@Xi:~/psybnc$


maar dit is dus een lokaal probleempje, zo gefixed :)

tnx! nu op naar kde3.3 install :D

  • Warbringer
  • Registratie: Oktober 1999
  • Laatst online: 10:14
you're welcome :)

I want to live forever, so far.. so good.