Package Details: bambustudio-git 01.06.00.65.15.g693af0c9-1

Git Clone URL: https://aur.archlinux.org/bambustudio-git.git (read-only, click to copy)
Package Base: bambustudio-git
Description: PC Software for BambuLab's 3D printers
Upstream URL: https://github.com/bambulab/BambuStudio
Keywords: 3d-printing bambulab bambustudio prusaslicer slic3r slicer
Licenses: AGPLv3
Conflicts: BambuStudio
Provides: BambuStudio
Submitter: ajacocks
Maintainer: None
Last Packager: ajacocks
Votes: 3
Popularity: 0.000000
First Submitted: 2022-10-14 17:55 (UTC)
Last Updated: 2023-10-02 14:19 (UTC)

Latest Comments

1 2 Next › Last »

freaks commented on 2025-11-24 14:18 (UTC)

hello i have this error

checking compiler cc -O2 -DNDEBUG -fPIC -DPIC -Wall -Wmissing-prototypes -Wpointer-arith -pedantic -fomit-frame-pointer -fno-common ... no, long long reliability test 1 configure: error: could not find a working compiler, see config.log for details make[2]: *** [CMakeFiles/dep_GMP.dir/build.make:92: dep_GMP-prefix/src/dep_GMP-stamp/dep_GMP-configure] Error 1 make[1]: *** [CMakeFiles/Makefile2:576: CMakeFiles/dep_GMP.dir/all] Error 2 make: *** [Makefile:91: all] Error 2

ajacocks commented on 2025-04-14 19:04 (UTC)

IMO, this build is no longer workable. I will orphan it, if someone would like to maintain it, but it doesn't seem worthwhile, to me, given the difficulty of dealing with Bambu Lab's particular way of open source contribution

Everspace commented on 2024-12-07 22:49 (UTC)

This needs also needs yasm or nasm for building

flamemagister commented on 2024-11-17 07:05 (UTC)

Hi I am having trouble compiling / installing the latest git version. Error is as follows:

[ 17%] Performing build step for 'dep_FFMPEG' LD libswscale/libswscale.so.8 GEN libavcodec/libavcodec.ver AR libavcodec/libavcodec.a LD libavcodec/libavcodec.so.61 /usr/bin/ld: /tmp/ccWj8cmF.ltrans7.ltrans.o: warning: relocation against mask24b' in read-only section.text' /usr/bin/ld: /tmp/ccWj8cmF.ltrans7.ltrans.o: relocation R_X86_64_PC32 against undefined symbol `mask24l' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make[3]: *** [ffbuild/library.mak:119: libswscale/libswscale.so.8] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [CMakeFiles/dep_FFMPEG.dir/build.make:86: dep_FFMPEG-prefix/src/dep_FFMPEG-stamp/dep_FFMPEG-build] Error 2 make[1]: *** [CMakeFiles/Makefile2:916: CMakeFiles/dep_FFMPEG.dir/all] Error 2 make: *** [Makefile:91: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

It is the only error I can see so far, is there some dependency - I am assuming FFMPEG related - I am lacking or something else?

leonderooij commented on 2023-09-23 15:18 (UTC)

Hi! I downloaded your pkg and built it, just had to chagne dep harmonyos-sans-git into ttf-harmonyos-sans - it seems the other one no longer works. First print sent from arch is now going, thanks a lot !! :)

pbcrunch commented on 2023-07-11 16:24 (UTC)

You also need:

gst-plugins-bad gst-libav

in order to get the video feed from the printer to work in Bambu Studio.

afzalarsalan commented on 2023-07-09 10:24 (UTC) (edited on 2023-07-10 05:58 (UTC) by afzalarsalan)

Fixed upstream with latest master as of 7/10/23


Current master branch won't build on GCC 13 without the patch provided below

From b2a1638420e3d880c2a65c8c835f647105bcd65b Mon Sep 17 00:00:00 2001
From: Arsalan Afzal <afzal.arsalan@gmail.com>
Date: Sun, 9 Jul 2023 04:15:18 -0500
Subject: [PATCH] Fix mcut for GCC 13

GCC 13 requires an explicit #include <cstdint> for the std::uint32_t  data type used by this file. Adding this include allows for the whole project to successfully be compiled on GCC 13
---
 src/mcut/include/mcut/internal/hmesh.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mcut/include/mcut/internal/hmesh.h b/src/mcut/include/mcut/internal/hmesh.h
index 24c742c8..b8eb037e 100644
--- BambuStudio/src/mcut/include/mcut/internal/hmesh.h
+++ BambuStudio/src/mcut/include/mcut/internal/hmesh.h
@@ -31,6 +31,7 @@
 #include <map>
 #include <memory>
 #include <vector>
+#include <cstdint>

 template <typename T>
 class descriptor_t_ {
-- 
2.41.0

Apply with patch -p0 < patchname in the PKGBUILD

Opened issue 2006 in upstream

ajacocks commented on 2023-06-19 03:51 (UTC)

I'm starting to work on the GCC13 issues. Opened issue 1940 (https://github.com/bambulab/BambuStudio/issues/1940) in upstream.

ArchBoxHero commented on 2023-06-18 00:29 (UTC)

Hey gang, @hak8or and @ajacocks thanks for the headsup and all that. Just confirming the same issues with a segmentation fault present day when trying to start. And in my journalctl I am getting this:


Jun 17 19:20:41 username kernel: bambustu_main[2787535]: segfault at 10 ip 00005607cc295831 sp 00007ffe4df18ce0 error 4 in bambu-studio-bin[5607c8fdc000+3563000] likely on CPU 2 (core 2, socket 0)
Jun 17 19:20:41 username systemd-coredump[2787586]: Process 2787535 (bambustu_main) of user 1000 dumped core.

ajacocks commented on 2023-02-19 19:24 (UTC)

Thanks for the research. I’ve spoken with the Bambu folks, and they say that the current main branch and production release are known to be broken.