Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 08-08-2012, 08:55 PM   #166
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
ah. begger. Ill do that on the next Lynx attempt. which is now.

I wiped the drive and just did a fresh ncurses.
twobob is offline   Reply With Quote
Old 08-08-2012, 09:01 PM   #167
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Lynx, Emu

Get Thing:

wget http://lynx.isc.org/current/lynx2.8.8dev.12.tar.gz -O- | tar zxvf -
cd lynx2-8-8/


Read ./configure --help

Spoiler:
(armv6l:1) /home/lynx2-8-8 # ./configure --help
`configure' configures this package to adapt to many kinds of systems.

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
-h, --help display this help and exit
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
-q, --quiet, --silent do not print `checking...' messages
--cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for `--cache-file=config.cache'
-n, --no-create do not create output files
--srcdir=DIR find the sources in DIR [configure dir or `..']

Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr/local]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc. You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--datadir=DIR read-only architecture-independent data [PREFIX/share]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--infodir=DIR info documentation [PREFIX/info]
--mandir=DIR man documentation [PREFIX/man]

Program names:
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names

X features:
--x-includes=DIR X include files are in DIR
--x-libraries=DIR X library files are in DIR

System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST build programs to run on HOST [BUILD]
--target=TARGET configure for building compilers for TARGET [HOST]

Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)

Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]

