Your message dated Wed, 19 Mar 2025 16:37:50 -0400
with message-id
<cad+gyvyjfjzrroqvqmpwwgwk0ibqvc38awhuh9ywu_mfvnq...@mail.gmail.com>
and subject line Re: Bug#1099694: papers: fails to build
has caused the Debian Bug report #1099694,
regarding papers: fails to build
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.)
--
1099694: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099694
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: papers
Version: 48~beta-3
Severity: serious
Tags: ftbfs trixie sid
X-Debbugs-CC: debian-r...@lists.debian.org
Papers now fails to build. Because the build succeeds in Ubuntu 25.04
which is generally very similar to Debian Unstable currently for GNOME
and Rust dependencies, my guess is this might be caused by rustc 1.85.
Ubuntu 25.04 uses rustc 1.84 instead.
Papers 48 RC also fails to build in Debian.
The full build log can be found in recent Salsa CI pipelines.
https://salsa.debian.org/gnome-team/papers/-/pipelines
Build log excerpt
============
error[E0583]: file not found for module `auto`
--> rust/papers-document/src/lib.rs:16:1
|
16 | mod auto;
| ^^^^^^^^^
|
= help: to create the module `auto`, create file
"rust/papers-document/src/auto.rs" or
"rust/papers-document/src/auto/mod.rs"
= note: if there is a `mod auto` elsewhere in the crate already,
import it with `use crate::...` instead
error[E0432]: unresolved import `crate::Mark`
--> rust/papers-document/src/mark.rs:1:5
|
1 | use crate::Mark;
| ^^^^^^^----
| | |
| | help: a similar name exists in the module: `mark`
| no `Mark` in the root
error[E0432]: unresolved import `crate::Point`
--> rust/papers-document/src/mark.rs:2:5
|
2 | use crate::Point;
| ^^^^^^^-----
| | |
| | help: a similar name exists in the module: `point`
| no `Point` in the root
error[E0432]: unresolved import `crate::Point`
--> rust/papers-document/src/point.rs:1:5
|
1 | use crate::Point;
| ^^^^^^^-----
| | |
| | help: a similar name exists in the module: `point`
| no `Point` in the root
error[E0432]: unresolved import `crate::Rectangle`
--> rust/papers-document/src/rectangle.rs:1:5
|
1 | use crate::Rectangle;
| ^^^^^^^^^^^^^^^^ no `Rectangle` in the root
|
help: a similar name exists in the module
|
1 | use crate::rectangle;
| ~~~~~~~~~
help: consider importing one of these structs instead
|
| use gdk::Rectangle;
| ~~~~~~~~~~~~~~
1 | use pango::Rectangle;
| ~~~~~~~~~~~~~~~~
Thank you,
Jeremy Bícha
--- End Message ---
--- Begin Message ---
I'm closing this bug since it appears to be a duplicate of
https://bugs.debian.org/1100054
Thank you,
Jeremy Bícha
--- End Message ---