GithubHelp home page GithubHelp logo

asfadmin / asf_mapready Goto Github PK

View Code? Open in Web Editor NEW
37.0 37.0 21.0 251.41 MB

License: GNU General Public License v3.0

Python 0.43% Shell 0.22% C 83.55% Makefile 12.93% Perl 0.50% C++ 0.59% Objective-C 0.11% HTML 0.01% DIGITAL Command Language 0.01% Lex 0.03% Yacc 0.51% M4 0.09% Roff 1.02% sed 0.01% Dockerfile 0.01%

asf_mapready's People

Contributors

bbuechler avatar benbart avatar emlundell avatar flaviomotamedeiros avatar glshort avatar ikselven avatar khogenso avatar mshapran avatar ninneman avatar rudigens avatar talogan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

asf_mapready's Issues

src/sgpsdp has non-ASF GPL code

src/sgpsdp has code that was copied from the gpredict tool, and it gets compiled directly into Mapready. Since gpredict is released under the GPL, that means Mapready must also be GPLed. Since gpredict isn't ASF code, we can't change its license.

Kirk suggests that all the functionality performed by sgpsdp should have been moved over to the libsgp4 external library, but plan and sst still depend on src/sgpsdp.

Make error in Ubuntu 20.04

The ./configure works fine, but when running make, I get this error:
make[1]: Entering directory '/home/mk/ASF_MapReady/src/libasf_proj'
gcc -O4 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_ISOC99_SOURCE -Dlinux -D_PKG_MAPREADY -DASF_LIL_ENDIAN -DASF_LIL_IEEE -I. -I../../include -DMAKE_VER -I/usr/include/hdf5/serial -I/usr/include/geotiff -I/usr/include/hdf5/serial "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1" -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/x86_64-linux-gnu -I/usr/include/geotiff -c -o geotiff_support.o geotiff_support.c
In file included from geotiff_support.c:5:
/usr/include/geotiff/geo_keyp.h:113:4: error: unknown type name ‘PJ_CONTEXT’
113 | PJ_CONTEXT pj_context; / PROJ context */
| ^~~~~~~~~~
make[1]: *** [: geotiff_support.o] Error 1
make[1]: Leaving directory '/home/mk/ASF_MapReady/src/libasf_proj'
make: *** [Makefile:300: mapready] Error 2

Can you please help me address this issue?
Thank you,
Marta

Building failed

Hi,
I just trying to install mapready on Ubuntu 18.04. I failed on building with make. Here's what I got:

In file included from /usr/include/hdf5/serial/H5public.h:145:0,
from /usr/include/hdf5/serial/hdf5.h:24,
from ../../include/asf_meta.h:35,
from asf_coregister.c:2:
../../include/ifm.h:30:13: error: two or more data types in declaration specifiers
typedef int bool;
^
In file included from asf_coregister.c:7:0:
../../include/ifm.h:30:1: warning: useless type name in empty declaration
typedef int bool;
^~~~~~~
asf_coregister.c: In function ‘read_ardop_params’:
asf_coregister.c:389:5: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp, "%f %f %f", &fd, &fdd, &fddd);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
asf_coregister.c:397:5: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp,"%f %f %f %f", &sloper, &interr, &slopea, &intera);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
asf_coregister.c:402:5: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp,"%f %f %f %f", &dsloper, &dinterr, &dslopea, &dintera);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
asf_coregister.c: In function ‘asf_coregister’:
asf_coregister.c:621:2: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp, "%lf%lf%lf%lf", &a, &b, &c, &d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
asf_coregister.c:622:2: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp, "%lf%lf%lf%lf", &e, &f, &g, &h);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: recipe for target 'asf_coregister.o' failed
make[1]: *** [asf_coregister.o] Error 1
make[1]: Leaving directory '/home/zectre/ASF_MapReady/src/libasf_insar'
Makefile:290: recipe for target 'mapready' failed
make: *** [mapready] Error 2

Could you please help me with with this? Thank you.

Best regards

Ubuntu 18.04 MapReady Make error

Hello, I was hoping I can get some assistance getting MapReady running. I made sure I had all of the libraries installed and up-to-date. I've read over all of the problems that other people had. I keep getting the same errors after I run ( make). I've spent more time on this than I care to admit and I still can't seem to get it to work. If I could get any help on this, it would be greatly appreciated.

git clone https://github.com/asfadmin/ASF_MapReady.git

cd ASF_MapReady

./configure

make

