Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 144 matches

Go to advanced search

Advanced search
Search found 144 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
by maxim.251
Fri Dec 22, 2023 6:25 am
Forum: Other Things Gentoo
Topic: Resolved: Compilation Issue with net-libs/libproxy-0.5.3
Replies: 1
Views: 2120

Resolved: Compilation Issue with net-libs/libproxy-0.5.3

Post:

Hello Gentoo Community,

I wanted to share a recent issue I encountered and its resolution, as it might be helpful for others facing a similar situation.

Problem:
I was experiencing a problem while trying to compile net-libs/libproxy-0.5.3. The compilation process failed with an error ...
  • Jump to post
by maxim.251
Fri Dec 22, 2023 6:15 am
Forum: Portage & Programming
Topic: Cmake not compilled. TestLib trow error.
Replies: 8
Views: 2302

I get the feeling at least some of this was written by a bot or bad translator.

I am confused what the question is now, if this is solved and if there is more to do.

Yes, sorry... I use chat Gpt3 and I have short time to check text.
Solution was to replace lib in /usr/lib/... with 64bit version ...
  • Jump to post
by maxim.251
Wed Dec 20, 2023 8:59 pm
Forum: Portage & Programming
Topic: Cmake not compilled. TestLib trow error.
Replies: 8
Views: 2302

Replacing /usr/lib/libssh2 using /usr/lib64/libssh2 again I have succeeded compilation of cmake. Only cmake faced that problem. Now I have cmake in newest stable version.
Ps. I try install all available versions and all of them get same error. It is wired that not many peoples have that problem and ...
  • Jump to post
by maxim.251
Wed Dec 20, 2023 8:48 pm
Forum: Portage & Programming
Topic: Cmake not compilled. TestLib trow error.
Replies: 8
Views: 2302

and this is my make.conf

COMMON_FLAGS="-pipe -march=native" # "-O2 -pipe -march=native"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
CHOST="x86_64-pc-linux-gnu"
#CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX:PATH=~/local"


MAKEOPTS="-j6 ...
  • Jump to post
by maxim.251
Wed Dec 20, 2023 8:44 pm
Forum: Portage & Programming
Topic: Cmake not compilled. TestLib trow error.
Replies: 8
Views: 2302

Why the Symlink Approach is Not Ideal:

In Gentoo, /usr/lib is conventionally used for 32-bit libraries, while /usr/lib64 is for 64-bit libraries on amd64 systems. By manually creating a symlink from /usr/lib64/libssh2.so (64-bit) to /usr/lib/libssh2.so, you might resolve the immediate issue, but it ...
  • Jump to post
by maxim.251
Wed Dec 20, 2023 7:40 pm
Forum: Portage & Programming
Topic: Cmake not compilled. TestLib trow error.
Replies: 8
Views: 2302

Cmake not compilled. TestLib trow error.

ssh2 in wrong format - that is in 32 bit where cmake needed 64 bit format odf that lib.

Background: I encountered a challenging issue while compiling CMake on Gentoo. The problem was associated with the libssh2 library, specifically related to ABI configurations and symbolic links. And TestLib.so ...
  • Jump to post
by maxim.251
Wed Oct 26, 2022 8:59 am
Forum: Gentoo on ARM
Topic: [SOLVED] cmake fails to build on pi4
Replies: 10
Views: 10941

I have exactly same problem on my PC mashine arm64 with 12G memory and 6 core AMD, and i am forced to compile cmake by hand, because only that option works. And installing it by hand. I do it now from almost 1 year.
My system was updated few times, and problem with CMAKE was still this same.
My ...
  • Jump to post
by maxim.251
Fri Oct 21, 2022 11:02 am
Forum: Unsupported Software
Topic: [SOLVED] Deep update fails on rebuilding dev-haskell/mtl
Replies: 5
Views: 4415

I did upgrade ghc responsible for dev-haskell, and I needed upgrade to
dev-lang/ghc-9.0.2

which puls also other packages in the tree, But still I have issue with packages

dev-haskell/mtl
dev-haskell/text
dev-haskell/cabal
dev-haskell/cabal


in accept keywords, i needed also add this packages ...
  • Jump to post
by maxim.251
Fri Oct 21, 2022 9:04 am
Forum: Unsupported Software
Topic: [SOLVED] Deep update fails on rebuilding dev-haskell/mtl
Replies: 5
Views: 4415

Did not help, still I have this same error.
using code emerge -v1 dev-haskell/mtl::gentoo

WARNING: settings file doesn't exist "/var/tmp/portage/dev-haskell/mtl-2.2.2/temp/settings"
cannot know target platform so guessing target == host (native compiler)

It must be something else. I did already ...
  • Jump to post
by maxim.251
Thu Oct 20, 2022 11:02 am
Forum: Unsupported Software
Topic: [SOLVED] Deep update fails on rebuilding dev-haskell/mtl
Replies: 5
Views: 4415

I have now this same problem.
  • Jump to post
by maxim.251
Tue Dec 14, 2021 9:01 pm
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252

Few hours ago I successfully made upgrade whole system. It take me almost whole 5 days. { Yeah, I am not upgrading system too often } Compiling by hand cmake and cheat system that this package exist helped. But still I am struggling with libCTestlib problem.
Now I am finishing cleaning my system ...
  • Jump to post
