You are not logged in.
After I had installed all of the dependencies and libraries and ran the script, an error kept it from finishing. I tried running it again to see the output, and here it is:
delta@Kurai:~$ sh /home/delta/Scripts/Dolphin/Dolphin.sh/home/delta/Scripts/Dolphin/Dolphin.sh: 3: /home/delta/Scripts/Dolphin/Dolphin.sh: Bad substitution
Updating the local repository...
Already up-to-date.
mkdir: cannot create directory ‘/home/delta/build’: File exists
i686
CMake Error at CMakeLists.txt:222 (message):
You're building on an unsupported platform. Enable generic build if you
really want a JIT-less binary.-- Configuring incomplete, errors occurred!
See also "/home/delta/build/CMakeFiles/CMakeOutput.log".
make: *** No targets specified and no makefile found. Stop.
Anything I can do here? And to clarify since my hopes were gotten up and shattered: I'm talking about the Wii emulator.
Last edited by Kurai (2016-11-03 19:38:55)
Offline
Anything I can do here?
Have you tried
sudo apt install dolphin
Offline
Kurai wrote:Anything I can do here?
Have you tried
sudo apt install dolphin
Yes, but it didn't show up before, and not it is unable to fetch some archives. And when I used --fix-missing there was a size mismatch.
Nevermind, it was a network error I didn't notice before. Thank you!
Nevermind again. I was talking about the Wii emulator. Time to uninstall...
Last edited by Kurai (2016-11-03 19:38:18)
Offline
I'm going to continue trying to get this working, but if I can't, I may just switch out for the distro I'm using on my laptop. I'll still use it on my necklace, though.
Offline
Please post the full output of:
sudo apt install dolphin
apt-cache policy
Also, please use code tags rather than quote tags when posting terminal output.
Offline
And to clarify since my hopes were gotten up and shattered: I'm talking about the Wii emulator.
Sorry, I missed this edit.
The dolphin-emu package is available from testing/unstable but should not be added directly to BunsenLabs.
I am attempting to build a version for jessie/BL now, I will post back if it works...
EDIT: No, sorry, I keep getting build errors from the OBS, I will try again tomorrow.
Last edited by Head_on_a_Stick (2016-11-03 22:54:39)
Offline
I followed the instructions on their website, but compiling led to the cmake error. I want to play Melee on this computer.
Also, I tried to get it off unstable (Kind of desperate at this point) and the
deb
command was not found.
Last edited by Kurai (2016-11-04 15:19:05)
Offline
Okay, I tried editing the sources.list, and it said that permission was denied, even though I'm using the account that was set up to be the administrator.
Offline
Does this help? https://forums.bunsenlabs.org/viewtopic … 807#p21807.
Offline
Does this help? https://forums.bunsenlabs.org/viewtopic … 807#p21807.
I'll see if I can use the concept.
Offline
Error opening file '/etc/apt/sources.list': Permission denied
The file on disk may now be truncated!
This appears when I try to modify the sources.list. This is the only account on the computer.
Offline
twoion wrote:Does this help? https://forums.bunsenlabs.org/viewtopic … 807#p21807.
I'll see if I can use the concept.
It's just about removing the package. Unfortunately, many install scripts rely on lsb_release OS name output to determine which code path to take and disregard OS ancestry, which is nowadays available in /etc/os-release on systemd-enabled platforms.
Offline
Error opening file '/etc/apt/sources.list': Permission denied The file on disk may now be truncated!
This appears when I try to modify the sources.list. This is the only account on the computer.
You always need to explicitly say `sudo $COMMAND` when becoming "root"/"Administrator". Like
sudo $EDITOR /etc/apt/sources.list
Offline
Kurai wrote:Error opening file '/etc/apt/sources.list': Permission denied The file on disk may now be truncated!
This appears when I try to modify the sources.list. This is the only account on the computer.
You always need to explicitly say `sudo $COMMAND` when becoming "root"/"Administrator". Like
sudo $EDITOR /etc/apt/sources.list
I was editing it in Geany, but I'll try that now. Okay, here are the results:
sudo: /etc/apt/source.list: command not found
Last edited by Kurai (2016-11-04 16:17:14)
Offline
gksu geany /etc/apt/sources.list
or
"Text editor as root" in the System section of the menu if you want to edit root owned config files.
You'd do better to have a little patience and see if @HoaS manages to build a backported .deb rather than adding I'm not sure what to your sources.list
Mistakes or incautious entries there often result in broken systems.
Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me
Offline
I tried editing the sources.list
Please don't do that, you will break your system.
See https://wiki.debian.org/DontBreakDebian … nkenDebian & http://forums.debian.net/viewtopic.php?f=20&t=114130
I have tried to build the Debian testing packages in a stable system using the openSUSE build service but I can't get it to work.
If you want to follow the steps I have taken so far, the method is outlined here:
http://forums.debian.net/viewtopic.php?f=16&t=130057
I had to backport libembedtls10 as part of the dependency chain and that worked fine:
https://software.opensuse.org/download. … bmbedtls10
The dolphin-emu package then failed because of a choice between libjack-dev and libjack-jackd2-dev so I added the former to the .dsc file but then it tries to build and fails with this error:
https://build.opensuse.org/package/live … 8.0/x86_64
The same error also occurs if libjack-jackd2-dev is specified.
I'm out of ideas here, good luck!
Offline
Uggh, this happens sometimes with the OBS and virtual package choices like libjack-dev. I should add that to the guide.
In the past, I've fixed it by adding libjack-jackd2-dev to the build-depends in the debian/control file, regenerating the sources with "debuild -S -uc -us", then deleting the debian.tar.xz and .dsc files from the OBS and replacing them with the new ones. That seems to fix its confusion.
Last edited by stevep (2016-11-05 20:46:37)
Offline
Thanks for the tips Steve, I will try that later
Offline
Which version of Debian/Ubuntu does Bunsenlabs run on, anyways? Just for future reference.
Offline
Debian Jessie
Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me
Offline