You are not logged in.

#21 2019-01-05 18:53:48

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Install openRCT2 - gpg: no valid OpenPGP data found

Thank you a lot for this answer. I would like to clean up that (little) mess that i made. Opening /etc/apt/sources.list doesnt show any addition of this openrct2 PPA.
(/etc/apt/sources.list.d neither tongue )

So i am not sure how i can track the change i made to my repositories archive, as well as the GPG Keys (that are supposed to be removed as well, i guess)

____________________________________
The Manual you sent says, We EXPECT you to use a Package Manager ..so i am opening synaptic package manager for the first time
and type the first object 'sdl2' mentioned in the manual into that SEARCH option to the top right of my synapticP.M. window and 32 Packages get listed as a result...(m clueless since none of them has the initial name i searched)
Is it okay to use a terminal instead and apt-get install those packages mentioned?

Last edited by ab90 (2019-01-05 19:01:45)


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#22 2019-01-05 21:14:16

DeepDayze
Like sands through an hourglass...
From: In Linux Land
Registered: 2017-05-28
Posts: 1,901

Re: Install openRCT2 - gpg: no valid OpenPGP data found

ab90 wrote:

Thank you a lot for this answer. I would like to clean up that (little) mess that i made. Opening /etc/apt/sources.list doesnt show any addition of this openrct2 PPA.
(/etc/apt/sources.list.d neither tongue )

So i am not sure how i can track the change i made to my repositories archive, as well as the GPG Keys (that are supposed to be removed as well, i guess)

____________________________________
The Manual you sent says, We EXPECT you to use a Package Manager ..so i am opening synaptic package manager for the first time
and type the first object 'sdl2' mentioned in the manual into that SEARCH option to the top right of my synapticP.M. window and 32 Packages get listed as a result...(m clueless since none of them has the initial name i searched)
Is it okay to use a terminal instead and apt-get install those packages mentioned?

You can remove the PPA like this:

sudo add-apt-repository --remove ppa:openrct2/master

Take a look at the /etc/apt/sources.list.d directory and there may be a .list file there with the PPA name. Delete that list file.

That should clean up the mess. Do an apt-get update afterward to be sure.

Last edited by DeepDayze (2019-01-05 21:17:05)


Real Men Use Linux

Offline

#23 2019-03-08 19:53:06

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Install openRCT2 - gpg: no valid OpenPGP data found

DeepDayze wrote:

Take a look at the /etc/apt/sources.list.d directory and there may be a .list file there with the PPA name. Delete that list file.

Thanks! Did that clean up....
Concerning those instructions

damo wrote:

https://github.com/OpenRCT2/OpenRCT2/wi … 2-on-Linux

That link has specific instructions about what to install, and how to build and run your lovely game.

, The Manual you sent says, We EXPECT you to use a Package Manager ..so i am opening synaptic package manager for the first time
and type the first object 'sdl2' mentioned in the manual into that SEARCH option to the top right of my synapticP.M. window and 32 Packages get listed as a result...(m clueless since none of them has the initial name i searched)
Is it okay to use a terminal instead and apt-get install those packages mentioned?

Many greetings

Last edited by ab90 (2019-03-08 19:53:29)


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#24 2019-03-08 20:10:19

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Install openRCT2 - gpg: no valid OpenPGP data found

ab90 wrote:

...
Is it okay to use a terminal instead and apt-get install those packages mentioned?

Many greetings

As long as your sources are clean, and you aren't mixing say stable and testing, and don't have non-Debian sources. Apt should ensure installed packages are compatible.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#25 2019-03-09 11:35:56

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Install openRCT2 - gpg: no valid OpenPGP data found

... but now this keeps happening:

sudo apt-get install libzip
[sudo] password for ab90: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libzip

EDIT: Hey SORRY, changed to section 'APT' and saw the libraries mentioned in terminal manner..

