venomlinux / scratchpkg

Package Manager used by Venom Linux
https://venomlinux.org/
GNU General Public License v3.0
70 stars 33 forks source link

resolve httpup dependency #2

Open avmaisak opened 6 years ago

avmaisak commented 6 years ago

When i just cloned the scratchpkg in clean LFS system, a can't use them, before httpup package has been installed. But in documentation, i did'n find this info.

Or maybe i'm doing something wrong?

emmett1 commented 6 years ago

Scratchpkg use httpup to sync ports from github (it read file in /etc/scratchpkg.repo. you can add you custom repo here too) into /usr/ports/ directory. You should not use scratchpkg in clean LFS, all package compile using scratchpkg is compiled using "-O2 -march=x86-64 -pipe" CFLAGS and CXXFLAGS, all libtool (*.la) files is removed, all man pages and info files is compressed, I'm afraid it give problem to system in the future. You should build LFS (i called it Nyx GNU/Linux) using this guide+script here (https://github.com/emmett1/nyx) so it will track all package and files in system.

About dependencies needed for scratchpkg to work correctly i will update in documentation soon.

On 6 July 2018 at 20:24, Anton Maisak notifications@github.com wrote:

When i just cloned the scratchpkg in clean LFS system, a can't use them, before httpup package has been installed. But in documentation, i did'n find this info.

Or maybe i'm doing something wrong?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/emmett1/scratchpkg/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AYcTgVU3ZShDhb2Z5L8V_IS_smUngBMTks5uD1cZgaJpZM4VFX9b .