Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 56 matches

by MultiplexLayout
2024-01-20 16:43
Forum: Programming
Topic: [Solved] Trying to build an arm64 package on amd64 using sbuild
Replies: 3
Views: 48617

Re: Trying to build an arm64 package on amd64 using sbuild

ruwolf wrote: 2024-01-18 15:30 debootstrap.log says nothing more about it?
I actually solved this in the meantime by using sbuild-qemu instead.
by MultiplexLayout
2024-01-10 22:00
Forum: Programming
Topic: [Solved] Trying to build an arm64 package on amd64 using sbuild
Replies: 3
Views: 48617

[Solved] Trying to build an arm64 package on amd64 using sbuild

I am trying to make a custom package that would only build on arm64. I have used "sbuild-createchroot --arch=arm64 --foreign unstable /path/to/chroot/unstable-sbuild-arm64" After this completes I then try to run "/path/to/chroot/debootstrap/debootstrap --second-stage", but I get ...
by MultiplexLayout
2023-10-29 09:56
Forum: Programming
Topic: Problem with CMake Generation
Replies: 2
Views: 20991

Re: Problem with CMake Generation

Thank you for responding. externals/CMakeLists.txt already adds the dynarmic submodule. I'm sorry for not being clearer set(DYNARMIC_TESTS OFF CACHE BOOL "") set(DYNARMIC_FRONTENDS "A32" CACHE STRING "") set(DYNARMIC_USE_PRECOMPILED_HEADERS ${CITRA_USE_PRECOMPILED_HEADE...
by MultiplexLayout
2023-10-24 19:40
Forum: Programming
Topic: Problem with CMake Generation
Replies: 2
Views: 20991

Problem with CMake Generation

I am working on a project that looks like this: ./ CMakeLists.txt externals/ |---CMakeLists.txt |---boost/ |---dynatmic/ |---|---CMakeLists.txt Note that the boost directory doesn't have a CMakeLists.txt. Its sources are set in externals/CMakeLists.txt. Relevant part of root CMakeLists.txt add_subdi...
by MultiplexLayout
2023-04-29 20:55
Forum: System and Network configuration
Topic: [Solved] Make xrandr primary monitor persistent
Replies: 9
Views: 1037

Re: Make xrandr primary monitor persistent

You could try launching a script (or simply the command itself) via XFCE4 Session and Startup. It should work since I have a similar command in it. I don't quite well remember how I exactly did it, but if I'm right this should create a file in ~/.config/autostart/ $> cat ~/.config/autostart/DualMon...
by MultiplexLayout
2023-04-29 12:06
Forum: System and Network configuration
Topic: [Solved] Make xrandr primary monitor persistent
Replies: 9
Views: 1037

Re: Make xrandr primary monitor persistent

You may try disabling your display manager and launching with startxfce4 to narrow down the problem to your display manager. #systemctl stop lightdm $startxfce4 But no matter what the file should still be read. You may wish to check $HOME/.xsession-errors $less ~/.xsession-errors [/quote] I tried th...
by MultiplexLayout
2023-04-28 08:00
Forum: System and Network configuration
Topic: [Solved] Make xrandr primary monitor persistent
Replies: 9
Views: 1037

Re: Make xrandr primary monitor persistent

So, if you only have one monitor what is the benefit of setting primary? Because ares requires that a primary monitor be set for fullscreen to work. Is there some guide on the net that is telling people to use /etc/X11/ for configs? /etc/X11 is for site-wide management of X11 and something tells me...
by MultiplexLayout
2023-04-27 18:39
Forum: System and Network configuration
Topic: [Solved] Make xrandr primary monitor persistent
Replies: 9
Views: 1037

[Solved] Make xrandr primary monitor persistent

Here is the output from xrandr on my machine Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767 DVI-D-0 disconnected (normal left inverted right x axis y axis) HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 698mm x 392mm 1920x1080 60.00*+ 59.94 50.00 60.05...
by MultiplexLayout
2023-04-03 11:41
Forum: Testing And Unstable
Topic: Problem with task-chinese-s-desk
Replies: 2
Views: 239

Re: Problem with task-chinese-s-desk

If it's an issue with Chinese localization, you can try sending an email to the localization mailing list. Here is the address for Chinese localization: debian-l10n-chinese@lists.debian.org (Mail archives here ). Before posting, I recommend reading the mailing list guide . Failing that, here is the ...
by MultiplexLayout
2023-03-25 20:01
Forum: Testing And Unstable
Topic: [Testing - Bookworm][SOLVED] Is it normal to not have /usr/lib/x86_64-linux-gnu/pkgconfig in PKG_CONFIG_PATH?
Replies: 8
Views: 1301

Re: [Testing - Bookworm] Is it normal to not have /usr/lib/x86_64-linux-gnu/pkgconfig in PKG_CONFIG_PATH?

I'm sorry for tripleposting. But I finally fixed it. For some reason I had pkgconf and pkg-config installed alongside pkgconf-bin:i386 and libpkgconf3:i386 (my architecture is amd64). No idea how that happened.
by MultiplexLayout
2023-03-24 22:30
Forum: Testing And Unstable
Topic: [Testing - Bookworm][SOLVED] Is it normal to not have /usr/lib/x86_64-linux-gnu/pkgconfig in PKG_CONFIG_PATH?
Replies: 8
Views: 1301

Re: [Testing - Bookworm] Is it normal to not have /usr/lib/x86_64-linux-gnu/pkgconfig in PKG_CONFIG_PATH?

