Search found 92 matches

by aron
Mon May 14, 2018 11:25 am
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 436554

Re: Announcements

Recent package changes:
  • links
    Upgraded from 2.14 to 2.16
  • svgx
    Removed from package group base
by aron
Fri May 11, 2018 2:03 pm
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 436554

Re: Announcements

A new version of gcc package is now available in the threos-testing repository, including many bug fixes, and new features like pthread . However, the pthread is not complete yet, please refer to the /usr/include/pthread.h for more details. The new gcc can now compile C++, but only a statically link...
by aron
Fri May 11, 2018 2:03 pm
Forum: Package manager
Topic: Official testing repository
Replies: 0
Views: 57011

Official testing repository

You can get the most up-to-date packages from the official testing repository, however those packages might not work perfectly. Use this repository at your own risk, your system might get damaged. To configure the testing repository, just open the pkman.ini for editing: # joe /etc/pkman/pkman.ini an...
by aron
Thu May 03, 2018 5:40 am
Forum: Package manager
Topic: More system upgrade tricks
Replies: 1
Views: 35633

Re: More system upgrade tricks

In some circumstances, upgrading the libc might break some application. A symptom is when a dynamically program exits with code 127. For example: $ xz -V $ echo $? 127 $ The solution for this problem is to update the preloaded libc.so , by issuing the following (the -vvv is optional): # loadsx -u li...
by aron
Thu Apr 26, 2018 2:28 pm
Forum: Developer forum
Topic: [x86_64] Compiling with gcc on Threos
Replies: 2
Views: 69175

[x86_64] Compiling with gcc on Threos

Once you installed the gcc package, you will be able to compile C sources files with gcc: # pkman -Syu gcc The following examples can be done in the /usr/src/examples directory (from the examples package). To compile hello1.c into a PIE (Position-Independent Executable, uses GOT/PLT and dynamically ...
by aron
Mon Apr 16, 2018 9:36 am
Forum: Developer forum
Topic: [x86_64] Cross-compiling on Linux
Replies: 0
Views: 57560

[x86_64] Cross-compiling on Linux

You need the following tools to be install before proceed: cat rm wget xz cpio bash awk To download/extract the necessary packages follow these steps: NOTE: Always double-check every single command, do not copy-paste them. However, the listed commands below might work perfectly on you system (which ...
by aron
Thu Apr 05, 2018 7:32 am
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 436554

Re: Announcements

Before upgrading devman from version below 0.1-334 to 0.1-334 and above, manually remove the following files:
  • /bin/shutdown
  • /bin/reboot
  • /bin/poweroff
  • /bin/halt

Code: Select all

rm /bin/shutdown /bin/reboot /bin/poweroff /bin/halt
by aron
Thu Apr 05, 2018 6:07 am
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 436554

Re: Announcements

The library deduplication feature is now available from libsvc-0.1-333. We suggest you to install it, you can spare a few megabytes of memory.
by aron
Tue Apr 03, 2018 9:03 am
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 436554

Re: Announcements

Important change in the pkman package from version 0.2.39-3:
The package manager does not extract the package files into separate temporary files. This will save up a lot of memory, but obviously slows the process down a bit.