--with-system-type=XXX test: override derived host system-type
--with-destdir=XXX set DESTDIR destination for install (default: $DESTDIR)
--with-build-cc=XXX the build C compiler ($BUILD_CC)
--with-build-cpp=XXX the build C preprocessor ($BUILD_CPP)
--with-build-cflags=XXX the build C compiler-flags ($BUILD_CFLAGS)
--with-build-cppflags=XXX the build C preprocessor-flags ($BUILD_CPPFLAGS)
--with-build-ldflags=XXX the build linker-flags ($BUILD_LDFLAGS)
--with-build-libs=XXX the build libraries (${BUILD_LIBS})
Development Options:
--disable-echo display "compiling" commands
--enable-find-leaks logic for testing memory leaks
--enable-debug compile w/ debugging (if \$CFLAGS is set, add -g there, too)
--disable-trace disable logic for trace code
--enable-vertrace verbose trace code
--enable-warnings GCC compiler warnings
--with-dbmalloc test: use Conor Cahill's dbmalloc library
--with-dmalloc test: use Gray Watson's dmalloc library
Basic Configuration Options:
--disable-largefile omit support for large files
--with-libiconv-prefix=DIR
search for libiconv in DIR/include and DIR/lib
--enable-nls use Native Language Support
--with-included-gettext use the GNU gettext library included here
--with-textdomain=PKG NLS text-domain (default is package name)
--disable-included-msgs use included messages, for i18n support
--with-nls-datadir=DIR NLS data, parent of locale (default: PREFIX/DATADIR)
--disable-full-paths control whether full utility pathnames are used
--with-nss-compat{=path} link with nss_compat library if available
--with-ssl{=path} link with ssl library if available
--with-gnutls{=path} link with gnutls support
--enable-gnutls-compat link with gnutls-openssl compat
--with-socks{=path} link with socks library if available
--with-socks5{=path} link with socks5 library if available
--with-pkg-config{=path} enable/disable use of pkg-config
--enable-ipv6 use ipv6 (with ipv4) support
--with-screen=XXX select screen type (XXX is curses (default),
ncurses, ncursesw, pdcurses or slang)
--with-curses-dir=DIR directory in which (n)curses is installed
--enable-widec enable wide-curses features
--disable-color-style use color style (ncurses/curses)
--with-lss-file{=path} specify the default style-sheet file
(default: SYSCONFDIR/lynx.lss)
--with-cfg-file{=path} specify the default configuration file
(default: SYSCONFDIR/lynx.cfg)
--enable-htmlized-cfg build htmlized lynx.cfg
--enable-local-docs link local doc-directory to help-page
--with-mime-libdir=DIR MIME data, mime.types and mailcap (default: /etc)
--enable-locale-charset use locale-charset selection logic
--with-charsets=list limit charsets to given list of MIME names
Experimental Options:
--disable-bibp-urls disable support for bibp: URLs
--disable-config-info disable browsable configuration-info
--disable-forms-options disable forms-based options
--disable-menu-options disable old-style option menu
--disable-sessions use sessions code
--disable-session-cache use session-caching code
--disable-addrlist-page disable address-list page
--enable-cjk use experimental CJK logic
--enable-japanese-utf8 use experimental Japanese UTF-8 logic
--enable-default-colors enable use of default-colors (ncurses/slang)
--enable-kbd-layout use experimental keyboard-layout support
--enable-nested-tables use experimental nested-table support
Miscellaneous Options:
--disable-alt-bindings disable alternative line-edit bindings
--disable-ascii-ctypes disable use of ascii case-conversion
--disable-extended-dtd disable extended HTML DTD logic
--disable-file-upload disable file-upload support
--disable-idna disable IDNA support
--disable-justify-elts disable element-justification logic
--disable-partial disable partial-display logic
--disable-persistent-cookies disable persistent-cookie support
--disable-prettysrc disable colorization of HTML source
--disable-progressbar disable progress-bar
--disable-read-eta disable read-progress message shows ETA
--disable-source-cache do not cache HTML source for parse mode changes
--disable-scrollbar disable scrollbar with mouse
--enable-charset-choice use charset-selection logic
--enable-externs use external commands
--enable-font-switch use Linux setfont for character-translation
--enable-cgi-links support cgi links w/o a http daemon
--enable-change-exec allow users to change exec options
--enable-exec-links allow lynx to execute programs accessed via a link
--enable-exec-scripts allow lynx to execute programs inferred from a link
--enable-internal-links handle following links to same doc differently
--enable-nsl-fork fork NSL requests, allowing them to be aborted
--enable-syslog log URL requests via syslog
--enable-underlines underline links rather than using boldface
--enable-gzip-help install gzip'ed help files
--with-bzlib use libbz2 for decompression of some bzip2 files
--with-zlib use zlib for decompression of some gzip files
Other Network Services:
--disable-finger disable FINGER logic
--disable-gopher disable GOPHER logic
--disable-news disable NEWS logic
--disable-ftp disable FTP logic
--enable-wais enable WAIS logic
Directory Editor Options:
--disable-dired disable optional directory-editor, DirEd
--disable-dired-dearchive disable dearchiving commands
--disable-dired-override disable DirEd override keymap
--disable-dired-permit disable chmod/attrib commands
--disable-dired-xpermit disable chmod/attrib commands
--disable-dired-tar disable "tar" command
--disable-dired-uudecode disable "uudecode" command
--disable-dired-zip disable "zip", "unzip" commands
--disable-dired-gzip disable "gzip", "gunzip" commands
--disable-long-list disable long "ls -l" directory listings
--disable-parent-dir-refs
disable "Up-to" links in directory listings
Special Libraries for PDCurses X11:
--with-Xaw3d link with Xaw 3d library
--with-neXtaw link with neXT Athena library
--with-XawPlus link with Athena-Plus library
--with-x use the X Window System
--disable-rpath-hack don't add rpath options for additional libraries

Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
headers in a nonstandard directory <include dir>
CPP C preprocessor

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.


To be continued...
twobob is offline   Reply With Quote
Advert
Old 08-09-2012, 06:45 AM   #168
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Are you sure that program has enough configuration options?
I don't see one for moving Christmas to the 4th Wednesday of December.
knc1 is offline   Reply With Quote
Old 08-09-2012, 07:39 AM   #169
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Finally after much reading I found the ebuild http://sources.gentoo.org/cgi-bin/vi...ld?view=markup

So maybe I can glean something from that :\

EDIT:

So I instead tried

(armv6l:1) /home # export PATH=/home/bin:/home/lib:/home/share:/home/include:$PA
TH

(armv6l:1) /home # cd lynx2-8-8/

(armv6l:1) /home/lynx2-8-8 # ./configure --with-screen=ncurses --prefix=/home --enable-nested-tables --enable-cgi-links --enable-persistent-cookies --disable-prettysrc --enable-file-upload --disable-read-eta --enable-scrollbar --enable-included-msgs --enable-externs --disable-color-style --enable-local-docs