by maxim.251
Mon Dec 13, 2021 6:45 am
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252

WARNING!!

i am sharing with that information, but interesting in to system pkg can be dangerous and can make a lot of problems in the future

There is possibility to add package to the system set manually creating folder and files of that package on
/var/db/pkg/dev-util/
but this is unsafe, but ...
  • Jump to post
by maxim.251
Sun Dec 12, 2021 9:08 pm
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252

WARNING!!

i am sharing with that information, but interesting in to system pkg can be dangerous and can make a lot of problems in the future

There is possibility to add package to the system set manually creating folder and files of that package on
/var/db/pkg/dev-util/
but this is unsafe, but ...
  • Jump to post
by maxim.251
Sun Dec 12, 2021 11:09 am
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252

O my god! dev-util/cmake-3.20.5 did compiled. from /var/tmp/portage/dev-util/cmake-3.20.5/work/cmake-3.20.5

what I did was use comand

first in home directory like ealier I was saying I donwloaded package of binary cmake, then I moved Binary files to root binary, and shared files to root shared ...
  • Jump to post
by maxim.251
Sun Dec 12, 2021 8:01 am
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252

This is my make.conf file


# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
#COMMON_FLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
#COMMON_FLAGS="-O2 -pipe ...
  • Jump to post
by maxim.251
Sun Dec 12, 2021 7:52 am
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252


localhost /var/tmp # emerge --info cmake
Portage 3.0.28 (python 3.8.12-final-0, default/linux/amd64/17.1/systemd, gcc-11.2.0, glibc-2.33-r7, 5.4.80-gentoo-r1-x86_64 x86_64)
=================================================================
System Settings ...
  • Jump to post
by maxim.251
Sat Dec 11, 2021 8:44 pm
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252

Oh, after updating gcc depended packages still I have brake from cmake.
Now from desperation I want make " emerge -av1e @world "
But anyway I know that cmake will fail with compiling it. And I checked that there are to much packages depending at cmake that I must have it.
I still dont understand ...
  • Jump to post
by maxim.251
Sat Dec 11, 2021 6:27 pm
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252

NO! Still don't work.
cmFileCommand.cxx:(.text+0xeeb8): undefined reference to `curl_global_init'

[ 99%] Built target CTestLib
make[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.1/work/cmake-3.22.1_build'
make: *** [Makefile:166: all] Error 2
* ERROR: dev-util/cmake-3.22.1::gentoo ...
  • Jump to post
by maxim.251
Sat Dec 11, 2021 4:48 pm
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252

fedeliallalinea wrote:What return binutils-config -B and binutils-config -L commands?
binutils-config -B
/usr/x86_64-pc-linux-gnu/binutils-bin/2.37_p1

Code: Select all

binutils-config -L
/usr/lib64/binutils/x86_64-pc-linux-gnu/2.37_p1
  • Jump to post
by maxim.251
Sat Dec 11, 2021 4:45 pm
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252

I go to official site of ebuilds on gentoo, and what I read there

(and others, updated later) These old versions of tool chain packages (binutils, gcc, glibc) are no longer officially supported and are not suitable for general use. Using these packages can result in build failures (and possible ...
  • Jump to post
by maxim.251
Sat Dec 11, 2021 3:36 pm
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252

localhost /home/maxim # binutils-config -l
[1] aarch64-unknown-linux-gnu-2.37_p1 *

[2] x86_64-pc-linux-gnu-2.35.2 *
[3] x86_64-pc-linux-gnu-2.36.1
[4] x86_64-pc-linux-gnu-2.37_p1

now I am preparing to use position number 4, and i am now recompiling sys-libs/binutils-libs-2.37_p1 to match it ...
  • Jump to post
by maxim.251
Sat Dec 11, 2021 11:03 am
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252

Still not working. :(
https://transfer.sh/AfKuHV/build.log
I did what You ask about libtool and curl

Earlier I try using emerge -ave world, but everytime it stops at cmake.

curl ebuild looks like that
[I] net-misc/curl
Available versions: 7.79.1^t ~7.80.0^t {adns alt-svc brotli +ftp gnutls ...
  • Jump to post
by maxim.251
Sat Dec 11, 2021 10:06 am
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252

https://transfer.sh/xCkuwq/buildlog build log

I hope that will be ok

I also was trying rebuild libtool, and not helped, and change compiller, but for now there are avaible only 2 of them
# gcc-config -l
[1] x86_64-pc-linux-gnu-10.3.0 *
[2] x86_64-pc-linux-gnu-11.2.0

Do I should try compile ...
  • Jump to post
by maxim.251
Sat Dec 11, 2021 9:40 am
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252

http://codepad.org/NW0wtCxi -- /var/tmp/portage/dev-util/cmake-3.20.5/temp/build.log
http://codepad.org/c7ZjEJgY -- emerge --info =dev-util/cmake-3.20.5::gentoo
  • Jump to post
by maxim.251
Sat Dec 11, 2021 8:21 am
Forum: Other Things Gentoo
Topic: cmake compilation failure
Replies: 25
Views: 8252

Yes, but give me a moment, I never use pastebin app, and I need install it.

Oghh, I have problems with wgetpaste app, and web site, I am limited to the size of 512kB :/ I will try do somethig else to give full output of what You are asking :/
  • Jump to post

Search found 144 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic