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

Bug#461101: gdc: module stdio cannot read file 'std/stdio.d'



Package: gdc
Version: 4.1.2-12
Severity: important


myriam:~/Programmation/D % cat hello.d 
import std.stdio;
int main ()
{
    writefln("Hello world!");
    return 0;
}

myriam:~/Programmation/D % gdc hello.d
hello.d:1: module stdio cannot read file 'std/stdio.d'

And, indeed:

myriam:~/Programmation/D % locate stdio.d
myriam:~/Programmation/D % 

It seems something important was forgotten during the packaging :-)

myriam:~/Programmation/D % ls -l /usr/include/d/*     
lrwxrwxrwx 1 root root    3 Jan 16 16:10 /usr/include/d/4.1.3 -> 4.1

/usr/include/d/4.1:
total 4
-rw-r--r-- 1 root root 3079 Dec 10 22:48 object.d

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: sparc (sparc64)

Kernel: Linux 2.6.18-3-sparc64
Locale: LANG=C, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gdc depends on:
ii  gdc-4.1                    0.25-4.1.2-18 The D compiler

gdc recommends no packages.

-- no debconf information



Reply to: