mapbox / mapbox/tippecanoe

Error on Ubuntu 22.04

Open
#958 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
3.1k
Forks
430
PR merge metrics
No merged PRs in 30d

Description

I am trying to install Tippecanoe on Ubuntu 22.04 in a DigitalOcean droplet with 1 CPU and 2 GB RAM. It is returning the following errors after `make -j`.

```
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make: *** [Makefile:74: main.o] Error 1
make: *** Waiting for unfinished jobs....
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make: *** [Makefile:74: tile.o] Error 1
```

Here is my installation commands
```
sudo apt-get install build-essential libsqlite3-dev zlib1g-dev -y
git clone https://github.com/mapbox/tippecanoe.git
cd tippecanoe
make -j #The problem is happening here
sudo make install
```

Beside this, the following errors appeared during compilation

CleanShot 2022-11-16 at 11 15 32@2x

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the reported `make -j` invocation and Makefile:74 targets `main.o` and `tile.o`; reproduce the build using Ubuntu 22.04 on the stated 1-CPU, 2-GB environment and inspect the attached compiler output. Done means the failure is explained and the installation outcome for this environment is verified or documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, ubuntu
Domain
build-system, operating-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.