Bug#526710: Bug #526710: The substructures don't open automatically.

2009-10-16 Thread Daniel Moerner
Hi,

The substructures are there, they just don't open automatically when you
open the Compiler structure:

d...@skynet:~ $ sml

Standard ML of New Jersey v110.69 [built: Sun Jun  7 19:18:24 2009]

- open Compiler;

[autoloading]

[autoloading done]

opening Compiler

  val version : {date:string, system:string, version_id:int list}

  val architecture : string

- open Stats;

[autoloading]
[autoloading done]
opening Stats
  type stat
  type counter
  val newCounter : counter list -> counter
  val getCounter : counter -> int
  val addCounter : counter -> int -> unit
  val newStat : string * counter list -> stat
  val getStat : stat -> int
  val registerStat : stat -> unit
  val makeStat : string -> stat
  val addStat : stat -> int -> unit
  type phase
  val makePhase : string -> phase
  val doPhase : phase -> ('a -> 'b) -> 'a -> 'b
  val keepTime : bool ref
  val approxTime : bool ref
  val sayBegin : bool ref
  val sayEnd : bool ref
  val summary : unit -> unit
  val summarySp : unit -> unit
  val reset : unit -> unit

So I have two questions:

First, I don't see an upstream bug report about this. What was their
response?

Second, is this really a bug? It seems like a feature that opening
Compiler doesn't open all of these other structures, and instead as a
user you have the ability to choose which ones to open.

Regards,
Daniel



signature.asc
Description: OpenPGP digital signature


O TGV é essencial para Portugal?

2009-10-16 Thread Questionário
 - This mail is a HTML mail. Not all elements could be shown in plain text 
mode. -

TGV2
Caso nao visualize correctamente este e-mail, por favor clique
aqui
O TGV é essencial para Portugal?
A
nicequest
convida-o (a) a dar-nos a sua opinião e participar no sorteio de um iPod Touch.
Para começar o inquérito clique no botão abaixo:
Se o botão não funcionar, copie e cole o seguinte URL no seu navegador:
http://netquest.es/ppi/portal-ppi/ntq_pt/redir_2.html?tduid=ncq013
- Promoção válida até o fim das existências -
Se for selecionado entre todos os participantes a fazer parte da
nicequest
, damos-lhe um filme em DVD se completar o questionário de registo.
Caso nao deseje voltar a receber campanhas publicitarias neste endereco de 
e-mail, por favor
clique aqui


Bug#514222: New package is ready (but not uploaded yet)

2009-10-16 Thread Enrico Zini
Hello,

The new packages for TurboGears 1.1 are ready (thanks to Federico
Ceratto) at svn://svn.debian.org/python-modules/packages/turbogears/trunk

They require the new tgmochikit module packaged (still thanks to
Federico Ceratto) at 
svn://svn.debian.org/python-modules/packages/tgmochikit/trunk

tgmochikit has been uploaded but is now waiting in NEW. Once tgmochikit
will pass NEW, I'll proceed to upload Federico's package of TurboGears
1.1 that will be finally useable in sid and squeeze.


Ciao,

Enrico

-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini 


signature.asc
Description: Digital signature


Processed: tagging 527219

2009-10-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 527219 + pending
Bug #527219 [python-turbogears] broken (internal) dependency on turbojson: 
quickstart fails
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: tagging 515745

2009-10-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 515745 + pending
Bug #515745 [python-turbogears] Also missing TurboCheetah dependency
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: tagging 514222

2009-10-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 514222 + pending
Bug #514222 [python-turbogears] python-turbogears: 
pkg_resources.require("TurboGears") fails
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#303840: marked as done (bsdmainutils: [ul] 'ul' doesn't underline)

2009-10-16 Thread Debian Bug Tracking System
Your message dated Fri, 16 Oct 2009 20:16:56 +0200
with message-id <20091016181656.ga5...@feivel.credativ.lan>
and subject line Works nicely
has caused the Debian Bug report #303840,
regarding bsdmainutils: [ul] 'ul' doesn't underline
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
303840: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=303840
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bsdmainutils
Version: 6.0.17
Severity: normal


On my system 'ul' doesn't underline any text.

  % echo hello | ul
  hello # no underline.

...but the terminal can do it with 'echo':

  % echo -e "\033[38mhello\033[39m"
  hello # underlined nicely, but I can't show it in 7-bit ASCII.

The 'ul' man page says the 'TERM' variable plays a role:

  % man ul | grep -A 4 -n "TERM var"
  34: TERM  The TERM variable is used to relate a tty device with its device
  35-   capability description (see termcap(5)).  TERM is set at login
  36-   time, either by the default terminal type specified in 
/etc/ttys or
  37-   as set during the login process by the user in their login file
  38-   (see environ(7)).

On my xterm TERM is:

  %echo $TERM
  xterm

