Paul Rogers wrote:
Trying to make gudev/gir. First I found the presumption that glib was
built in /usr. It's not. So after careful examination, I added a sed
that changed /usr/ to /usr/local/:
tar -xjvf ../tarballs/lfs/udev-lfs-188-3.tar.bz2 &&
sed -i 's:/usr/:/usr/local/:' udev-lfs-188/makefile-incl.g* &&
(make -j $MMPF -f udev-lfs-188/Makefile.lfs gudev 2>&1 | \
tee log.make && exit $PIPESTATUS) &&
(make -j $MMPF -f udev-lfs-188/Makefile.lfs gir-data 2>&1 | \
tee -a log.make && exit $PIPESTATUS) &&
These are my results:
[17:48 systemd-188]$ less log.make
cp udev-lfs-188/cfg.h .
CC src/gudev/gudevclient.c
CC src/gudev/gudevdevice.c
CC src/gudev/gudevenumerator.c
CC src/gudev/gudevenumtypes.c
CC src/gudev/gudevmarshal.c
LINK build/libgudev-1.0.so.0.1.2
ln -sfn libgudev-1.0.so.0.1.2 build/libgudev-1.0.so.0
ln -sfn libgudev-1.0.so.0.1.2 build/libgudev-1.0.so
cp udev-lfs-188/cfg.h .
CC src/gudev/gudevclient.c
CC src/gudev/gudevdevice.c
CC src/gudev/gudevenumerator.c
CC src/gudev/gudevenumtypes.c
CC src/gudev/gudevmarshal.c
LINK build/libgudev-1.0.so.0.1.2
ln -sfn libgudev-1.0.so.0.1.2 build/libgudev-1.0.so.0
ln -sfn libgudev-1.0.so.0.1.2 build/libgudev-1.0.so
G-IR-SCANNER build/GUdev-1.0.gir
/bin/bash: g-ir-scanner: command not found
make: *** [build/GUdev-1.0.gir] Error 127
log.make (END)
I don't uderstand the syntax in makefile-incl.gir, so can't figure
out what the fix is now. Help? TIA
It's just a Makefile with Makefile rules. Since it is included, the parent is
also needed.
What it is saying is that it can't find g-ir-scanner in your PATH. Try adjusting
your PATH to where it is before install.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page