You are not logged in.
Pages: 1
Hi, i have an issue:
i can't start visual novels, except katawa shoujo (downloaded from the website and from the AUR, both work).
For example, if i download "junipersknot" from the aur, or if i download it from the official website, i can't start it in any way.
During the installation from the aur of junipersknot, renpy had me some errors, so i downloaded "renpy-allinone", can this had influenced something?
Last edited by exitee (2014-02-23 14:50:02)
Offline
Post the errors you're getting, renpy errors etc.
Tell us how are you trying to run junipersknot.
Post in the comments on https://aur.archlinux.org/packages/junipersknot/ , maybe some other junipersknot user will be able to help you.
Offline
http://i.imgur.com/NRZaPU5.png the error
If you don't understand pizza- ehm, italian it means:
"ERROR: An error occurred in build().
The operation is going to be stopped...
ERROR: Makepkg couldn't compile python-renpy."
I'll post something in the comments, thanks!
Offline
You can run
LC_ALL=C <command>to get the output in English.
Offline
Offline
I'm guessing that you need to install the base-devel group.
Offline
Make sure you have base-devel group installed https://wiki.archlinux.org/index.php/AUR#Prerequisites
Offline
Yes, base-devel is installed, this is not the first time i download from the AUR.
Anyway i'm trying to download the tarballs and install everything manually, can something change?
Offline
$ pkgfile glib.h
core/glib2
extra/glibI assumed these packages belong to base-devel group, but they don't. Maybe try installing them.
Offline
I've just installed glib2 and glib, but i'm still having the same error. Any idea?
Offline
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Even with the suggested workaround I can't build python-renpy:
building 'renpy.text.ftfont' extension
gcc -pthread -DNDEBUG -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FORTIFY_SOURCE=2 -fPIC -I. -I/usr/include -I/usr/include/SDL -I/usr/include/python2.7 -c gen/renpy.text.ftfont.c -o build/temp.linux-i686-2.7/gen/renpy.text.ftfont.o -Wno-unused-function
In file included from gen/renpy.text.ftfont.c:237:0:
./pyfreetype.h:1:22: fatal error: ft2build.h: No such file or directory
#include <ft2build.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1
==> ERROR: A failure occurred in build().
Aborting...$ ls /usr/include/freetype2/ft2build.h
/usr/include/freetype2/ft2build.hOffline
There is already a modification of CFLAGS in place. just extend it.
export CFLAGS="$CFLAGS -Os -I/usr/include/freetype2 $(pkg-config --cflags fribidi)"| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Thanks, that worked. I somehow missed that CFLAGS modification and added another export that overwrote the one for freetype2.
Offline
Excuse me for my stupidity, but what should i do? I mean, which commands, exactly? Thanks
Offline
Edit python-renpy PKGBUKILD and change the line that starts with 'export CFLAGS' to
export CFLAGS="$CFLAGS -Os -I/usr/include/freetype2 $(pkg-config --cflags fribidi)"Offline
Thanks! Now everything works well, thank you all.
Offline
Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309
Offline
Related, please stop posting error output as screenshots. That is just awful. Use a paste-client like ix or sprunge to post the output if it is really long. Or, it if is fairly concise, post it directly here in code tags, like so:
I'm in a code block!All the best,
-HG
Last edited by HalosGhost (2014-02-16 01:04:03)
Offline
Pages: 1