Search found 92 matches

by aron
Mon Jun 11, 2018 10:52 am
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 436673

Re: Announcements

Some legacy code was removed from the following packages: devman version 0.1-365 barsh version 0.1-365 libc version 0.2.134-1 If your system has the following packages with at least the specified versions, then your system is compatible with the current changes: devman version 0.1-320 barsh version ...
by aron
Fri Jun 08, 2018 3:32 pm
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 436673

Re: Announcements

A critical change was made. This notice valid if your system has vfs version below 0.1-363 , and the upgrade will raise the version number to at least version 0.1-363 or above. We highly recommend to upgrade your system as described below: # PATH=/run/bin:/run/usr/bin:$PATH # pkman -Syu --disable-ho...
by aron
Tue Jun 05, 2018 8:35 am
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 436673

Re: Announcements

libc is upgraded to version 0.2.124 that implements the posix_spawn() and other related functions
by aron
Mon Jun 04, 2018 7:27 am
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 436673

Re: Announcements

libc is upgraded to version 0.2.122 in order to fix a bug in flockfile() and non-_unlocked() functions
See: ferror(3) and unlocked_stdio(3)
by aron
Fri Jun 01, 2018 3:12 pm
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 436673

Re: Announcements

New package: cksfv
Upgraded packages: libc, prot_tcp, lua
by aron
Thu May 31, 2018 3:01 pm
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 436673

Re: Announcements

Recent package changes:
  • pkman
    Upgraded to 0.2.52
  • nano
    Added 2.9.7
  • ascii
    Added 3.18
  • dos2unix
    Added 7.4.0
  • db
    Added 5.3.28
  • lua
    Added 5.3.4
  • pcre2
    Added 10.31
  • cowsay
    Added 3.03
  • perl
    Added 5.29.9
by aron
Thu May 24, 2018 2:29 pm
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 436673

Re: Announcements

Switched from ncurses version 6.0 to version 6.1.
Also, the utility programs missing from previous packages are now included (such as: reset, clear, tic, ...)
by aron
Thu May 24, 2018 7:58 am
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 436673

Re: Announcements

In gcc-4.7.2-12 the following changes were made:
  • the main symbol is no longer in the libstdc++.so
  • the libstdc++.so references to libgcc_s.so
  • added some convenience symlinks: usr/c++/include and usr/c++/lib
by aron
Thu May 24, 2018 7:18 am
Forum: Package manager
Topic: Announcements
Replies: 72
Views: 436673

Re: Announcements

A new set of packages were uploaded. The upgrade shall work fine with a single upgrade:

Code: Select all

# pkman -Syu
by aron
Wed May 23, 2018 2:03 pm
Forum: Developer forum
Topic: [x86_64] Compiling with gcc on Threos
Replies: 2
Views: 69203

Re: [x86_64] Compiling with gcc on Threos

Starting from gcc-4.7.2-7 , the default mode is dynamically linked PIE (as it was before). However, the -static is a synonym to -static-pie (or -static -pie ). Also, the -static switch includes the -ldevlib -lkrnlext flags. In order to build a static non-PIE program, use -static -no-pie . For exampl...