This file is indexed.

/usr/share/gluegen2/make/scripts/check-glibc.sh is in libgluegen2-build-java 2.3.2-5.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#! /bin/bash

BDIR=$1
shift

SDIR=`dirname $0`
RDIR=$SDIR/../../..

function check_glibc() {

  echo "------------------------------------------------------------"
  echo $1 via objdump
  echo
  objdump -T $1 | grep GLIBC | awk ' { print $5 " " $6 } ' | sort
  echo "------------------------------------------------------------"
}

check_glibc $RDIR/gluegen/$BDIR/obj/libgluegen-rt.so 
check_glibc $RDIR/joal/$BDIR/obj/libopenal.so 
check_glibc $RDIR/joal/$BDIR/obj/libjoal.so 
check_glibc $RDIR/jogl/$BDIR/nativewindow/obj/libnativewindow_awt.so
check_glibc $RDIR/jogl/$BDIR/nativewindow/obj/libnativewindow_x11.so
check_glibc $RDIR/jogl/$BDIR/jogl/obj/libjogl_desktop.so
check_glibc $RDIR/jogl/$BDIR/jogl/obj/libjogl_mobile.so
check_glibc $RDIR/jogl/$BDIR/jogl/obj/libjogl_cg.so
check_glibc $RDIR/jogl/$BDIR/newt/obj/libnewt.so