Last edited by ab90 (2019-03-09 12:12:56)


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#26 2019-03-09 12:28:31

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Install openRCT2 - gpg: no valid OpenPGP data found

I guess i am at step 'Compiling' now, yielding this error:

ab90@ab90:~$ mkdir build && cd build
ab90@ab90:~/build$ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo
CMake Error: The source directory "/home/ab90/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
ab90@ab90:~/build$ 

Last edited by ab90 (2019-03-09 12:29:19)


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#27 2019-03-09 13:51:24

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Install openRCT2 - gpg: no valid OpenPGP data found

ab90 wrote:

... but now this keeps happening:

sudo apt-get install libzip
[sudo] password for ab90: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libzip

EDIT: Hey SORRY, changed to section 'APT' and saw the libraries mentioned in terminal manner..

That is because there isn't a package called libzip.

apt-cache search libzip

Use the right name from the list of possibilities


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#28 2019-03-09 23:52:40

DeepDayze
Like sands through an hourglass...
From: In Linux Land
Registered: 2017-05-28
Posts: 1,901

Re: Install openRCT2 - gpg: no valid OpenPGP data found

ab90 wrote:

... but now this keeps happening:

sudo apt-get install libzip
[sudo] password for ab90: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libzip

EDIT: Hey SORRY, changed to section 'APT' and saw the libraries mentioned in terminal manner..

Think libzip4 is the package you are looking for and is in Stretch. The dev package corresponding is libzip-dev if you are building from source.

Last edited by DeepDayze (2019-03-09 23:54:08)


Real Men Use Linux

Offline

#29 2019-03-10 11:50:23

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Install openRCT2 - gpg: no valid OpenPGP data found

Hey there!
A little missunderstanding i guess...
I already went from that paragraph of packages to the paragraph of APT in that document of interest: https://github.com/OpenRCT2/OpenRCT2/wi … 2-on-Linux  (thats why i edited that one text you are refering to)

Please, instead, consider the first post on page 2 here, as i think i managed the packages already by apt install[

sudo apt-get install --no-install-recommends -y cmake libsdl2-dev libicu-dev \
    gcc pkg-config libjansson-dev libspeex-dev libspeexdsp-dev libcurl4-openssl-dev \
    libcrypto++-dev libfontconfig1-dev libfreetype6-dev libpng-dev libssl-dev libzip-dev

]

Last edited by ab90 (2019-03-10 11:50:48)


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#30 2019-03-15 08:38:23

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Install openRCT2 - gpg: no valid OpenPGP data found

Help!, please...


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#31 2019-03-15 15:14:46

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Install openRCT2 - gpg: no valid OpenPGP data found

ab90 wrote:

Help!, please...

Help with what, exactly?


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#32 2019-03-18 12:55:30

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Install openRCT2 - gpg: no valid OpenPGP data found

How can i upload pictures from my pc?

This is what i already did:

sudo apt-get install --no-install-recommends -y cmake libsdl2-dev libicu-dev \
    gcc pkg-config libjansson-dev libspeex-dev libspeexdsp-dev libcurl4-openssl-dev \
    libcrypto++-dev libfontconfig1-dev libfreetype6-dev libpng-dev libssl-dev libzip-dev

and this was the next step that yielded error:

ab90@ab90:~$ mkdir build && cd build
ab90@ab90:~/build$ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo
CMake Error: The source directory "/home/ab90/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
ab90@ab90:~/build$ 

"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#33 2019-03-18 14:48:11

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Install openRCT2 - gpg: no valid OpenPGP data found

So did you follow the instruction?

Specify --help for usage, or press the help button on the CMake GUI

cmake(1) - Linux man page

How can i upload pictures from my pc?

You search the forum, or read the sticky instructions for the monthly screenshots thread: How can i upload pictures from my pc?. Many people use scrot.moe for hosting images that you can then link to, but there are lots of image hosts on the web.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#34 2019-03-18 19:55:22

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Install openRCT2 - gpg: no valid OpenPGP data found