...perhaps that's wrong?  But the man page is vague as to what TERM
might or should be set to.  It also recommends man pages such as
'termcap(5)', (which is Greek to me), and 'environ(7)' which unhelpfully
says:

  % man environ | grep -n "terminal type"
  46:   TERM   The terminal type for which output is to be prepared.

...less than 'man ul' said.

And so I'm unable to tell if:

  1) my system is misconfigured. In which case 'man ul' should include
 some common TERM examples for mixed-up users.

  2) 'ul' is buggy.

If it matters, I've tried 'ul' (without success) from a console
(TERM=linux), 'gnome-terminal' and 'xterm', (TERM=xterm).  


Hope this helps...


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages bsdmainutils depends on:
ii  bsdutils1:2.12p-4Basic utilities from 4.4BSD-Lite
ii  debconf [debconf-2.0]   1.4.47   Debian configuration management sy
ii  debianutils 2.13.2   Miscellaneous utilities specific t
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand

-- debconf information:
  bsdmainutils/calendar_lib_is_not_empty:
  bsdmainutils/calendar_config_moved:

--- End Message ---
--- Begin Message ---
This works nicely at least with fairly up-to-date ul versions:

mich...@feivel:~$ echo -e "a\b_"|ul|hexdump -C
  1b 5b 34 6d 61 1b 5b 32  34 6d 0a |.[4ma.[24m.|
000b

Please keep in mind that ul is supposed to read ol lineprinter files and
translate them to your terminal, i.e. to underline you have to print the text,
then backspace and re-print with underscores.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo/Skype: michaelmeskes, Jabber: mes...@jabber.org
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!

--- End Message ---


Bug#547866: Fix for this bug

2009-10-16 Thread Kumar Appaiah
> > Please find attached a fix for this bug. Carl, should you require
> > sponsoring, you can ask your regular sponsor in the Python team, or I
> > shall be glad to do it.
> > 
> > If no upload happens in a week, I'll do a QA upload to fix this bug.
> 
> My new package (dh7, tiny.rules) is almost ready, I'll submit it to my
> sponsor this week end and it hopefully will be uploaded soon. This
> upload will solve the issue with python2.6.

Dear Carl,

Nice of you to let me know. I guess you will have a sponsor already;
if not, I can sponsor the package for you.

Thanks!

Kumar



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#547866: Fix for this bug

2009-10-16 Thread Carl Chenet
Le lundi 12 octobre 2009 à 17:22 -0500, Kumar Appaiah a écrit :
> tags 547866 + patch
> thanks
> 
> Hi!
> 
> Please find attached a fix for this bug. Carl, should you require
> sponsoring, you can ask your regular sponsor in the Python team, or I
> shall be glad to do it.
> 
> If no upload happens in a week, I'll do a QA upload to fix this bug.
> 
> Thanks!
> 
> Kumar

Hi Kumar,

My new package (dh7, tiny.rules) is almost ready, I'll submit it to my
sponsor this week end and it hopefully will be uploaded soon. This
upload will solve the issue with python2.6.

Bye,
-- 
Carl






--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processing of trousers_0.3.2-5_amd64.changes

2009-10-16 Thread Archive Administrator
trousers_0.3.2-5_amd64.changes uploaded successfully to localhost
along with the files:
  trousers_0.3.2-5.dsc
  trousers_0.3.2-5.diff.gz
  trousers_0.3.2-5_amd64.deb
  trousers-dbg_0.3.2-5_amd64.deb
  libtspi1_0.3.2-5_amd64.deb
  libtspi-dev_0.3.2-5_amd64.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



trousers_0.3.2-5_amd64.changes ACCEPTED

2009-10-16 Thread Archive Administrator

Accepted:
libtspi-dev_0.3.2-5_amd64.deb
  to pool/main/t/trousers/libtspi-dev_0.3.2-5_amd64.deb
libtspi1_0.3.2-5_amd64.deb
  to pool/main/t/trousers/libtspi1_0.3.2-5_amd64.deb
trousers-dbg_0.3.2-5_amd64.deb
  to pool/main/t/trousers/trousers-dbg_0.3.2-5_amd64.deb
trousers_0.3.2-5.diff.gz
  to pool/main/t/trousers/trousers_0.3.2-5.diff.gz
trousers_0.3.2-5.dsc
  to pool/main/t/trousers/trousers_0.3.2-5.dsc
trousers_0.3.2-5_amd64.deb
  to pool/main/t/trousers/trousers_0.3.2-5_amd64.deb


Override entries for your package:
libtspi-dev_0.3.2-5_amd64.deb - optional libdevel
libtspi1_0.3.2-5_amd64.deb - optional libs
trousers-dbg_0.3.2-5_amd64.deb - extra debug
trousers_0.3.2-5.dsc - source admin
trousers_0.3.2-5_amd64.deb - optional admin

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 544685 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: your mail

2009-10-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 547866 + pending
Bug #547866 [synopsis] synopsis: manipulates site-packages/ directly, failing 
with Python 2.6
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#544685: marked as done (trousers_0.3.2-4(ia64/unstable): FTBFS: pointer vs int size issues)

2009-10-16 Thread Debian Bug Tracking System
Your message dated Fri, 16 Oct 2009 19:59:36 +
with message-id 
and subject line Bug#544685: fixed in trousers 0.3.2-5
has caused the Debian Bug report #544685,
regarding trousers_0.3.2-4(ia64/unstable): FTBFS: pointer vs int size issues
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
544685: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544685
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: trousers
Version: 0.3.2-4
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of trousers_0.3.2-4 on caballero by sbuild/ia64 98
> Build started at 20090831-2304

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 7), autotools-dev, libssl-dev, libtool, quilt

[...]

> tcs_evlog_imaem.c: In function 'ima_get_entries_by_pcr':
> tcs_evlog_imaem.c:88: error: cast to pointer from integer of different size
> tcs_evlog_imaem.c: In function 'ima_get_entry':
> tcs_evlog_imaem.c:214: error: cast to pointer from integer of different size
> tcs_evlog_imaem.c: In function 'ima_close':
> tcs_evlog_imaem.c:294: error: cast to pointer from integer of different size
> make[3]: *** [libtcs_a-tcs_evlog_imaem.o] Error 1
> make[3]: Leaving directory `/build/buildd/trousers-0.3.2/src/tcs'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/trousers-0.3.2/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/build/buildd/trousers-0.3.2'
> dh_auto_build: make returned exit code 2
> make: *** [build] Error 1
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64&pkg=trousers&ver=0.3.2-4



--- End Message ---
--- Begin Message ---
Source: trousers
Source-Version: 0.3.2-5

We believe that the bug you reported is fixed in the latest version of
trousers, which is due to be installed in the Debian FTP archive:

libtspi-dev_0.3.2-5_amd64.deb
  to pool/main/t/trousers/libtspi-dev_0.3.2-5_amd64.deb
libtspi1_0.3.2-5_amd64.deb
  to pool/main/t/trousers/libtspi1_0.3.2-5_amd64.deb
trousers-dbg_0.3.2-5_amd64.deb
  to pool/main/t/trousers/trousers-dbg_0.3.2-5_amd64.deb
trousers_0.3.2-5.diff.gz
  to pool/main/t/trousers/trousers_0.3.2-5.diff.gz
trousers_0.3.2-5.dsc
  to pool/main/t/trousers/trousers_0.3.2-5.dsc
trousers_0.3.2-5_amd64.deb
  to pool/main/t/trousers/trousers_0.3.2-5_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 544...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Bigonville  (supplier of updated trousers package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 16 Oct 2009 21:35:33 +0200
Source: trousers
Binary: trousers trousers-dbg libtspi1 libtspi-dev
Architecture: source amd64
Version: 0.3.2-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Laurent Bigonville 
Description: 
 libtspi-dev - open-source TCG Software Stack (development)
 libtspi1   - open-source TCG Software Stack (library)
 trousers   - open-source TCG Software Stack (daemon)
 trousers-dbg - open-source TCG Software Stack (debug)
Closes: 544685
Changes: 
 trousers (0.3.2-5) unstable; urgency=low
 .
   * QA upload.
   * debian/patches/09-fix-fopen.patch: Fix FTBS on most archs
 (Taken from upstream) (Closes: #544685)
   * Fix debhelper-overrides-need-versioned-build-depends
Checksums-Sha1: 
 731f8edc13a4d86b42e3df9de768e260b6201b8f 1091 trousers_0.3.2-5.dsc
 b49ffbb2e38e098c6f0ccc43b9d9d0429ae2a295 14154 trousers_0.3.2-5.diff.gz
 5470d914dc965c87aa69ba01f7444f4d8ecb9c4d 146226 trousers_0.3.2-5_amd64.deb
 d0acbe716b67c3fffa93af5201750620429276ee 577974 trousers-dbg_0.3.2-5_amd64.deb
 3cbf47801da103e245b7b6c689712faf28775ef3 195592 libtspi1_0.3.2-5_amd64.deb
 a9ff2143a3d0a6c1b53f5515278f58db3475ed17 658216 libtspi-dev_0.3.2-5_amd64.deb
Checksums-Sha256: 
 463cdf1ce4fdef788f073459a6dea14c2d6b4cf518c777150281c2ff2055c304 1091 
trousers_0.3.2-5.dsc
 96107069b68407a8aea43a9f743b4548c36e06c6adbb2e14128d46d498465244 14154 
trousers_0.3.2-5.diff.gz
 e6ffbefe0aa0cd1e2a3324e0977af87238c6e022eb4b3b38d5d485e51e4e2b1a 146226 
trousers_0.3.2-5_amd64.