I have a small update on this. When I use "pkg-config --path" on a module I know is in /usr/lib/x85-64/pkgconfig, a double slash appears before the filename like so: pkg-config --path libcrypto++ /usr/lib/x86_64-linux-gnu/pkgconfig//libcrypto++.pc This doesn't happen with the other two pkg...
by MultiplexLayout
2023-03-06 23:44
Forum: Testing And Unstable
Topic: [Testing - Bookworm][SOLVED] Is it normal to not have /usr/lib/x86_64-linux-gnu/pkgconfig in PKG_CONFIG_PATH?
Replies: 8
Views: 1301

Re: [Testing - Bookworm] Is it normal to not have /usr/lib/x86_64-linux-gnu/pkgconfig in PKG_CONFIG_PATH?

Aki wrote: 2023-03-06 22:53 What is your installed Debian version ?
cat /etc/debian_version and neofetch both say bookworm/sid.
by MultiplexLayout
2023-03-06 22:48
Forum: Testing And Unstable
Topic: [Testing - Bookworm][SOLVED] Is it normal to not have /usr/lib/x86_64-linux-gnu/pkgconfig in PKG_CONFIG_PATH?
Replies: 8
Views: 1301

Re: [Testing - Bookworm] Is it normal to not have /usr/lib/x86_64-linux-gnu/pkgconfig in PKG_CONFIG_PATH?

Hello, I tried to recompiled the git repository and I did not incurred in errors (Debian Stable 11.6 with meson from Debian Backports): $ meson compile -C build INFO: autodetecting backend as ninja INFO: calculating backend command to run: /usr/bin/ninja -C /home/aki/Scaricati/dosbox-staging/build ...
by MultiplexLayout
2023-03-05 18:25
Forum: Testing And Unstable
Topic: [Testing - Bookworm][SOLVED] Is it normal to not have /usr/lib/x86_64-linux-gnu/pkgconfig in PKG_CONFIG_PATH?
Replies: 8
Views: 1301

Re: [Testing - Bookworm] Is it normal to not have /usr/lib/x86_64-linux-gnu/pkgconfig in PKG_CONFIG_PATH?

Hello, I'm not an expert of pkg-config, therefore for me this is an interesting topic. In my Debian Stable, pkg-config outputs: $ pkg-config --variable pc_path pkg-config /usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfi...
by MultiplexLayout
2022-12-05 20:06
Forum: Testing And Unstable
Topic: [Testing - Bookworm][SOLVED] Is it normal to not have /usr/lib/x86_64-linux-gnu/pkgconfig in PKG_CONFIG_PATH?
Replies: 8
Views: 1301

[Testing - Bookworm][SOLVED] Is it normal to not have /usr/lib/x86_64-linux-gnu/pkgconfig in PKG_CONFIG_PATH?

As the title suggests, a lot of cmake projects were failing. Upon inspection I found that running "PGK_CONFIG_PATH=/usr/lib/x86-64-linux-gnu cmake .." worked. My questions are: Did I mess up my install somehow by not having this path by default? Do I have to add it in .xsessionrc if I want...
by MultiplexLayout
2022-12-05 19:45
Forum: Programming
Topic: [SOLVED] Debhelper woes
Replies: 2
Views: 1547

Re: Debhelper woes

My toolchain necessitates using Clang, but dh_dwm crashes if you don't use DWARF-4. According to this bug report, you can force this with the "-gdwarf-4" flag. How do I do this in a cmake-based rules file? -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -gdwarf-4" doesn't work. Nor does p...
by MultiplexLayout
2022-11-14 17:41
Forum: Programming
Topic: [SOLVED] Debhelper woes
Replies: 2
Views: 1547

[SOLVED] Debhelper woes

I am trying to package Yuzu and I have some questions Is it possible to automate filling in the Build-depends field of control? In the same way as you can use ${shlibs:Depends} to fill the Depends field? After dh_auto_install runs, the install prefix has directories bin/ lib/ include/ share/. I want...
by MultiplexLayout
2022-10-30 17:12
Forum: Off-Topic
Topic: Would like to install Debian on an Ideapad, but keep old system as backup
Replies: 1
Views: 1416

Would like to install Debian on an Ideapad, but keep old system as backup

My parents just bought a second hand laptop with Chrome OS. They want me to install Debian on it but I am worried that installing a new OS will void the warranty. Here's what I'm thinking: Use a live USB of Kali Linux to create an image of the hdd Wipe the drive and install Debian If anything goes w...
by MultiplexLayout
2022-09-15 19:36
Forum: Programming
Topic: Dynamically linking lzma and misconceptions I have
Replies: 4
Views: 1531

Re: Dynamically linking lzma and misconceptions I have

Aki wrote: 2022-09-15 17:16 Hello,
MultiplexLayout wrote: 2022-09-14 16:21 I am trying to convert a cmake project from static linking to dynamic linking and I am having some problems with liblzma.
What is this project ? Is its source code freely available ?
It is the duckstation git repo: https://github.com/stenzek/duckstation.git
by MultiplexLayout
2022-09-14 21:51
Forum: Programming
Topic: Dynamically linking lzma and misconceptions I have
Replies: 4
Views: 1531

Re: Dynamically linking lzma and misconceptions I have

Using "objdump -tT /usr/lib/x86_64-linux-gnu/liblzma.so | grep "LzmaEncProps_Init" gives no results. Remove the pipeline to 'grep' and see what will happen ;) ... i.e. the Debian implementation of LZMA is based on XZ, which is better and faster (but, zstd is even better ;) ) Regards....