==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: glew1.10 1.10.0-4 (Sat Jul 13 10:52:52 2024)
==> Retrieving sources...
  -> Found glew-1.10.0.tgz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    glew-1.10.0.tgz ... Passed
==> Making package: glew1.10 1.10.0-4 (Sat Jul 13 10:53:14 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25l:: There are 5 providers available for libgl:
:: Repository extra
   1) libglvnd
:: Repository alarm
   2) imx-gpu-viv-dfb  3) imx-gpu-viv-fb  4) imx-gpu-viv-wl  5) imx-gpu-viv-x11

Enter a number (default=1): 
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: mesa will be installed before its libglvnd dependency

Packages (25) default-cursors-2-2  libdrm-2.4.122-1  libedit-20240517_3.1-1
              libice-1.1.1-3  libomxil-bellagio-0.9.3-5  libpciaccess-0.18.1-2
              libsm-1.2.4-2  libxau-1.0.11-3  libxcb-1.17.0-1
              libxdmcp-1.1.5-1.1  libxfixes-6.0.1-2  libxshmfence-1.3.2-2
              libxt-1.3.0-2  libxxf86vm-1.1.5-2  llvm-libs-18.1.8-3
              lm_sensors-1:3.6.0.r41.g31d1f125-3  mesa-1:24.1.3-1
              wayland-1.23.0-1  xcb-proto-1.17.0-2  xorgproto-2024.1-2
              libglvnd-1.7.0-1  libx11-1.8.9-1  libxext-1.3.6-1  libxi-1.8.1-2
              libxmu-1.2.1-1

Total Installed Size:  218.32 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing xcb-proto...
installing xorgproto...
installing libxdmcp...
installing libxau...
installing libxcb...
installing libx11...
installing libxext...
installing libpciaccess...
installing libdrm...
Optional dependencies for libdrm
    cairo: needed for modetest tool
installing libxfixes...
installing libxshmfence...
installing libxxf86vm...
installing libedit...
installing llvm-libs...
installing lm_sensors...
Optional dependencies for lm_sensors
    rrdtool: for logging with sensord
    perl: for sensor detection and configuration convert [installed]
installing default-cursors...
Optional dependencies for default-cursors
    adwaita-cursors: default cursor theme
installing wayland...
installing libomxil-bellagio...
installing mesa...
Optional dependencies for mesa
    opengl-man-pages: for the OpenGL API man pages
installing libglvnd...
installing libxi...
installing libice...
installing libsm...
installing libxt...
installing libxmu...
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found glew-1.10.0.tgz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting glew-1.10.0.tgz with bsdtar
==> Starting prepare()...
==> Starting build()...
sed \
	-e "s|@prefix@|/usr|g" \
	-e "s|@libdir@|/usr/lib|g" \
	-e "s|@exec_prefix@|/usr/bin|g" \
	-e "s|@includedir@|/usr/include/GL|g" \
	-e "s|@version@|1.10.0|g" \
	-e "s|@cflags@||g" \
	-e "s|@libname@|GLEW|g" \
	< glew.pc.in > glew.pc
cc -DGLEW_NO_GLU -O2 -Wall -W -Iinclude -fPIC  -o tmp/linux/default/shared/glew.o -c src/glew.c
cc -DGLEW_NO_GLU -DGLEW_STATIC -O2 -Wall -W -Iinclude -fPIC  -o tmp/linux/default/static/glew.o -c src/glew.c
cc -DGLEW_NO_GLU -DGLEW_MX -O2 -Wall -W -Iinclude -fPIC  -o tmp/linux/mx/shared/glew.o -c src/glew.c
cc -DGLEW_NO_GLU -DGLEW_MX -DGLEW_STATIC -O2 -Wall -W -Iinclude -fPIC  -o tmp/linux/mx/static/glew.o -c src/glew.c
sed \
	-e "s|@prefix@|/usr|g" \
	-e "s|@libdir@|/usr/lib|g" \
	-e "s|@exec_prefix@|/usr/bin|g" \
	-e "s|@includedir@|/usr/include/GL|g" \
	-e "s|@version@|1.10.0|g" \
	-e "s|@cflags@|-DGLEW_MX|g" \
	-e "s|@libname@|GLEWmx|g" \
	< glew.pc.in > glewmx.pc