Which gives us:

Code:
checking for screen type... ncurses
checking for specific curses-directory... no
Looking for ncurses-config
checking for ncurses6-config... no
checking for ncurses5-config... ncurses5-config
checking if we have identified curses headers... ncurses.h
checking for ncurses.h... yes

...

checking for int... yes
checking size of int... 
checking for long... yes
checking size of long... 
checking for off_t... (cached) yes
checking size of off_t... 
checking for time_t... yes
checking size of time_t... 

...

configure: creating ./config.status
config.status: creating makefile
config.status: creating WWW/Library/Implementation/makefile
config.status: creating src/makefile
config.status: creating src/chrtrans/makefile
config.status: creating lynx_cfg.h
Which does at least find the headers now.
and configure finishes correctly.

Now to make

Fail:

make[1]: Entering directory `/home/lynx2-8-8/WWW/Library/Implementation'
gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLINUX -I/home/include/ncurses -I/home/include -O2 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTParse.c
In file included from ../../../WWW/Library/Implementation/HTParse.c:8:
../../../WWW/Library/Implementation/HTUtils.h:559:19: error: operator '==' has no left operand


AND Also

../../../WWW/Library/Implementation/HTUtils.h:559:19: error: operator '==' has no left operand
../../../WWW/Library/Implementation/HTUtils.h:565:21: error: operator '==' has no left operand
../../../WWW/Library/Implementation/HTUtils.h:582:46: error: operator '>' has no left operand
../../../WWW/Library/Implementation/HTUtils.h:597:20: error: operator '==' has no left operand
../../../WWW/Library/Implementation/HTUtils.h:603:22: error: operator '==' has no left operand
../../../WWW/Library/Implementation/HTUtils.h:620:47: error: operator '>' has no left operand



If I understand this correctly is telling me that a(some) variable is(are) unset. I.e. no comparison value for the operand on the left hand side of the operation.

Time to go source diving and maybe shove in a few flags...

Err I think these lines are the issue:
Code:
* Printing-format for "time_t", as well as cast needed to fit.                                                   
 */                                                                              
#if defined(HAVE_LONG_LONG) && defined(HAVE_INTTYPES_H) && defined(SIZEOF_TIME_T)
#if (SIZEOF_TIME_T == 8) && defined(PRId64)
Hmm. Perhaps this is what Niluje was referring to? a Time Types missing issue. I did rebuild the ncurses with the config he suggested so more reading I guess.

If I could check the correct value for TIME_T (4 or 8 I believe) are being set this would go a long way to checking this is indeed the problem.. resumes reading.

EDIT: Also Tried a make distclean and reconfigure / make to no avail.

I´ve been through the main makefile, the makefile in question, userdefs.h and I still see no reference to the TIME_T aside from the initial configure request for the value.

time to read the configure script I think and then perhaps dig around in sys/time.h to see what I´m dealing with.

EDIT

OKAY SO I FOUND OUT THE RIGHT SIZES (in another config that works)

checking size of int... 4
checking size of long... 4
checking size of long long... 8

Now perhaps someone can tell me how to jam them in the relevant orifice, that would be great ; )

Last edited by twobob; 08-09-2012 at 12:47 PM. Reason: added more general info around the issue
twobob is offline   Reply With Quote
Old 08-09-2012, 09:07 AM   #170
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Keep in mind that: "gcc -E . . . . >something.i" can be helpful in these situations.

Not only does it expand all of the macros, it reports by file:line number where it got all of its includes.
(Such as the include that might be missing a type definition.)
knc1 is offline   Reply With Quote
Advert
Old 08-09-2012, 10:01 AM   #171
qlob
Official Lurker
qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.
 
qlob's Avatar
 
Posts: 1,050
Karma: 7096675
Join Date: Apr 2012
Device: Kindle 3.4
Darn it, twobob, you're compiling lynx? I was gonna do that, but you've beaten me to it... I guess I'll just have to skip it and compile finch...


EDIT: Never mind, finch looks really complicated and depends on a lot of libraries (at least it's a lot for me).
EDIT(2): I don't actually have the environment set up, sorry for the confusion....

Last edited by qlob; 08-09-2012 at 10:27 AM. Reason: edit
qlob is offline   Reply With Quote
Old 08-09-2012, 10:03 AM   #172
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by qlob View Post
Darn it, twobob, you're compiling lynx? I was gonna do that, but you've beaten me to it... I guess I'll just have to skip it and compile finch...
Are you using any of the resources from this DIY-KeK project?

If you are, I would like to hear some feedback on the things being used.
knc1 is offline   Reply With Quote
Old 08-09-2012, 10:19 AM   #173
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
I am stumped with lynx at the moment.

Doing a sanity test and configuring / making / install APR and APR-UTILS at the moment with an eye to shipping subversion into the toolset.

Being able to rapidly mungle some popular code repos into the Emu would be a BIG boon as my loop support via FSTAB has some (widely reported) lagging issues and I tire of manually moving simple things such as these.

Also I was hoping it may uncover a ´fail´ in my setup that might point to the lynx problem. So feel free to pile in with your attempt. doing this in the emulator does add a layer of obfuscation in terms of understandability for me at this point so repetitive task help me understand
twobob is offline   Reply With Quote
Old 08-09-2012, 10:26 AM   #174
qlob
Official Lurker
qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.
 
qlob's Avatar
 
Posts: 1,050
Karma: 7096675
Join Date: Apr 2012
Device: Kindle 3.4
Quote:
Originally Posted by knc1 View Post
Are you using any of the resources from this DIY-KeK project?

If you are, I would like to hear some feedback on the things being used.
Honestly, I just started today, trying to get it started... I haven't got it set up yet, sorry for the earlier confusion.... I'm stuck at creating the rootfs... I just untar it in a directory as root, right?

EDIT: I went along to install qemu, but i'm getting
Code:
qlob@sousa ~/Downloads $ /opt/qemu111/bin/qemu-system-arm 
/opt/qemu111/bin/qemu-system-arm: error while loading shared libraries: libpng14.so.14: cannot open shared object file: No such file or directory
I can't find libpng14 in my apt repos... I can only find libpng12......

Last edited by qlob; 08-09-2012 at 10:31 AM.
qlob is offline   Reply With Quote
Old 08-09-2012, 10:35 AM   #175
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
APR for KeK_Emu

APR Blow by Blow.

Get thing:

wget http://subversion.tigris.org/downloa...-1.6.18.tar.gz -O- | tar zxvf -
cd subversion-1.6.18/apr


Configure thing

./configure --prefix=/home ac_cv_file__dev_zero="yes" ac_cv_func_setpgrp_void="yes" apr_cv_process_shared_works="yes" apr_cv_mutex_robust_shared="no" apr_cv_tcp_nodelay_with_cork="yes" ac_cv_sizeof_struct_iovec="8" apr_cv_mutex_recursive="yes"

Code:
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/apr.h
config.status: creating build/apr_rules.mk
config.status: creating build/pkg/pkginfo
config.status: creating apr-1-config
config.status: creating apr.pc
config.status: creating test/Makefile
config.status: creating test/internal/Makefile
config.status: creating include/arch/unix/apr_private.h
config.status: executing libtool commands
rm: can't remove 'libtoolT': No such file or directory
Make thing

make

Code:
Blah Blah
make[1]: Leaving directory `/home/src/subversion-1.6.18/apr'
(armv6l:1) /home/src/subversion-1.6.18/apr #
Install the thing

