You are not logged in.

#1 2016-11-03 17:39:31

Kurai
Member
Registered: 2016-10-27
Posts: 21

Okay, I was trying to install Dolphin...

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

#2 2016-11-03 18:26:25

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,067
Website

Re: Okay, I was trying to install Dolphin...

Kurai wrote:

Anything I can do here?

Have you tried

sudo apt install dolphin

https://packages.debian.org/jessie/dolphin

Offline

#3 2016-11-03 19:32:59

Kurai
Member
Registered: 2016-10-27
Posts: 21

Re: Okay, I was trying to install Dolphin...

Head_on_a_Stick wrote:
Kurai wrote:

Anything I can do here?

Have you tried

sudo apt install dolphin

https://packages.debian.org/jessie/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

#4 2016-11-03 19:48:51

Kurai
Member
Registered: 2016-10-27
Posts: 21

Re: Okay, I was trying to install Dolphin...

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

#5 2016-11-03 19:51:15

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,067
Website

Re: Okay, I was trying to install Dolphin...

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

#6 2016-11-03 22:32:53

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,067
Website

Re: Okay, I was trying to install Dolphin...

Kurai wrote:

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

#7 2016-11-04 15:07:55

Kurai
Member
Registered: 2016-10-27
Posts: 21

Re: Okay, I was trying to install Dolphin...

I followed the instructions on their website, but compiling led to the cmake error. I want to play Melee on this computer. hmm

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

#8 2016-11-04 16:01:53

Kurai
Member
Registered: 2016-10-27
Posts: 21

Re: Okay, I was trying to install Dolphin...

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

#9 2016-11-04 16:05:32

nobody
The Great
Registered: 2015-08-10
Posts: 3,655

Re: Okay, I was trying to install Dolphin...

Offline

#10 2016-11-04 16:10:27

Kurai
Member
Registered: 2016-10-27
Posts: 21

Re: Okay, I was trying to install Dolphin...

I'll see if I can use the concept.

Offline

#11 2016-11-04 16:12:02

Kurai
Member
Registered: 2016-10-27
Posts: 21

Re: Okay, I was trying to install Dolphin...

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

#12 2016-11-04 16:13:11

nobody
The Great
Registered: 2015-08-10
Posts: 3,655

Re: Okay, I was trying to install Dolphin...

Kurai wrote:

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

#13 2016-11-04 16:15:02

nobody
The Great
Registered: 2015-08-10
Posts: 3,655

Re: Okay, I was trying to install Dolphin...

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

Offline

#14 2016-11-04 16:16:00

Kurai
Member
Registered: 2016-10-27
Posts: 21

Re: Okay, I was trying to install Dolphin...

twoion wrote:
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

#15 2016-11-04 21:30:39

Bearded_Blunder
Dodging A Bullet
From: Seat: seat0; vc7
Registered: 2015-09-29
Posts: 1,146

Re: Okay, I was trying to install Dolphin...

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

#16 2016-11-04 22:57:12

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,067
Website

Re: Okay, I was trying to install Dolphin...

Kurai wrote:

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

#17 2016-11-05 20:46:03

stevep
MX Linux Developer
Registered: 2016-08-08
Posts: 381

Re: Okay, I was trying to install Dolphin...

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

#18 2016-11-06 09:32:50

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,067
Website

Re: Okay, I was trying to install Dolphin...

Thanks for the tips Steve, I will try that later smile

Offline

#19 2016-11-07 23:33:11

Kurai
Member
Registered: 2016-10-27
Posts: 21

Re: Okay, I was trying to install Dolphin...

Which version of Debian/Ubuntu does Bunsenlabs run on, anyways? Just for future reference.

Offline

#20 2016-11-07 23:37:26

Bearded_Blunder
Dodging A Bullet
From: Seat: seat0; vc7
Registered: 2015-09-29
Posts: 1,146

Re: Okay, I was trying to install Dolphin...

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

Board footer

Powered by FluxBB