cc -DGLEW_NO_GLU -O2 -Wall -W -Iinclude -fPIC  -o tmp/linux/default/shared/glewinfo.o -c src/glewinfo.c
cc -DGLEW_NO_GLU -O2 -Wall -W -Iinclude -fPIC  -o tmp/linux/default/shared/visualinfo.o -c src/visualinfo.c
src/glew.c: In function '_glewStrSame1':
src/glew.c:219:29: warning: the comparison will always evaluate as 'true' for the pointer operand in '*a + (sizetype)i' must not be NULL [-Waddress]
src/glew.c:219:43: warning: the comparison will always evaluate as 'true' for the pointer operand in 'b + (sizetype)i' must not be NULL [-Waddress]
src/glew.c: In function '_glewStrSame2':
src/glew.c:235:29: warning: the comparison will always evaluate as 'true' for the pointer operand in '*a + (sizetype)i' must not be NULL [-Waddress]
src/glew.c:235:43: warning: the comparison will always evaluate as 'true' for the pointer operand in 'b + (sizetype)i' must not be NULL [-Waddress]
src/glew.c: In function '_glewStrSame3':
src/glew.c:251:29: warning: the comparison will always evaluate as 'true' for the pointer operand in '*a + (sizetype)i' must not be NULL [-Waddress]
src/glew.c:251:43: warning: the comparison will always evaluate as 'true' for the pointer operand in 'b + (sizetype)i' must not be NULL [-Waddress]
cc -shared -Wl,-soname=libGLEWmx.so.1.10 -o lib/libGLEWmx.so.1.10.0 tmp/linux/mx/shared/glew.o -L/usr/X11R6/lib -L/usr/lib -lXmu -lXi -lGL -lXext -lX11 
src/glew.c: In function '_glewStrSame1':
src/glew.c:219:29: warning: the comparison will always evaluate as 'true' for the pointer operand in '*a + (sizetype)i' must not be NULL [-Waddress]
src/glew.c:219:43: warning: the comparison will always evaluate as 'true' for the pointer operand in 'b + (sizetype)i' must not be NULL [-Waddress]
src/glew.c: In function '_glewStrSame2':
src/glew.c:235:29: warning: the comparison will always evaluate as 'true' for the pointer operand in '*a + (sizetype)i' must not be NULL [-Waddress]
src/glew.c:235:43: warning: the comparison will always evaluate as 'true' for the pointer operand in 'b + (sizetype)i' must not be NULL [-Waddress]
src/glew.c: In function '_glewStrSame3':
src/glew.c:251:29: warning: the comparison will always evaluate as 'true' for the pointer operand in '*a + (sizetype)i' must not be NULL [-Waddress]
src/glew.c:251:43: warning: the comparison will always evaluate as 'true' for the pointer operand in 'b + (sizetype)i' must not be NULL [-Waddress]
ar cr lib/libGLEWmx.a tmp/linux/mx/static/glew.o
ln -sf libGLEWmx.so.1.10.0 lib/libGLEWmx.so.1.10
ln -sf libGLEWmx.so.1.10.0 lib/libGLEWmx.so
strip -x lib/libGLEWmx.so.1.10.0
src/glew.c: In function '_glewStrSame1':
src/glew.c:219:29: warning: the comparison will always evaluate as 'true' for the pointer operand in '*a + (sizetype)i' must not be NULL [-Waddress]
src/glew.c:219:43: warning: the comparison will always evaluate as 'true' for the pointer operand in 'b + (sizetype)i' must not be NULL [-Waddress]
src/glew.c: In function '_glewStrSame2':
src/glew.c:235:29: warning: the comparison will always evaluate as 'true' for the pointer operand in '*a + (sizetype)i' must not be NULL [-Waddress]
src/glew.c:235:43: warning: the comparison will always evaluate as 'true' for the pointer operand in 'b + (sizetype)i' must not be NULL [-Waddress]
src/glew.c: In function '_glewStrSame3':
src/glew.c:251:29: warning: the comparison will always evaluate as 'true' for the pointer operand in '*a + (sizetype)i' must not be NULL [-Waddress]
src/glew.c:251:43: warning: the comparison will always evaluate as 'true' for the pointer operand in 'b + (sizetype)i' must not be NULL [-Waddress]
cc -shared -Wl,-soname=libGLEW.so.1.10 -o lib/libGLEW.so.1.10.0 tmp/linux/default/shared/glew.o -L/usr/X11R6/lib -L/usr/lib -lXmu -lXi -lGL -lXext -lX11 
src/glew.c: In function '_glewStrSame1':
src/glew.c:219:29: warning: the comparison will always evaluate as 'true' for the pointer operand in '*a + (sizetype)i' must not be NULL [-Waddress]
src/glew.c:219:43: warning: the comparison will always evaluate as 'true' for the pointer operand in 'b + (sizetype)i' must not be NULL [-Waddress]
src/glew.c: In function '_glewStrSame2':
src/glew.c:235:29: warning: the comparison will always evaluate as 'true' for the pointer operand in '*a + (sizetype)i' must not be NULL [-Waddress]
src/glew.c:235:43: warning: the comparison will always evaluate as 'true' for the pointer operand in 'b + (sizetype)i' must not be NULL [-Waddress]
src/glew.c: In function '_glewStrSame3':
src/glew.c:251:29: warning: the comparison will always evaluate as 'true' for the pointer operand in '*a + (sizetype)i' must not be NULL [-Waddress]
src/glew.c:251:43: warning: the comparison will always evaluate as 'true' for the pointer operand in 'b + (sizetype)i' must not be NULL [-Waddress]
ar cr lib/libGLEW.a tmp/linux/default/static/glew.o
strip -x lib/libGLEW.a
ln -sf libGLEW.so.1.10.0 lib/libGLEW.so.1.10
ln -sf libGLEW.so.1.10.0 lib/libGLEW.so
strip -x lib/libGLEW.so.1.10.0
cc -O2 -Wall -W -Iinclude -fPIC -o bin/glewinfo tmp/linux/default/shared/glewinfo.o -Llib -Wl,-Bdynamic -lGLEW -L/usr/X11R6/lib -L/usr/lib -lXmu -lXi -lGL -lXext -lX11
cc -O2 -Wall -W -Iinclude -fPIC -o bin/visualinfo tmp/linux/default/shared/visualinfo.o -Llib -Wl,-Bdynamic -lGLEW -L/usr/X11R6/lib -L/usr/lib -lXmu -lXi -lGL -lXext -lX11
strip -x bin/visualinfo
strip -x bin/glewinfo
==> Entering fakeroot environment...
==> Starting package()...
install -d -m 0755 /build/glew1.10/pkg/glew1.10/usr/include/GL
sed \
	-e "s|@prefix@|/build/glew1.10/pkg/glew1.10/usr|g" \
	-e "s|@libdir@|/build/glew1.10/pkg/glew1.10/usr/lib|g" \
	-e "s|@exec_prefix@|/build/glew1.10/pkg/glew1.10/usr/bin|g" \
	-e "s|@includedir@|/build/glew1.10/pkg/glew1.10/usr/include/GL|g" \
	-e "s|@version@|1.10.0|g" \
	-e "s|@cflags@||g" \
	-e "s|@libname@|GLEW|g" \
	< glew.pc.in > glew.pc