make install (this isn´t for the kindle so we will not do a DESTDIR=)

Code:
Blah Blah
libtool: finish: PATH="/home/bin:/home/lib:/home/share:/home/include:/bin:/sbin:/sbin" ldconfig -n /home/lib
----------------------------------------------------------------------
Libraries have been installed in:    /home/lib

Blah Blah
/bin/install -c -m 755 apr-config.out /home/bin/apr-1-config
(armv6l:1) /home/src/subversion-1.6.18/apr #

Last edited by twobob; 08-09-2012 at 11:59 AM.
twobob is offline   Reply With Quote
Old 08-09-2012, 10:37 AM   #176
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Try that one?

EDIT: Hmm libpng
twobob is offline   Reply With Quote
Old 08-09-2012, 10:42 AM   #177
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by qlob View Post
Honestly, I just started today, trying to get it started... I haven't got it set up yet, sorry for the earlier confusion.... I'm stuck at creating the rootfs... I just untar it in a directory as root, right?

EDIT: I went along to install qemu, but i'm getting
Code:
qlob@sousa ~/Downloads $ /opt/qemu111/bin/qemu-system-arm 
/opt/qemu111/bin/qemu-system-arm: error while loading shared libraries: libpng14.so.14: cannot open shared object file: No such file or directory
I can't find libpng14 in my apt repos... I can only find libpng12......
Useful info to help someone help you:

