Bug#1058651: ITP: qtilitools -- Scripts/commands used in the Qtilities organization.

2023-12-13 Thread Aaron Rainbolt
Package: wnpp
Severity: wishlist
Owner: Aaron Rainbolt 
X-Debbugs-Cc: debian-devel@lists.debian.org, arraybo...@ubuntu.com

* Package name: qtilitools
  Version : 0.1.2
  Upstream Contact: redtide 
* URL : https://github.com/qtilities/qtilitools
* License : BSD-3-Clause
  Programming Lang: CMake + Shell + Perl
  Description : Scripts/commands used in the Qtilities organization.

Qtilitools is a collection of scripts and commands used to help build
applications in the Qtilities suite. The Qtilities suite of applications
include a number of helpful programs such as picom-conf (a configuration
tool for the Picom compositor), sddm-conf (used for configuring the SDDM
display manager), and a couple other potentially handy tools like a
screen magnifier, color picker, and screenshot capturing utility. As the
name would suggest, the Qtilities suite is heavily Qt-based, and fills a
gap long left in the world of Qt-based desktop environments that aren't
also KDE-based (such as LXQt).

This package must be present in the archive before any future Qtilities
can be uploaded. As I intend on submitting packaging for sddm-conf and
picom-conf in the near future, I am preparing qtilitools first.

The Lubuntu team already is shipping some of the Qtilities in our flavor
of Ubuntu, to help supplement LXQt. We have the ability and willingness
to keep these tools maintained in Debian.



Re: broadcast error messages, unofficial Debian 12

2023-12-13 Thread Alan Corey
Thank you, I'd never heard of Zutty before this Debian turned up using it
as a default terminal.  Normally I use rxvt, on trying harder rxvt and
xterm both installed and don't seem to have the problem.  At first I
thought I was running under Wayland so I was maybe stuck with Zutty.  But
there's no Wayland either, at least by default.

Anyway this Debian 12 doesn't seem too bad, you just need to turn off
(unblock all) rfkill everytime you boot it.

On Wed, Dec 13, 2023 at 7:08 PM Andy Smith  wrote:

> Hi Alan,
>
> debian-devel is for discussion of the development of debian. Your
> query appears to be user support, which takes place on debian-user.
> I've set Reply-To: debian-user.
>
> On Wed, Dec 13, 2023 at 02:52:11PM -0500, Alan Corey wrote:
> > I can have 2 or more Zutty terminal windows running to work on a
> > program. When I get a compiling error in one terminal it gets
> > broadcast to both windows.
> >
> > This particular error is not anything in my code, I don't recognize any
> of
> > it, but it shows up because I had a warning in my stuff:
> >
> >  W [main.cc:1161] (Unimplemented) unhandled OSC: '8;;
> >
> https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable
> > '
> > W [main.cc:1161] (Unimplemented) unhandled OSC: '8;;'
>
> I'm not familiar with Zutty but this message appears to come from
> your terminal, Zutty, which also explains why it appears in all of
> your terminal windows.
>
> An example of suxh a Zutty diagnostic is here:
>
> https://github.com/tomscii/zutty/issues/43
>
> though it is not your specific one.
>
> So, you probably want to seek support from Zutty, e.g. at their
> github issues.
>
> Thanks,
> Andy
>
> --
> https://bitfolk.com/ -- No-nonsense VPS hosting
>


-- 
-
Education is contagious.


Bug#1058646: ITP: qbe -- Small embeddable C compiler backend

2023-12-13 Thread Miguel Landaeta
Package: wnpp
Severity: wishlist
Owner: Miguel Landaeta 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: qbe
  Version : 1.1
  Upstream Contact: Quentin Carbonneaux 
* URL : https://c9x.me/compile/
* License : MIT
  Programming Lang: C
  Description : Small embeddable C compiler backend

QBE is a compiler backend that aims to provide 70% of the performance
of industrial optimizing compilers in 10% of the code.
QBE fosters language innovation by offering a compact user-friendly
and performant backend. The size limit constrains QBE to focus on the
essential and prevents embarking on a never-ending path of diminishing
returns.

QBE is a build-dependency of Hare.
See https://c9x.me/compile/users.html for other QBE language frontends.



Bug#1058645: ITP: hare -- Hare is a systems programming language designed to be simple, stable, and robust.

2023-12-13 Thread Miguel Landaeta
Package: wnpp
Severity: wishlist
Owner: Miguel Landaeta 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: hare
  Version : 2023.12.02
  Upstream Contact: Drew DeVault 
* URL : https://harelang.org/
* License : MPL/GPL-3
  Programming Lang: Hare
  Description : Hare is a systems programming language designed to be 
simple, stable, and robust.

Hare uses a static type system, manual memory management, and a
minimal runtime. It is well-suited to writing operating systems,
system tools, compilers, networking software, and other low-level,
high performance tasks.



Re: broadcast error messages, unofficial Debian 12

2023-12-13 Thread Andy Smith
Hi Alan,

debian-devel is for discussion of the development of debian. Your
query appears to be user support, which takes place on debian-user.
I've set Reply-To: debian-user.

On Wed, Dec 13, 2023 at 02:52:11PM -0500, Alan Corey wrote:
> I can have 2 or more Zutty terminal windows running to work on a
> program. When I get a compiling error in one terminal it gets
> broadcast to both windows.
> 
> This particular error is not anything in my code, I don't recognize any of
> it, but it shows up because I had a warning in my stuff:
> 
>  W [main.cc:1161] (Unimplemented) unhandled OSC: '8;;
> https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable
> '
> W [main.cc:1161] (Unimplemented) unhandled OSC: '8;;'

I'm not familiar with Zutty but this message appears to come from
your terminal, Zutty, which also explains why it appears in all of
your terminal windows.

An example of suxh a Zutty diagnostic is here:

https://github.com/tomscii/zutty/issues/43

though it is not your specific one.

So, you probably want to seek support from Zutty, e.g. at their
github issues.

Thanks,
Andy

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting



broadcast error messages, unofficial Debian 12

2023-12-13 Thread Alan Corey
This is in an unofficial debian release at
https://raspi.debian.net/tested-images/, the one for 8 GB Pis.

I've never seen anything like it. I can have 2 or more Zutty terminal
windows running to work on a program. When I get a compiling error in one
terminal it gets broadcast to both windows.

This particular error is not anything in my code, I don't recognize any of
it, but it shows up because I had a warning in my stuff:

 W [main.cc:1161] (Unimplemented) unhandled OSC: '8;;
https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable
'
W [main.cc:1161] (Unimplemented) unhandled OSC: '8;;'

I had a set but not used warning.  Yet if I page up and page down where the
message is it goes away like it's being written to some video buffer.

  Alan