echawk / kiss-xorg

A KISS Linux Repository for Xorg
MIT License
34 stars 9 forks source link

libXpm & xhost: gettext-tiny is needed #104

Closed apprehensions closed 1 year ago

apprehensions commented 1 year ago
make[2]: Leaving directory '/home/wael/.cache/kiss/proc/31085/build/libXpm/src'
Making all in sxpm
make[2]: Entering directory '/home/wael/.cache/kiss/proc/31085/build/libXpm/sxpm'
  CC       sxpm.o
  GEN      sxpm.po
/bin/sh: xgettext: not found
make[2]: *** [Makefile:678: sxpm.po] Error 127
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/wael/.cache/kiss/proc/31085/build/libXpm/sxpm'
make[1]: *** [Makefile:485: all-recursive] Error 1
make[1]: Leaving directory '/home/wael/.cache/kiss/proc/31085/build/libXpm'
make: *** [Makefile:394: all] Error 2
-> libXpm Build failed
apprehensions commented 1 year ago

bruh i typed enter on accident

echawk commented 1 year ago

I can't reproduce.

[ethan ethan] % command -v xgettext
[ethan ethan] % echo $?
1

I can build libXaw just fine.

apprehensions commented 1 year ago

I mean libXpm oops

echawk commented 1 year ago

You're right. I'd really hate to have anything in xorg/ depend on gettext so I'm going to see if there's an easy way to fix it.

echawk commented 1 year ago

Should be fixed. Let me know if it builds for you.

apprehensions commented 1 year ago

https://termbin.com/wwri6 nope;

apprehensions commented 1 year ago

wait thatx libXpm why do i keep confusing it

apprehensions commented 1 year ago

what that is libXpm not libXpw wtf

apprehensions commented 1 year ago
make[2]: Leaving directory '/tmp/kiss/8391/build/xhost/man'
make[2]: Entering directory '/tmp/kiss/8391/build/xhost'
  CC       xhost.o
  GEN      xhost.po
/bin/sh: xgettext: not found
make[2]: *** [Makefile:942: xhost.po] Error 127
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/tmp/kiss/8391/build/xhost'
make[1]: *** [Makefile:499: all-recursive] Error 1
make[1]: Leaving directory '/tmp/kiss/8391/build/xhost'
make: *** [Makefile:365: all] Error 2
-> xhost Build failed
echawk commented 1 year ago

xhost is fixed as of: c72a644b40a71eadfe869f614d3ab7c44adc8512

libXpm is fixed as of: 27d526f6a9a2dce1b78dcc1ea7473eef94fe1a06

apprehensions commented 1 year ago

thank you.!N!>!