j@j-ThinkPad-P50:$ cd ASF_MapReady
j@j-ThinkPad-P50:
/ASF_MapReady$ ./configure
Configuring ASF Tools
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for fopen in -lc... yes
checking for main in -lm... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for cos in -lm... yes
checking for cblas_dgemm in -lgslcblas... yes
checking for gsl_blas_dgemm in -lgsl... yes
checking for GSL... yes
checking for PROJ... yes
checking for GLIB... yes
checking for JPEG... no
checking for jpeg_read_header in -ljpeg... yes
checking for TIFF... yes
checking for PNG... yes
checking for GEOTIFF... no
checking for main in -lgeotiff... yes
checking for xtiffio.h in /usr/include... /usr/include/geotiff/xtiffio.h
checking /usr/include/geotiff/xtiffio.h usability... yes
checking /usr/include/geotiff/xtiffio.h presence... yes
checking for /usr/include/geotiff/xtiffio.h... yes
checking for SHAPELIB... yes
checking for FFTW... yes
checking for GTK... yes
checking for XML2... yes
checking for GDAL... yes
checking for CURL... yes
checking for HDF5... yes
checking for NETCDF... yes
checking for CUNIT... yes
checking for LIBGLADE... yes
########## Determining machine characteristics #############
endian.c: In function 'main':
endian.c:41:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
printf("\tshort = %d bytes.\n",sizeof(short));
~^
%ld
endian.c:42:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
printf("\tint = %d bytes.\n",sizeof(int));
~^
%ld
endian.c:43:21: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
printf("\tlong = %d bytes.\n",sizeof(long));
~^
%ld
endian.c:46:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
printf("\tfloat = %d bytes.\n",sizeof(float));
~^
%ld
endian.c:47:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
printf("\tdouble = %d bytes.\n",sizeof(double));
~^
%ld
Computer Information:
short = 2 bytes.
int = 4 bytes.
long = 8 bytes.
-> Integers are little-endian.

float = 4 bytes.
double = 8 bytes.
(float)(-9.5)= 0x0 0 18 c1
->Floats are IEEE standard  little-endian.

configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/config.h
########### Automatic configuration complete ###########

The ASF tools Makefile is now fully prepared.

To build the tools, type 'make'.
To install the tools, type 'make install'.

The tools will be installed in this location:
/usr/local

########### Build system is now configured ############



THIS IS THE BOTTOM PART OF THE PRINT OUT AFTER I RAN (MAKE)

In file included from /usr/include/hdf5/serial/H5public.h:145:0,
from /usr/include/hdf5/serial/hdf5.h:24,
from ../../include/asf_meta.h:35,
from asf_coregister.c:2:
../../include/ifm.h:30:13: error: two or more data types in declaration specifiers
typedef int bool;
^
In file included from asf_coregister.c:7:0:
../../include/ifm.h:30:1: warning: useless type name in empty declaration
typedef int bool;
^~~~~~~
asf_coregister.c: In function ‘read_ardop_params’:
asf_coregister.c:389:5: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp, "%f %f %f", &fd, &fdd, &fddd);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
asf_coregister.c:397:5: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp,"%f %f %f %f", &sloper, &interr, &slopea, &intera);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
asf_coregister.c:402:5: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp,"%f %f %f %f", &dsloper, &dinterr, &dslopea, &dintera);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
asf_coregister.c: In function ‘asf_coregister’:
asf_coregister.c:621:2: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp, "%lf%lf%lf%lf", &a, &b, &c, &d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
asf_coregister.c:622:2: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp, "%lf%lf%lf%lf", &e, &f, &g, &h);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: recipe for target 'asf_coregister.o' failed
make[1]: *** [asf_coregister.o] Error 1
make[1]: Leaving directory '/home/j/ASF_MapReady/src/libasf_insar'
Makefile:290: recipe for target 'mapready' failed
make: *** [mapready] Error 2

The build system needs a rework

The autotools/make build setup for this project is difficult to understand and maintain, and probably contains subtle bugs. I'm gonna do a whole new build system with scons.

"ASF_MapReady/etc/asf_mapready.spec" incorrectly lists /usr/local/bin and /usr/local/share in %files section

The spec file that eventually produces an RPM for asf_mapready specifies the following in the %files section:

%files
%defattr(666,root,root,777)
%attr(-,root,root) /usr/local/bin
/usr/local/share

Unfortunately, this results in failure to install on OSs such as RHEL7 where /usr/local/share is owned by a system package, with the following error:

yum install asf_mapready
...
...
Transaction check error:
  file /usr/local/share from install of asf_mapready-3.1.24-1.i386 conflicts with file from package filesystem-3.2-21.el7.x86_64

The spec file needs to be cleaned so that it either lists all of the files that it installs or uses a more sensible %files section that names all the files placed into /usr/local/bin individually, then all files placed into /usr/local/share/asf_tools/doc, and then /usr/local/share/asf_tools/mapready

Failed during make

