Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1785 (closed defect: wontfix)

Opened 3 years ago

Last modified 3 years ago

warnings from build/library/build.sh (Posix)

Reported by: mwarning Assigned to: fawzi
Priority: minor Milestone: 0.99.9
Component: Tango Version: 0.99.8 Sean
Keywords: Cc:

Description

Tango r5149

./build.sh --no-install-libs

[..]

Linux, x86-64

revision: io.Buffer functionality has been split into io.stream.Buffered and io.device.Array - use the former for streaming, and the latter for memory IO
/home/mwarning/trunk/build/library/../../build/library/objs-linux-x86_64-dmd-opt/intermediate.rule:287: warning: overriding commands for target `.d'
/home/mwarning/trunk/build/library/../../build/library/objs-linux-x86_64-dmd-opt/intermediate.rule:107: warning: ignoring old commands for target `.d'
ar: creating tango-user.a
find: warning: Unix filenames usually don't contain slashes (though pathnames do).  That means that '-name `*/cluster'' will probably evaluate to false all the time on this system.  You might find the '-wholename' test more useful, or perhaps '-samefile'.  Alternatively, if you are using GNU grep, you could use 'find ... -print0 | grep -FzZ `*/cluster''.
find: warning: Unix filenames usually don't contain slashes (though pathnames do).  That means that '-name `*/cluster'' will probably evaluate to false all the time on this system.  You might find the '-wholename' test more useful, or perhaps '-samefile'.  Alternatively, if you are using GNU grep, you could use 'find ... -print0 | grep -FzZ `*/cluster''.
/home/mwarning/trunk/build/library/../../build/library/objs-linux-x86_64-dmd-dbg/intermediate.rule:287: warning: overriding commands for target `.d'
/home/mwarning/trunk/build/library/../../build/library/objs-linux-x86_64-dmd-dbg/intermediate.rule:107: warning: ignoring old commands for target `.d'
XXX using the architecture file /home/mwarning/trunk/build/library/../../build/arch/linux-x86_64-dmd-dbg.mak
/home/mwarning/trunk/build/library/../../build/library/objs-linux-x86_64-dmd-dbg/intermediate.rule:287: warning: overriding commands for target `.d'
/home/mwarning/trunk/build/library/../../build/library/objs-linux-x86_64-dmd-dbg/intermediate.rule:107: warning: ignoring old commands for target `.d'

FreeBSD, x86-32

/root/trunk/build/library/../../build/library/objs-freebsd-i386-dmd-opt/intermediate.rule:1057: warning: overriding commands for target `.d'
/root/trunk/build/library/../../build/library/objs-freebsd-i386-dmd-opt/intermediate.rule:727: warning: ignoring old commands for target `.d'
/root/trunk/build/library/../../build/library/objs-freebsd-i386-dmd-opt/intermediate.rule:1057: warning: overriding commands for target `.d'
/root/trunk/build/library/../../build/library/objs-freebsd-i386-dmd-opt/intermediate.rule:727: warning: ignoring old commands for target `.d'
/root/trunk/build/library/../../build/library/objs-freebsd-i386-dmd-opt/intermediate.rule:1057: warning: overriding commands for target `.d'
/root/trunk/build/library/../../build/library/objs-freebsd-i386-dmd-opt/intermediate.rule:727: warning: ignoring old commands for target `.d'
XXX using the architecture file /root/trunk/build/library/../../build/arch/freebsd-i386-dmd-opt.mak
/root/trunk/build/library/../../build/library/objs-freebsd-i386-dmd-opt/intermediate.rule:1057: warning: overriding commands for target `.d'
/root/trunk/build/library/../../build/library/objs-freebsd-i386-dmd-opt/intermediate.rule:727: warning: ignoring old commands for target `.d'

(On FreeBSD, build.sh also tries to compile windows code and aborts)

Change History

11/16/09 13:08:26 changed by larsivi

  • owner changed from kris to fawzi.

In the places where bob works, I don't expect us to support build.sh very aggressively.

11/24/09 17:32:13 changed by mwarning

  • priority changed from major to minor.

11/24/09 17:37:41 changed by larsivi

  • status changed from new to closed.
  • resolution set to wontfix.