# remember to set your build flags, e.g. -DCMAKE_BUILD_TYPE=RelWithDebInfo

i dont know what is expected here ;-/


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#35 2019-03-18 20:18:51

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Install openRCT2 - gpg: no valid OpenPGP data found

ab90 wrote:

# remember to set your build flags, e.g. -DCMAKE_BUILD_TYPE=RelWithDebInfo

i dont know what is expected here ;-/

You read the manpage I linked to!

"DCMAKE_BUILD_TYPE" doesn't appear there, but "CMAKE_BUILD_TYPE" does. Maybe it is a typo, so try

-CMAKE_BUILD_TYPE=RelWithDebInfo

And read up on what the other flags do, because you may not need any.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#36 2019-03-18 21:05:06

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Install openRCT2 - gpg: no valid OpenPGP data found

ab90@ab90:~/build$ cmake -CMAKE_BUILD_TYPE=RelWithDebInfo
loading initial cache file MAKE_BUILD_TYPE=RelWithDebInfo
CMake Error: Error processing file: MAKE_BUILD_TYPE=RelWithDebInfo
CMake Error: The source directory "/home/ab90/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
ab90@ab90:~/build$ 

dont get it  8.(


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#37 2019-03-18 22:06:12

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Install openRCT2 - gpg: no valid OpenPGP data found

ab90 wrote:
ab90@ab90:~/build$ cmake -CMAKE_BUILD_TYPE=RelWithDebInfo
loading initial cache file MAKE_BUILD_TYPE=RelWithDebInfo
CMake Error: Error processing file: MAKE_BUILD_TYPE=RelWithDebInfo
CMake Error: The source directory "/home/ab90/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
ab90@ab90:~/build$ 

dont get it  8.(

So google the error message: eg "does not appear to contain CMakeLists.txt" hmm  Lots of results to choose from, like this one The answer there is to

You need to create a directory (e.g build) inside the [...] directory, cd to that directory and then run cmake

If you are trying to build the source in a completely different location, how will cmake know what files to use? Either build it in the right place, or pass the filepath using appropriate flags

Last edited by damo (2019-03-18 22:10:03)


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#38 2019-03-19 15:28:49

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Install openRCT2 - gpg: no valid OpenPGP data found

But its this official document that said i should use a 'build' folder...
From those instructions (https://openrct2.org/quickstart/extract … iles/linux) i still have the extracted RCT2.exe, its a folder now.

So, should i apply

-CMAKE_BUILD_TYPE=RelWithDebInfo

to that folder which was created by innoextract that time?

..it doesnt work, i dont understand where this CMakeLists.txt is supposed to come from. why is it not mentioned here: https://github.com/OpenRCT2/OpenRCT2/wi … 2-on-Linux

Compiling
mkdir build && cd build
cmake .. # remember to set your build flags, e.g. -DCMAKE_BUILD_TYPE=RelWithDebInfo
make
This will generate a openrct2 binary in the build directory. To run you have two options: make install or running it locally.

Last edited by ab90 (2019-03-19 15:31:14)


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

#39 2019-03-19 17:20:39

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Install openRCT2 - gpg: no valid OpenPGP data found

And those instructions say

Create a folder for the RCT2 files, and move the installer package to it, as innoextract will simply dump the contents to the folder where the installer resides. Open a terminal window, navigate to the folder you created and run the following command.

And you did

ab90@ab90:~$ mkdir build && cd build

I suggest you find out where CMakeLists.txt lives, and put your build dir there, as the instructions say.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#40 2019-03-21 14:38:38

ab90
Member
Registered: 2017-09-06
Posts: 195

Re: Install openRCT2 - gpg: no valid OpenPGP data found

neither the extracted rct2.exe file nor the openRCT2.zip contain CMakeLists.txt...


"Be humble, be cool, dance techno-style to heavy metal music."

Offline

Board footer

Powered by FluxBB