checking for stdlib.h... (cached) yes
checking for inflateInit_ in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for jinit_compress_master in -ljpeg... yes
checking for TIFFOpen in -ltiff... no
configure: error: failed to link with -ltiff to find TIFFOpen
make[3]: Entering directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff/libgeotiff-1.2.2'
make[3]: *** No rule to make target 'libgeotiff.a'. Stop.
make[3]: Leaving directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff/libgeotiff-1.2.2'
make[3]: Entering directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff/libgeotiff-1.2.2'
d
make[3]: d: Command not found
Makefile:2: recipe for target 'asf_install' failed
make[3]: [asf_install] Error 127 (ignored)
libgeotiff.a
make[3]: libgeotiff.a: Command not found
Makefile:2: recipe for target 'asf_install' failed
make[3]: *** [asf_install] Error 127
make[3]: Leaving directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff/libgeotiff-1.2.2'
Makefile:21: recipe for target 'build_stamp' failed
make[2]: *** [build_stamp] Error 2
make[2]: Leaving directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff'
Makefile:33: recipe for target 'libs' failed
make[1]: *** [libs] Error 2
make[1]: Leaving directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external'
Makefile:464: recipe for target 'external_libs' failed
make: *** [external_libs] Error 2

I failed when did the make process. Maybe anyone know how to solve this? Thank you

Build failure on Mac OS 10.9.5 with Fink

This happens when I try to build Mapready in the Fink environment on Mac OS 10.9.5:

src/asf_meta/distortions.c:109:5: error: member reference base type 'void' is
      not a structure or union
  pj->a = 1.0;
  ~~^ ~
src/asf_meta/distortions.c:110:5: error: member reference base type 'void' is
      not a structure or union
  pj->x0 = pj->y0 = 0.0;
  ~~^ ~~
src/asf_meta/distortions.c:110:14: error: member reference base type 'void'
      is not a structure or union
  pj->x0 = pj->y0 = 0.0;
           ~~^ ~~
src/asf_meta/distortions.c:111:17: error: member reference base type 'void'
      is not a structure or union
  double es = pj->es;
              ~~^ ~~
src/asf_meta/distortions.c:112:21: error: member reference base type 'void'
      is not a structure or union
  double one_es = pj->one_es;
                  ~~^ ~~~~~~

rtc errors out compiling on mac 10.6

while building mapready, the following error occurs:

cc1: warnings being treated as errors
rtc.c: In function 'rtc':
rtc.c:200: warning: 'side_meta' may be used uninitialized in this function
rtc.c:199: warning: 'sideProductsMetaName' may be used uninitialized in this function
rtc.c:199: warning: 'sideProductsImgName' may be used uninitialized in this function
make[1]: *** [rtc.o] Error 1
make: *** [mapready] Error 2

The error can be bypassed by removing -Werror from the appropriate makefile(s)

src/asf_meta/distortions.c relies on a non-public part of the PROJ.4 API

src/asf_meta/distortions.c relies on parts of the PROJ.4 API that are considered internal, and so this code is fragile, subject to breakage when PROJ.4 changes.

  1. The projects.h header is private, and shouldn't be included.
  2. The function map_distortions() at one point attempts to directly access the members of a projPJ structure. This is considered bad practice by the PROJ.4 team, since the members are internal and subject to change.

Attempting to fix problem 1 causes compilation errors related to problem 2.

Fatal Crash in Ubuntu Install

When trying to import UAVSAR data, Mapready crashes fatally with the following error:

ASF MapReady:
Using share files directory: /usr/local//share/asf_tools/mapready

