mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 11:15:20 +01:00
[GH-ISSUE #269] Fails to compile when installing with ``cargo install ironbar`` #8544
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#8544
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TWB0109 on GitHub (Aug 10, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/269
Describe the bug
When installing through cargo install, everything compiles fine, but when it gets to compile hyprland v0.3.1 , it fails and spits the error down below.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Complete compilation of hyprland and install.
Also, after compiling from source, it worked just fine, could be a cargo issue, but I figured I'd ask here just in case.
System information:
Configuration
Additional context
Screenshots

@yavko commented on GitHub (Aug 11, 2023):
Yeah Hyprland 0.3.1 is broken, does ironbar still use it?
@yavko commented on GitHub (Aug 11, 2023):
Yeah seems to be the case
@JakeStanger commented on GitHub (Aug 11, 2023):
I've not updated it yet because there are breaking changes I need to deal with. I'll update as soon as I can now this is higher priority.
@yavko if that's the case, can you yank the version from crates.io please?
@yavko commented on GitHub (Aug 11, 2023):
Sure, it actually wasn't broken, but cuz regex updated, i ofc didn't make it use a specific version of it, so it broke :P
@yavko commented on GitHub (Aug 11, 2023):
yanked
@JakeStanger commented on GitHub (Aug 11, 2023):
@TWB0109 the
cargo installbuild will likely remain broken until next release, which I'm aiming to get out next week. For now, you can build from source.I'm not sure about the specific build requirements for OpenSUSE but if you do go for it & need to install any packages, if you're able to let me know I can add instructions to the wiki