Type of O/s and revision if applicable/relevant

possibly your apt repo settings

I had a near identical error with libjpg about 10 posts ago, perhaps a more ´general´ png lib name is appropriate in your case too.
twobob is offline   Reply With Quote
Old 08-09-2012, 10:49 AM   #178
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by qlob View Post
EDIT: I went along to install qemu, but i'm getting
Code:
qlob@sousa ~/Downloads $ /opt/qemu111/bin/qemu-system-arm 
/opt/qemu111/bin/qemu-system-arm: error while loading shared libraries: libpng14.so.14: cannot open shared object file: No such file or directory
I can't find libpng14 in my apt repos... I can only find libpng12......
No, you do not have to be root to untar the system image file if you put it somewhere that you have write permission (such as your home directory).

What distribution and distribution revision please.
They are not that same, but from the context it looks like an old(er) version of Debian.
knc1 is offline   Reply With Quote
Old 08-09-2012, 10:55 AM   #179
qlob
Official Lurker
qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.
 
qlob's Avatar
 
Posts: 1,050
Karma: 7096675
Join Date: Apr 2012
Device: Kindle 3.4
Quote:
Originally Posted by knc1 View Post
No, you do not have to be root to untar the system image file if you put it somewhere that you have write permission (such as your home directory).

What distribution and distribution revision please.
They are not that same, but from the context it looks like an old(er) version of Debian.
Linux Mint 12 (Lisa) amd64
qlob is offline   Reply With Quote
Old 08-09-2012, 10:59 AM   #180
qlob
Official Lurker
qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.
 
qlob's Avatar
 
Posts: 1,050
Karma: 7096675
Join Date: Apr 2012
Device: Kindle 3.4
Quote:
Originally Posted by twobob View Post
Useful info to help someone help you:

Type of O/s and revision if applicable/relevant

possibly your apt repo settings

I had a near identical error with libjpg about 10 posts ago, perhaps a more ´general´ png lib name is appropriate in your case too.
I tried libpng14 and libpng and got a "unable to locate package" error. But, when i try libpng-dev i get
Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'libpng12-dev' instead of 'libpng-dev'
libpng12-dev is already the newest version.
Apt repo sources
Code:
deb http://packages.linuxmint.com/ lisa main upstream import romeo backport
deb-src http://packages.linuxmint.com/ lisa main upstream import romeo backport #Added by software-properties
deb http://archive.ubuntu.com/ubuntu/ oneiric main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ oneiric-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ oneiric-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ oneiric partner
deb http://packages.medibuntu.org/ oneiric free non-free

deb http://archive.getdeb.net/ubuntu oneiric-getdeb apps
deb http://archive.getdeb.net/ubuntu oneiric-getdeb games
qlob is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessories DIY KT Case echo013 Amazon Kindle 2 01-27-2012 06:53 PM
DIY Stylus scottjl Apple Devices 3 05-10-2010 01:52 AM
DIY Scanner Eratosthenes News 14 04-16-2010 04:21 PM
DIY Idea sřrensundsans Sony Reader 6 01-26-2010 01:25 AM
DIY stylus -Thomas- iRex 5 02-12-2009 12:05 PM


All times are GMT -4. The time now is 07:25 AM.


MobileRead.com is a privately owned, operated and funded community.