diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-19 12:40:23 +0200 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-19 12:40:23 +0200 |
commit | c092428b53c1306252b66b51f49482650ec1f38b (patch) | |
tree | b2cb5436b0552fc966995e4140dfbcf9a22fb14a /lshw/lshw-B.02.20-1-x86_64-package.log | |
parent | 4366a7c9a4131d5ab5ce400573275a8f8f41a6c2 (diff) |
tlaunch requeriment are compiled, thinkpad touchpad requeriment are compiled, docker requeriment in progress is a long task yet and add validate size
Diffstat (limited to 'lshw/lshw-B.02.20-1-x86_64-package.log')
-rw-r--r-- | lshw/lshw-B.02.20-1-x86_64-package.log | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/lshw/lshw-B.02.20-1-x86_64-package.log b/lshw/lshw-B.02.20-1-x86_64-package.log new file mode 100644 index 0000000..d352dc7 --- /dev/null +++ b/lshw/lshw-B.02.20-1-x86_64-package.log @@ -0,0 +1,37 @@ +make -C src install +make[1]: Entering directory '/build/lshw/src/lshw/src' +make -C core all +make[2]: Entering directory '/build/lshw/src/lshw/src/core' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '/build/lshw/src/lshw/src/core' +g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L./core/ -g -Wl,--as-needed -o lshw lshw.o -llshw -lresolv +install -p -d -m 0755 /build/lshw/pkg/lshw///usr/bin +install -p -m 0755 lshw /build/lshw/pkg/lshw///usr/bin +install -p -d -m 0755 /build/lshw/pkg/lshw///usr/share/man/man1 +install -p -m 0644 lshw.1 /build/lshw/pkg/lshw///usr/share/man/man1 +install -p -d -m 0755 /build/lshw/pkg/lshw///usr/share/lshw +install -p -m 0644 pci.ids usb.ids oui.txt manuf.txt pnp.ids pnpid.txt /build/lshw/pkg/lshw///usr/share/lshw +make -C po install +make[2]: Entering directory '/build/lshw/src/lshw/src/po' +msgfmt -v -o ca.mo ca.po +msgfmt -v -o es.mo es.po +install -D ca.mo /build/lshw/pkg/lshw///usr/share/locale/ca/LC_MESSAGES/lshw.mo ; install -D es.mo /build/lshw/pkg/lshw///usr/share/locale/es/LC_MESSAGES/lshw.mo ; install -D fr.mo /build/lshw/pkg/lshw///usr/share/locale/fr/LC_MESSAGES/lshw.mo ; +make[2]: Leaving directory '/build/lshw/src/lshw/src/po' +make[1]: Leaving directory '/build/lshw/src/lshw/src' +make -C src install-gui +make[1]: Entering directory '/build/lshw/src/lshw/src' +make -C core all +make[2]: Entering directory '/build/lshw/src/lshw/src/core' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '/build/lshw/src/lshw/src/core' +make -C gui all +make[2]: Entering directory '/build/lshw/src/lshw/src/gui' +make[2]: Nothing to be done for 'all'. +make[2]: Leaving directory '/build/lshw/src/lshw/src/gui' +install -p -d -m 0755 /build/lshw/pkg/lshw///usr/bin +install -p -m 0755 gui/gtk-lshw /build/lshw/pkg/lshw///usr/bin +install -p -d -m 0755 /build/lshw/pkg/lshw///usr/share/lshw/artwork +install -p -d -m 0755 /build/lshw/pkg/lshw///usr/share/lshw/ui +install -p -m 0644 gui/*.ui /build/lshw/pkg/lshw///usr/share/lshw/ui +install -p -m 0644 gui/artwork/*.svg /build/lshw/pkg/lshw///usr/share/lshw/artwork +make[1]: Leaving directory '/build/lshw/src/lshw/src' |