install -m 0644 include/GL/wglew.h /build/glew1.10/pkg/glew1.10/usr/include/GL/
install -m 0644 include/GL/glew.h /build/glew1.10/pkg/glew1.10/usr/include/GL/
install -d -m 0755 /build/glew1.10/pkg/glew1.10/usr/lib
install -d -m 0755 /build/glew1.10/pkg/glew1.10/usr/lib
install -m 0644 include/GL/glxew.h /build/glew1.10/pkg/glew1.10/usr/include/GL/
install -m 0644 lib/libGLEW.so.1.10.0 /build/glew1.10/pkg/glew1.10/usr/lib/
install -d -m 0755 /build/glew1.10/pkg/glew1.10/usr/lib/pkgconfig
install -m 0644 glew.pc /build/glew1.10/pkg/glew1.10/usr/lib/pkgconfig/
ln -sf libGLEW.so.1.10.0 /build/glew1.10/pkg/glew1.10/usr/lib/libGLEW.so.1.10
ln -sf libGLEW.so.1.10.0 /build/glew1.10/pkg/glew1.10/usr/lib/libGLEW.so
install -m 0644 lib/libGLEW.a /build/glew1.10/pkg/glew1.10/usr/lib/
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "glew1.10"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: glew1.10 1.10.0-4 (Sat Jul 13 10:53:50 2024)
==> Cleaning up...