./libtool: line 2621: func__fatal_error: command not found #169

Closed
opened 2018-01-31 00:31:00 +00:00 by RossComputerGuy · 3 comments
RossComputerGuy commented 2018-01-31 00:31:00 +00:00 (Migrated from github.com)

Whenever I configure with these arguments CC=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/bin/musl-gcc --prefix=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs --exec-prefix=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/usr --with-system-libdir=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/lib:/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/usr/lib --with-system-includedir=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/usr/include --host=x86_64 --target=x86_64 CFLAGS="-shared" and try to make, I get:

make[1]: Entering directory '/home/spaceboyross/BlueSkyOS/modules/syscore/src/pkgconf'
  CC       libpkgconf/client.lo
./libtool: line 2621: func__fatal_error: command not found
mv: cannot stat 'libpkgconf/.deps/client.Tpo': No such file or directory
Makefile:741: recipe for target 'libpkgconf/client.lo' failed
make[1]: *** [libpkgconf/client.lo] Error 1
make[1]: Leaving directory '/home/spaceboyross/BlueSkyOS/modules/syscore/src/pkgconf'
src/config/targets/pkgconf/build.mk:2: recipe for target 'pkgconf' failed
make: *** [pkgconf] Error 2

Can someone fix this?

Whenever I configure with these arguments `CC=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/bin/musl-gcc --prefix=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs --exec-prefix=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/usr --with-system-libdir=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/lib:/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/usr/lib --with-system-includedir=/home/spaceboyross/BlueSkyOS/modules/syscore/./src/rootfs/usr/include --host=x86_64 --target=x86_64 CFLAGS="-shared"` and try to make, I get: ``` make[1]: Entering directory '/home/spaceboyross/BlueSkyOS/modules/syscore/src/pkgconf' CC libpkgconf/client.lo ./libtool: line 2621: func__fatal_error: command not found mv: cannot stat 'libpkgconf/.deps/client.Tpo': No such file or directory Makefile:741: recipe for target 'libpkgconf/client.lo' failed make[1]: *** [libpkgconf/client.lo] Error 1 make[1]: Leaving directory '/home/spaceboyross/BlueSkyOS/modules/syscore/src/pkgconf' src/config/targets/pkgconf/build.mk:2: recipe for target 'pkgconf' failed make: *** [pkgconf] Error 2 ``` Can someone fix this?

your libtool is broken, it is not a pkgconf issue

your libtool is broken, it is not a pkgconf issue
RossComputerGuy commented 2018-01-31 01:12:40 +00:00 (Migrated from github.com)

But I just installed libtool today on Ubuntu 17.10.

But I just installed libtool today on Ubuntu 17.10.

then you should probably have a word with ubuntu, as we just use the system libtool.

beyond that, your CFLAGS are quite strange which likely indicates other breakage. you may want to look into why you need to explicitly specify -shared in your CFLAGS, as you usually shouldn't be doing that.

either way, it is not a pkgconf issue.

hope that is helpful.

then you should probably have a word with ubuntu, as we just use the system libtool. beyond that, your CFLAGS are quite strange which likely indicates other breakage. you may want to look into why you need to explicitly specify `-shared` in your CFLAGS, as you usually shouldn't be doing that. either way, it is not a pkgconf issue. hope that is helpful.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#169
There is no content yet.