SQLite Archiver

Ticket Change Details
Login
Overview

Artifact ID: 54a33c15f340d91e8dc2884f55cb92c8ad991938
Ticket: 372361d5526ed5377ac046e2c04c67d827e7f2b1
ubuntu 18 sqlar/sqlarfs
User & Date: anonymous 2021-07-01 12:37:11
Changes

  1. foundin changed to: "latest"
  2. icomment:
    Below the output of make on trisquel9 system(ubuntu 18), having zlib1g installed. As ls command output shows, there is a binary compiled but it errors, there is no sqlarfs binary compiled. Kernel version 4, a 64bit amd platform(asus laptop).
    
    command line prompt: make
    gcc -g -I. -D_FILE_OFFSET_BITS=64 -Wall -Werror   -DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_LOAD_EXTENSION -c sqlite3.c
    gcc -g -I. -D_FILE_OFFSET_BITS=64 -Wall -Werror  -o sqlar  sqlar.c sqlite3.o -lz
    command line prompt: ls
    total 10784K
       4K Makefile    20K sqlar.c    6964K sqlite3.c     4K README.md  1884K sqlite3.o
    1404K sqlar       12K sqlarfs.c   488K sqlite3.h     4K codec.mk
    + 0 sqlar-src-4824e73896:
    
    The sqlite project site is sanely documented, a very well conceived and structured project. Sadly there seem to be no alternative suggestions floating on sqlar and sqlarfs eleswhere to point to the Makefile eventual edits.
    
    ,
    
  3. login: "anonymous"
  4. mimetype: "text/x-markdown"
  5. private_contact changed to: "eadcbe0511112a81b92fc858f6e095fc3b555ab5"
  6. severity changed to: "Critical"
  7. status changed to: "Open"
  8. title changed to: "ubuntu 18 sqlar/sqlarfs"
  9. type changed to: "Build_Problem"