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

Ticket #1013 (closed task: fixed)

Opened 16 years ago

Last modified 16 years ago

tango.group

Reported by: kris Assigned to: kris
Priority: normal Milestone: 1.0
Component: Packaging Version: 0.99.5 Jascha
Keywords: opinion Cc:

Description

Here's a place to attach your usage of tango.group imports, via the "attach file" option below:

Change History

03/30/08 20:07:49 changed by kris

  • priority changed from major to normal.

04/18/08 05:02:25 changed by kris

  • milestone changed from 0.99.6 to 1.0.

04/22/08 05:14:10 changed by rrichardson

Got this message when building libgtango.a on fedora 9 on an amd 64 from tango trunk:

Please post your usage of tango.group to this ticket: http://dsource.org/projects/tango/ticket/1013

so here I am.

(follow-up: ↓ 5 ) 04/25/08 18:52:18 changed by tdimiduk

Also got this message on fedora 9 on an amd 64, so consider my usage reported

(in reply to: ↑ 4 ) 04/25/08 18:56:16 changed by tdimiduk

Default prefix /usr/local is unwritable, using /home/tgd8/d instead. text.d => text Building is not working properly though, just tried to compile a hello world application and it fails with the following error: + /usr/local/bin/rebuild -Idsss_imports/ -I. -S./ -I/home/tgd8/d/include/d -S/home/tgd8/d/lib/ -I/usr/local/include/d -S/usr/local/lib -I/home/tgd8/d/include/d -S/home/tgd8/d/lib -oqdsss_objs/G text.d -oftext /home/tgd8/d/lib//libDG-tango-io.a(tango.io.Conduit.o): In function `_D5tango2io7Conduit7Conduit5errorMFAaZv': Conduit.d:(.text+0x180): undefined reference to `_D5tango4core9Exception11IOException7ClassZ' Conduit.d:(.text+0x195): undefined reference to `_D5tango4core9Exception11IOException5_ctorMFAaZC5tango4core9Exception11IOException' /home/tgd8/d/lib//libDG-tango-io.a(tango.io.Buffer.o): In function `_D5tango2io6Buffer6Buffer5errorMFAaZv': Buffer.d:(.text+0x17d9): undefined reference to `_D5tango4core9Exception11IOException7ClassZ' Buffer.d:(.text+0x17ee): undefined reference to `_D5tango4core9Exception11IOException5_ctorMFAaZC5tango4core9Exception11IOException' collect2: ld returned 1 exit status Command /usr/local/bin/rebuild returned with code 65280, aborting. Error: Command failed, aborting.

04/25/08 20:11:23 changed by larsivi

rrichardson and tdimiduk: this message was meant for those using tango.group modules in their applications ...

tdimiduk: Your second message is irrelevant for this ticket - please see this for a possible solution.

05/07/08 17:35:34 changed by larsivi

I noticed today that tango.group.time is used in DDBI in dbi.PreparedStatement, committed by Aaron.

05/24/08 23:39:59 changed by larsivi

  • keywords set to opinion.

06/10/08 15:47:53 changed by kris

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

this is scheduled to be removed

08/30/08 20:24:16 changed by dhasenan

dunit used to use tango.group.convert, and the pragma msg is sufficiently annoying that I'm removing this dependency. Were it not for that, I would still use tango.group.convert.

08/30/08 20:51:55 changed by larsivi

On the topic of tango.group.convert - won't tango.util.Convert do much of the same in that particular case?