Parsing plugins.cfg...
Found 6 plugins.
*** buffer overflow detected ***: mapready terminated
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x7329f)[0x7f2ae854929f]
/lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x5c)[0x7f2ae85e0bbc]
/lib/x86_64-linux-gnu/libc.so.6(+0x109a90)[0x7f2ae85dfa90]
mapready(read_uavsar_polsar_params+0x46e)[0x599b0e]
mapready(make_input_image_thumbnail_pixbuf+0xce)[0x44b4de]
mapready[0x43b9d6]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x6df05)[0x7f2aeb114f05]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x8184)[0x7f2ae88a3184]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f2ae85d037d]
======= Memory map: ========
00400000-0067f000 r-xp 00000000 08:05 7220089                            /usr/local/bin/mapready
0087e000-0087f000 r--p 0027e000 08:05 7220089                            /usr/local/bin/mapready
0087f000-00885000 rw-p 0027f000 08:05 7220089                            /usr/local/bin/mapready
00885000-20ac3000 rw-p 00000000 00:00 0 
21bb4000-222dc000 rw-p 00000000 00:00 0                                  [heap]
7f2a94000000-7f2a94022000 rw-p 00000000 00:00 0 
7f2a94022000-7f2a98000000 ---p 00000000 00:00 0 
7f2a9c000000-7f2a9c022000 rw-p 00000000 00:00 0 
7f2a9c022000-7f2aa0000000 ---p 00000000 00:00 0 
7f2aa0000000-7f2aa0022000 rw-p 00000000 00:00 0 
7f2aa0022000-7f2aa4000000 ---p 00000000 00:00 0 
7f2aa4000000-7f2aa4022000 rw-p 00000000 00:00 0 
7f2aa4022000-7f2aa8000000 ---p 00000000 00:00 0 
7f2aa8000000-7f2aa8022000 rw-p 00000000 00:00 0 
7f2aa8022000-7f2aac000000 ---p 00000000 00:00 0 
7f2aac000000-7f2aac022000 rw-p 00000000 00:00 0 
7f2aac022000-7f2ab0000000 ---p 00000000 00:00 0 
7f2ab0000000-7f2ab0022000 rw-p 00000000 00:00 0 
7f2ab0022000-7f2ab4000000 ---p 00000000 00:00 0 
7f2ab8000000-7f2ab8022000 rw-p 00000000 00:00 0 
7f2ab8022000-7f2abc000000 ---p 00000000 00:00 0 
7f2abc4dc000-7f2abc4dd000 ---p 00000000 00:00 0 
7f2abc4dd000-7f2abccdd000 rw-p 00000000 00:00 0 
7f2abccdd000-7f2abccde000 ---p 00000000 00:00 0 
7f2abccde000-7f2abd4de000 rw-p 00000000 00:00 0 
7f2abf2cc000-7f2abf2e2000 r-xp 00000000 08:05 19398748                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f2abf2e2000-7f2abf4e1000 ---p 00016000 08:05 19398748                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f2abf4e1000-7f2abf4e2000 rw-p 00015000 08:05 19398748                   /lib/x86_64-linux-gnu/libgcc_s.so.1
7f2abf4e2000-7f2abf4e3000 ---p 00000000 00:00 0 
7f2abf4e3000-7f2abfce3000 rw-p 00000000 00:00 0 
7f2abfce3000-7f2abfcfc000 r-xp 00000000 08:05 7210334                    /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7f2abfcfc000-7f2abfefc000 ---p 00019000 08:05 7210334                    /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7f2abfefc000-7f2abfeff000 r--p 00019000 08:05 7210334                    /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7f2abfeff000-7f2abff00000 rw-p 0001c000 08:05 7210334                    /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7f2abff00000-7f2ac0000000 rw-s 00000000 00:05 34635842                   /SYSV00000000 (deleted)
7f2ac0000000-7f2ac0022000 rw-p 00000000 00:00 0 
7f2ac0022000-7f2ac4000000 ---p 00000000 00:00 0 
7f2ac4000000-7f2ac4022000 rw-p 00000000 00:00 0 
7f2ac4022000-7f2ac8000000 ---p 00000000 00:00 0 
7f2ac8000000-7f2ac8021000 rw-p 00000000 00:00 0 
7f2ac8021000-7f2acc000000 ---p 00000000 00:00 0 
7f2acc02d000-7f2acc08d000 rw-s 00000000 00:05 34668611                   /SYSV00000000 (deleted)
7f2acc08d000-7f2acc093000 r-xp 00000000 08:05 7209334                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f2acc093000-7f2acc292000 ---p 00006000 08:05 7209334                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f2acc292000-7f2acc293000 r--p 00005000 08:05 7209334                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f2acc293000-7f2acc294000 rw-p 00006000 08:05 7209334                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f2acc294000-7f2acc295000 ---p 00000000 00:00 0 
7f2acc295000-7f2acca95000 rw-p 00000000 00:00 0 
7f2acca95000-7f2acca96000 ---p 00000000 00:00 0 
7f2acca96000-7f2acd296000 rw-p 00000000 00:00 0 
7f2acd296000-7f2ad0000000 r--p 00000000 08:05 8288822                    /usr/share/icons/hicolor/icon-theme.cache
7f2ad0000000-7f2ad021b000 rw-p 00000000 00:00 0 
7f2ad021b000-7f2ad4000000 ---p 00000000 00:00 0 
7f2ad40d4000-7f2ad416f000 r--p 00000000 08:05 7867662                    /usr/share/fonts/truetype/dejavu/DejaVuSans-BoldOblique.ttf
7f2ad416f000-7f2ad4170000 ---p 00000000 00:00 0 
7f2ad4170000-7f2ad4970000 rw-p 00000000 00:00 0 
7f2ad4970000-7f2ad49c9000 r-xp 00000000 08:05 6819703                    /usr/lib/x86_64-linux-gnu/libibus-1.0.so.5.0.505
7f2ad49c9000-7f2ad4bc9000 ---p 00059000 08:05 6819703                    /usr/lib/x86_64-linux-gnu/libibus-1.0.so.5.0.505
7f2ad4bc9000-7f2ad4bcb000 r--p 00059000 08:05 6819703                    /usr/lib/x86_64-linux-gnu/libibus-1.0.so.5.0.505
7f2ad4bcb000-7f2ad4bcc000 rw-p 0005b000 08:05 6819703                    /usr/lib/x86_64-linux-gnu/libibus-1.0.so.5.0.505
7f2ad4bcc000-7f2ad4bcd000 rw-p 00000000 00:00 0 
7f2ad4bcd000-7f2ad4bd3000 r-xp 00000000 08:05 7209349                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
7f2ad4bd3000-7f2ad4dd3000 ---p 00006000 08:05 7209349                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
7f2ad4dd3000-7f2ad4dd4000 r--p 00006000 08:05 7209349                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
7f2ad4dd4000-7f2ad4dd5000 rw-p 00007000 08:05 7209349                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
7f2ad4dd5000-7f2ad4e35000 rw-s 00000000 00:05 34504755                   /SYSV00000000 (deleted)
7f2ad4e35000-7f2ad4e87000 r--p 00000000 08:05 7866608                    /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-B.ttf
7f2ad4e87000-7f2ad4ebf000 r-xp 00000000 08:05 6823624                    /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3.0.1
7f2ad4ebf000-7f2ad50be000 ---p 00038000 08:05 6823624                    /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3.0.1
7f2ad50be000-7f2ad50c1000 r--p 00037000 08:05 6823624                    /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3.0.1
7f2ad50c1000-7f2ad50c2000 rw-p 0003a000 08:05 6823624                    /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3.0.1
7f2ad50c2000-7f2ad50f6000 r-xp 00000000 08:05 6824273                    /usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.2
7f2ad50f6000-7f2ad52f5000 ---p 00034000 08:05 6824273                    /usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.2
7f2ad52f5000-7f2ad52f6000 r--p 00033000 08:05 6824273                    /usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.2
7f2ad52f6000-7f2ad52f7000 rw-p 00034000 08:05 6824273                    /usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.2
7f2ad52f7000-7f2ad52f9000 r-xp 00000000 08:05 7210088                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
7f2ad52f9000-7f2ad54f8000 ---p 00002000 08:05 7210088                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
7f2ad54f8000-7f2ad54f9000 r--p 00001000 08:05 7210088                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
7f2ad54f9000-7f2ad54fa000 rw-p 00002000 08:05 7210088                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
7f2ad54fa000-7f2ad553e000 r-xp 00000000 08:05 19402854                   /lib/x86_64-linux-gnu/libdbus-1.so.3.7.6
7f2ad553e000-7f2ad573d000 ---p 00044000 08:05 19402854                   /lib/x86_64-linux-gnu/libdbus-1.so.3.7.6
7f2ad573d000-7f2ad573e000 r--p 00043000 08:05 19402854                   /lib/x86_64-linux-gnu/libdbus-1.so.3.7.6
7f2ad573e000-7f2ad573f000 rw-p 00044000 08:05 19402854                   /lib/x86_64-linux-gnu/libdbus-1.so.3.7.6
7f2ad573f000-7f2ad5747000 r-xp 00000000 08:05 19402902                   /lib/x86_64-linux-gnu/libnih-dbus.so.1.0.0
7f2ad5747000-7f2ad5947000 ---p 00008000 08:05 19402902                   /lib/x86_64-linux-gnu/libnih-dbus.so.1.0.0
7f2ad5947000-7f2ad5948000 r--p 00008000 08:05 19402902                   /lib/x86_64-linux-gnu/libnih-dbus.so.1.0.0
7f2ad5948000-7f2ad5949000 rw-p 00009000 08:05 19402902                   /lib/x86_64-linux-gnu/libnih-dbus.so.1.0.0
7f2ad5949000-7f2ad5960000 r-xp 00000000 08:05 19402904                   /lib/x86_64-linux-gnu/libnih.so.1.0.0
7f2ad5960000-7f2ad5b5f000 ---p 00017000 08:05 19402904                   /lib/x86_64-linux-gnu/libnih.so.1.0.0
7f2ad5b5f000-7f2ad5b60000 r--p 00016000 08:05 19402904                   /lib/x86_64-linux-gnu/libnih.so.1.0.0
7f2ad5b60000-7f2ad5b61000 rw-p 00017000 08:05 19402904                   /lib/x86_64-linux-gnu/libnih.so.1.0.0
7f2ad5b61000-7f2ad5b7a000 r-xp 00000000 08:05 19403866                   /lib/x86_64-linux-gnu/libcgmanager.so.0.0.0
7f2ad5b7a000-7f2ad5d79000 ---p 00019000 08:05 19403866                   /lib/x86_64-linux-gnu/libcgmanager.so.0.0.0
7f2ad5d79000-7f2ad5d7b000 r--p 00018000 08:05 19403866                   /lib/x86_64-linux-gnu/libcgmanager.so.0.0.0
7f2ad5d7b000-7f2ad5d7c000 rw-p 0001a000 08:05 19403866                   /lib/x86_64-linux-gnu/libcgmanager.so.0.0.0
7f2ad5d7c000-7f2ad5d8c000 r-xp 00000000 08:05 19402820                   /lib/x86_64-linux-gnu/libudev.so.1.3.5
7f2ad5d8c000-7f2ad5f8b000 ---p 00010000 08:05 19402820                   /lib/x86_64-linux-gnu/libudev.so.1.3.5
7f2ad5f8b000-7f2ad5f8c000 r--p 0000f000 08:05 19402820                   /lib/x86_64-linux-gnu/libudev.so.1.3.5
7f2ad5f8c000-7f2ad5f8d000 rw-p 00010000 08:05 19402820                   /lib/x86_64-linux-gnu/libudev.so.1.3.5
7f2ad5fb3000-7f2ad5fe7000 r-xp 00000000 08:05 7210316                    /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
7f2ad5fe7000-7f2ad61e7000 ---p 00034000 08:05 7210316                    /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
7f2ad61e7000-7f2ad61ec000 r--p 00034000 08:05 7210316                    /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
7f2ad61ec000-7f2ad61ed000 rw-p 00039000 08:05 7210316                    /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
7f2ad61ed000-7f2ad621c000 r-xp 00000000 08:05 7210322                    /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
7f2ad621c000-7f2ad641c000 ---p 0002f000 08:05 7210322                    /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
7f2ad641c000-7f2ad641d000 r--p 0002f000 08:05 7210322                    /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
7f2ad641d000-7f2ad641e000 rw-p 00030000 08:05 7210322                    /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
7f2ad641e000-7f2ad641f000 rw-p 00000000 00:00 0 
7f2ad641f000-7f2ad7a63000 r--p 00000000 08:05 8288800                    /usr/share/icons/gnome/icon-theme.cache
7f2ad7a63000-7f2ad7b4c000 r--p 00000000 08:05 8270900                    /usr/share/icons/Humanity/icon-theme.cache
7f2ad7b4c000-7f2ad7b9e000 r--p 00000000 08:05 7866452                    /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf
7f2ad7b9e000-7f2ad7bf5000 r--p 00000000 08:05 7866615                    /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf
7f2ad7bf5000-7f2ad7bf9000 r-xp 00000000 08:05 7209502                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f2ad7bf9000-7f2ad7df9000 ---p 00004000 08:05 7209502                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f2ad7df9000-7f2ad7dfa000 r--p 00004000 08:05 7209502                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f2ad7dfa000-7f2ad7dfb000 rw-p 00005000 08:05 7209502                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f2ad7dfb000-7f2ad7dff000 r-xp 00000000 08:05 7210615                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so
7f2ad7dff000-7f2ad7ffe000 ---p 00004000 08:05 7210615                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so
7f2ad7ffe000-7f2ad7fff000 r--p 00003000 08:05 7210615                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so
7f2ad7fff000-7f2ad8000000 rw-p 00004000 08:05 7210615                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so
7f2ad8000000-7f2ad8021000 rw-p 00000000 00:00 0 
7f2ad8021000-7f2adc000000 ---p 00000000 00:00 0 
7f2adc00b000-7f2adc00d000 rw-p 00000000 00:00 0 
7f2adc00d000-7f2adc014000 r--s 00000000 08:05 7211957                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f2adc014000-7f2adc027000 r--p 00000000 08:05 8287863                    /usr/share/icons/ubuntu-mono-dark/icon-theme.cache
7f2adc027000-7f2adc028000 ---p 00000000 00:00 0 
7f2adc028000-7f2adc828000 rw-p 00000000 00:00 0 
7f2adc828000-7f2adc829000 ---p 00000000 00:00 0 
7f2adc829000-7f2add029000 rw-p 00000000 00:00 0 
7f2add029000-7f2add034000 r-xp 00000000 08:05 7210157                    /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7f2add034000-7f2add234000 ---p 0000b000 08:05 7210157                    /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7f2add234000-7f2add235000 r--p 0000b000 08:05 7210157                    /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7f2add235000-7f2add236000 rw-p 0000c000 08:05 7210157                    /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7f2add236000-7f2add23d000 r-xp 00000000 08:05 6824161                    /usr/lib/x86_64-linux-gnu/libogg.so.0.8.1
7f2add23d000-7f2add43d000 ---p 00007000 08:05 6824161                    /usr/lib/x86_64-linux-gnu/libogg.so.0.8.1
7f2add43d000-7f2add43e000 r--p 00007000 08:05 6824161                    /usr/lib/x86_64-linux-gnu/libogg.so.0.8.1
7f2add43e000-7f2add43f000 rw-p 00008000 08:05 6824161                    /usr/lib/x86_64-linux-gnu/libogg.so.0.8.1
7f2add43f000-7f2add46b000 r-xp 00000000 08:05 6824435                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7f2add46b000-7f2add66a000 ---p 0002c000 08:05 6824435                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7f2add66a000-7f2add66b000 r--p 0002b000 08:05 6824435                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7f2add66b000-7f2add66c000 rw-p 0002c000 08:05 6824435                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7f2add66c000-7f2add675000 r-xp 00000000 08:05 6824067                    /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7f2add675000-7f2add874000 ---p 00009000 08:05 6824067                    /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7f2add874000-7f2add875000 r--p 00008000 08:05 6824067                    /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7f2add875000-7f2add876000 rw-p 00009000 08:05 6824067                    /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7f2add876000-7f2add88a000 r-xp 00000000 08:05 6818054                    /usr/lib/x86_64-linux-gnu/libtdb.so.1.3.8
7f2add88a000-7f2adda89000 ---p 00014000 08:05 6818054                    /usr/lib/x86_64-linux-gnu/libtdb.so.1.3.8
7f2adda89000-7f2adda8a000 r--p 00013000 08:05 6818054                    /usr/lib/x86_64-linux-gnu/libtdb.so.1.3.8
7f2adda8a000-7f2adda8b000 rw-p 00014000 08:05 6818054                    /usr/lib/x86_64-linux-gnu/libtdb.so.1.3.8
7f2adda8b000-7f2adda92000 r-xp 00000000 08:05 6824439                    /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
7f2adda92000-7f2addc91000 ---p 00007000 08:05 6824439                    /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
7f2addc91000-7f2addc92000 r--p 00006000 08:05 6824439                    /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
7f2addc92000-7f2addc93000 rw-p 00007000 08:05 6824439                    /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
7f2addc93000-7f2addca2000 r-xp 00000000 08:05 6823581                    /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7f2addca2000-7f2addea1000 ---p 0000f000 08:05 6823581                    /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7f2addea1000-7f2addea2000 r--p 0000e000 08:05 6823581                    /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7f2addea2000-7f2addea3000 rw-p 0000f000 08:05 6823581                    /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7f2addea3000-7f2addea7000 r-xp 00000000 08:05 6823577                    /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.9
7f2addea7000-7f2ade0a6000 ---p 00004000 08:05 6823577                    /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.9
7f2ade0a6000-7f2ade0a7000 r--p 00003000 08:05 6823577                    /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.9
7f2ade0a7000-7f2ade0a8000 rw-p 00004000 08:05 6823577                    /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.9
7f2ade0a8000-7f2ade0ad000 r-xp 00000000 08:05 7210412                    /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
7f2ade0ad000-7f2ade2ac000 ---p 00005000 08:05 7210412                    /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
7f2ade2ac000-7f2ade2ad000 r--p 00004000 08:05 7210412                    /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
7f2ade2ad000-7f2ade2ae000 rw-p 00005000 08:05 7210412                    /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
7f2ade2ae000-7f2ade2dd000 r-xp 00000000 08:05 7210394                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7f2ade2dd000-7f2ade4dd000 ---p 0002f000 08:05 7210394                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7f2ade4dd000-7f2ade4de000 r--p 0002f000 08:05 7210394                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7f2ade4de000-7f2ade4df000 rw-p 00030000 08:05 7210394                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7f2ade4df000-7f2ade4ef000 r-xp 00000000 08:05 6824405                    /usr/lib/x86_64-linux-gnu/libunity-gtk2-parser.so.0.0.0
7f2ade4ef000-7f2ade6ee000 ---p 00010000 08:05 6824405                    /usr/lib/x86_64-linux-gnu/libunity-gtk2-parser.so.0.0.0
7f2ade6ee000-7f2ade6ef000 r--p 0000f000 08:05 6824405                    /usr/lib/x86_64-linux-gnu/libunity-gtk2-parser.so.0.0.0
7f2ade6ef000-7f2ade6f0000 rw-p 00010000 08:05 6824405                    /usr/lib/x86_64-linux-gnu/libunity-gtk2-parser.so.0.0.0
7f2ade6f0000-7f2ade6f5000 r-xp 00000000 08:05 7210416                    /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libunity-gtk-module.so
7f2ade6f5000-7f2ade8f4000 ---p 00005000 08:05 7210416                    /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libunity-gtk-module.so
7f2ade8f4000-7f2ade8f5000 r--p 00004000 08:05 7210416                    /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libunity-gtk-module.so
7f2ade8f5000-7f2ade8f6000 rw-p 00005000 08:05 7210416                    /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libunity-gtk-module.so
7f2ade8f6000-7f2ade907000 r-xp 00000000 08:05 7210415                    /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so
7f2ade907000-7f2adeb06000 ---p 00011000 08:05 7210415                    /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so
7f2adeb06000-7f2adeb07000 r--p 00010000 08:05 7210415                    /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so
7f2adeb07000-7f2adeb08000 rw-p 00011000 08:05 7210415                    /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so
7f2adeb08000-7f2adf1ea000 r--p 00000000 08:05 6822459                    /usr/lib/locale/locale-archive
7f2adf1ea000-7f2adf1f3000 r-xp 00000000 08:05 19405971                   /lib/x86_64-linux-gnu/libcrypt-2.19.so
7f2adf1f3000-7f2adf3f3000 ---p 00009000 08:05 19405971                   /lib/x86_64-linux-gnu/libcrypt-2.19.so
7f2adf3f3000-7f2adf3f4000 r--p 00009000 08:05 19405971                   /lib/x86_64-linux-gnu/libcrypt-2.19.so
7f2adf3f4000-7f2adf3f5000 rw-p 0000a000 08:05 19405971                   /lib/x86_64-linux-gnu/libcrypt-2.19.so
7f2adf3f5000-7f2adf423000 rw-p 00000000 00:00 0 
7f2adf423000-7f2adf4d7000 r-xp 00000000 08:05 6824336                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f2adf4d7000-7f2adf6d7000 ---p 000b4000 08:05 6824336                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f2adf6d7000-7f2adf6d9000 r--p 000b4000 08:05 6824336                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f2adf6d9000-7f2adf6db000 rw-p 000b6000 08:05 6824336                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f2adf6db000-7f2adf6dc000 rw-p 00000000 00:00 0 
7f2adf6dc000-7f2adf721000 r-xp 00000000 08:05 6823996                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f2adf721000-7f2adf920000 ---p 00045000 08:05 6823996                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f2adf920000-7f2adf922000 r--p 00044000 08:05 6823996                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f2adf922000-7f2adf924000 rw-p 00046000 08:05 6823996                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f2adf924000-7f2adf925000 rw-p 00000000 00:00 0 
7f2adf925000-7f2adf932000 r-xp 00000000 08:05 6823988                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f2adf932000-7f2adfb31000 ---p 0000d000 08:05 6823988                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f2adfb31000-7f2adfb32000 r--p 0000c000 08:05 6823988                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f2adfb32000-7f2adfb33000 rw-p 0000d000 08:05 6823988                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f2adfb33000-7f2adfb5a000 r-xp 00000000 08:05 6824466                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f2adfb5a000-7f2adfd5a000 ---p 00027000 08:05 6824466                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f2adfd5a000-7f2adfd5b000 r--p 00027000 08:05 6824466                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f2adfd5b000-7f2adfd5c000 rw-p 00028000 08:05 6824466                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f2adfd5c000-7f2adfd70000 r-xp 00000000 08:05 6824268                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f2adfd70000-7f2adff6f000 ---p 00014000 08:05 6824268                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f2adff6f000-7f2adff70000 r--p 00013000 08:05 6824268                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f2adff70000-7f2adff71000 rw-p 00014000 08:05 6824268                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0Aborted (core dumped)

README.md needs updating with accurate list of packages

After trying to build asf_mapready on a RHEL/CENTOS system, the list of required packages is as follows:

    bison
    CUnit-devel
    flex
    gcc-c++
    gcc
    gdal-devel
    gsl-devel
    gtk2-devel
    libcurl-devel
    libgeotiff-devel
    libglade2-devel
    libtiff-devel
    netcdf-devel
    proj-devel

I suspect that this list is similar for Debian/Ubuntu so README.md should be updated accordingly.

Ubuntu instructions needs to be updated

Hi,

I just installed mapready on ubuntu 16.04 and the instructions provided in the readme, needs to change slightly. The commands on my system were:

sudo apt-get install git bison flex g++ gcc libgdal-dev libgtk2.0-dev libglade2-dev libgsl-dev libproj-dev libtiff-dev libgeotiff-dev shapelib libshp-dev libcunit1-dev

And note the "/" after github.com in the next line. The readme has a ":".

git clone [email protected]/asfadmin/ASF_MapReady.git ASF_MapReady

The rest of the commands work as expected.

best,
batu.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.