[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SOLVED] Re: Problem mit sys/cdefs.h



Neue erkenntniss:

Sieht so aus, als war das Paket libc6-dev kaputt, denn

root@cq58:~# apt-get install libc6-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libc6-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Dann erzwingen wir mal ne neue installation:

root@cq58:~# apt-get --reinstall install libc6-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 2,665 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://ftp.de.debian.org/debian/ wheezy/main libc6-dev amd64 2.13-38+deb7u8 [2,665 kB]
Fetched 2,665 kB in 1s (1,457 kB/s)    
(Reading database ... 96742 files and directories currently installed.)
Preparing to replace libc6-dev:amd64 2.13-38+deb7u8 (using .../libc6-dev_2.13-38+deb7u8_amd64.deb) ...
Unpacking replacement libc6-dev:amd64 ...
Setting up libc6-dev:amd64 (2.13-38+deb7u8) ...

und kompilieren mal:

michelle.konzack@cq58:~/Developments/mfcj5910dw_cupswrapper_GPL_source_3.0.0-1/brcupsconfig$ make
gcc -c -pipe -Wall -W -O2  -o brcupsconfig.o brcupsconfig.c
brcupsconfig.c: In function -F�main�:
brcupsconfig.c:94:9: warning: variable �printer� set but not used [-Wunused-but-set-variable]
gcc  -o brcupsconfig brcupsconfig.o   

Na, kaputtes Debian Paket also...

Problem geloesst!

-- 
Michelle Konzack        ITSystems
GNU/Linux Developer     0033-6-61925193


Reply to: