You are not logged in.

#76 2003-06-13 22:39:25

jlvsimoes
Member
From: portugal
Registered: 2002-12-23
Posts: 392
Website

Re: Packages Wish-Slip

chromium bsd i love the game but cant build it
http://www.reptilelabour.com/software/chromium/

export CHROMIUM_DATA=" /opt/Chromium-0.9/data"
./configure --enable-vorbis
------------------------------------------------------------
**  This is a script to determine what options
**  should be built into Chromium B.S.U.
**  It is not an autoconf configure script.
------------------------------------------------------------

    Verify SDL install:
    ------------------
    found /usr/bin/sdl-config
    SDL version (1.2.5) ok.

    Verify smpeg install:
    --------------------
**  WARNING - smpeg-config could not be found in: /usr/bin /usr/X11R6/bin /usr/local/bin /root/bin
**  smpeg is *NOT* a requirement for Chromium B.S.U.
**  However, if version 0.4.2 or greater is installed,
**  Chomium B.S.U. will be able to play MP3 files as background
**  music. http://www.lokigames.com/development/smpeg.php3
**

    Verify Ogg/Vorbis install:
    -------------------------
    found required Vorbis libs.
    VORBIS_LIBS=-L/usr/lib -lvorbis -lvorbisfile
**
**  Detection of Ogg/Vorbis has been enabled.
**  BE AWARE THAT OGG/VORBIS MAY NOT BE AUTOMATICALLY DETECTED BY OPENAL!
**  If the build process succeeds, Ogg/Vorbis support may still not
**  be available. If this is the case, you will need to go into
**  support/openal/linux and edit the config.h file to enable it.
**  After that, rebuild OpenAL, copy openal/linux/src/libopenal.a to
**  openal/lib, then rebuild chromium and chromium-setup.
**
**  Please do not send me questions about how to enable Ogg/Vorbis,
**  you will have to figure it out yourself. Sorry.
**

------------------------------------------------------------
    wrote ./config.mak
    wrote ./Makefile

    Now, type 'make' to build Chromium B.S.U.!

[root@routty Chromium-0.9]# make
cd support/openal/; make
make[1]: Entering directory `/opt/Chromium-0.9/support/openal'
mkdir -p ./lib
cd linux; sh autogen.sh; ./configure --enable-sdl --enable-vorbis; make
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':

WARNING:   AC_DEFINE([NEED_MAIN], 1,
WARNING:             [Define if a function `main' is needed.])

WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking whether byte ordering is bigendian... no
checking for sin in -lm... yes
checking for dlopen in -ldl... yes
./configure: line 3570: syntax error near unexpected token `newline'
./configure: line 3570: `  yes:no'
make[2]: Entering directory `/opt/Chromium-0.9/support/openal/linux'
make[2]: *** No targets specified and no makefile found.  Stop.
make[2]: Leaving directory `/opt/Chromium-0.9/support/openal/linux'
make[1]: *** [linux] Error 2
make[1]: Leaving directory `/opt/Chromium-0.9/support/openal'
make: *** [support/openal/] Error 2


-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GU/ d- s: a- C L U P+ L+++ E--- W+
N 0+ K- W-- !O !M V-- PS+ PE- V++ PGP T 5 Z+ R* TV+ B+
DI-- D- G-- e-- h! r++ z+ z*
------END GEEK CODE BLOCK------

Offline

#77 2003-06-14 07:45:57

orelien
Forum Fellow
From: France
Registered: 2002-12-05
Posts: 220
Website

Re: Packages Wish-Slip

Workaround to get it compiling (but without sound...):

Remove the following line from src/Makefile from the SUPPORT_DIRS section:

         ./support/openal/ 

Then add the following line to the src/NCString.cpp:

#include <stdarg.h>

Now you can start to play smile

Now, there's sound to get working... to be continued wink

Offline

#78 2003-06-23 01:10:11

jlvsimoes
Member
From: portugal
Registered: 2002-12-23
Posts: 392
Website

Re: Packages Wish-Slip

cant it does not work movng along does someone as a pkg for this emu-tools


-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GU/ d- s: a- C L U P+ L+++ E--- W+
N 0+ K- W-- !O !M V-- PS+ PE- V++ PGP T 5 Z+ R* TV+ B+
DI-- D- G-- e-- h! r++ z+ z*
------END GEEK CODE BLOCK------

Offline

#79 2003-06-28 18:20:10

altair
Member
From: Canada
Registered: 2002-12-05
Posts: 13

Re: Packages Wish-Slip

Hi all,
I'd really like a webalizer package smile

http://www.mrunix.net/webalizer/

I tried to build a package for it the other day, but it failed on the install... I hopped on irc, and henson tried it too, but it just wouldn't work. Here's the error:

/bin/install: cannot create regular file `/usr/abs/local/webalizer/pkg/usr/bin/webalizer': No such file or directory

Any ideas?

--Angela

Offline

#80 2003-06-29 10:25:14

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: Packages Wish-Slip

You're root I assume...

The other thing is that the build system might be stupid and expecting that directory to exist.  You could always mkdir -p it before hand to make sure that it does actually exist.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#81 2003-06-29 11:43:21

dariball
Member
From: Germany - Frankfurt
Registered: 2002-10-20
Posts: 118
Website

Re: Packages Wish-Slip

i built webalizer .... gonna upload it now ...


nothing,
maybe I have a perfect signature _someday_

Offline

#82 2003-06-29 14:57:56

altair
Member
From: Canada
Registered: 2002-12-05
Posts: 13

Re: Packages Wish-Slip

Thanks dariball! smile

--Angela

Offline

#83 2003-06-29 14:58:36

dariball
Member
From: Germany - Frankfurt
Registered: 2002-10-20
Posts: 118
Website

Re: Packages Wish-Slip

ur welcome smile
-------
by the way, is anybody intressted in a planeshift ( www.planeshift.it ) package?

it will be quite a big package ( more than 150MB i think ) , so i ask before i upload..


nothing,
maybe I have a perfect signature _someday_

Offline

#84 2003-06-29 21:37:50

jlvsimoes
Member
From: portugal
Registered: 2002-12-23
Posts: 392
Website

Re: Packages Wish-Slip

hum loks like a nice game i want it


-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GU/ d- s: a- C L U P+ L+++ E--- W+
N 0+ K- W-- !O !M V-- PS+ PE- V++ PGP T 5 Z+ R* TV+ B+
DI-- D- G-- e-- h! r++ z+ z*
------END GEEK CODE BLOCK------

Offline

#85 2003-06-30 08:10:06

Nickm
Member
From: Netherlands
Registered: 2003-02-25
Posts: 106

Re: Packages Wish-Slip

jlvsimoes wrote:

hum loks like a nice game i want it

me too

Offline

#86 2003-07-01 19:56:42

dariball
Member
From: Germany - Frankfurt
Registered: 2002-10-20
Posts: 118
Website

Re: Packages Wish-Slip

it's quite hard to build it, but i'm working on it ...


nothing,
maybe I have a perfect signature _someday_

Offline

#87 2003-07-02 23:09:06

jlvsimoes
Member
From: portugal
Registered: 2002-12-23
Posts: 392
Website

Re: Packages Wish-Slip

tongue please do hehe


-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GU/ d- s: a- C L U P+ L+++ E--- W+
N 0+ K- W-- !O !M V-- PS+ PE- V++ PGP T 5 Z+ R* TV+ B+
DI-- D- G-- e-- h! r++ z+ z*
------END GEEK CODE BLOCK------

Offline

#88 2003-07-02 23:22:35

nifan
Member
Registered: 2003-04-10
Posts: 102

Re: Packages Wish-Slip

i would like to have it availble to big_smile


______
"Ignorance, the root and the stem of every evil." - Plato

Offline

#89 2003-07-03 16:01:56

dariball
Member
From: Germany - Frankfurt
Registered: 2002-10-20
Posts: 118
Website

Re: Packages Wish-Slip

maybe this night i'm ready ...
it's double hard because the sourceforge cvs is really uncredibly lame ....


nothing,
maybe I have a perfect signature _someday_

Offline

#90 2003-07-03 19:01:17

jlvsimoes
Member
From: portugal
Registered: 2002-12-23
Posts: 392
Website

Re: Packages Wish-Slip

i trust you tongue


-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GU/ d- s: a- C L U P+ L+++ E--- W+
N 0+ K- W-- !O !M V-- PS+ PE- V++ PGP T 5 Z+ R* TV+ B+
DI-- D- G-- e-- h! r++ z+ z*
------END GEEK CODE BLOCK------

Offline

#91 2003-07-04 12:07:29

dariball
Member
From: Germany - Frankfurt
Registered: 2002-10-20
Posts: 118
Website

Re: Packages Wish-Slip

i now compiled the engine for planeshift, called crystal, it also needs some additional tools called cel, but they don't wanna compile so it will take some more time...

but meanwhile i uploaded "amavis" which is a perfect tool to check all emails for viruses in sendmail, postfix and exim.

if u wanna use amavis u'll need to get "zoo" too, which i uploaded...

have fun...


nothing,
maybe I have a perfect signature _someday_

Offline

#92 2003-08-16 20:45:59

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: Packages Wish-Slip

actually i have a wish: (a package, that i cannot build ... something is wrong)

-> Rasmol (http://www.openrasmol.org/)

i already tried, here my PKGBUILD that does lead an error:

pkgname=rasmol
pkgver=2.7.2.1
pkgrel=1
pkgdesc="RasMol is a program for molecular graphics visualisation."
url="http://www.openrasmol.org/"
depends=('glibc')
conflicts=()
backup=()
install=
source=(ftp://ftp.bernstein-plus-sons.com/software/RasMol_$pkgver.tar.gz)

build() {
  cd $startdir/src/RasMol_$pkgver/src
  xmkmf
  make all || return 1
  make DESTDIR=$startdir/pkg/usr install
}

everything works till the last line in build() ...
... the error that come out is:

[...]
gcc -m32 -O2 -fno-strength-reduce -fno-strict-aliasing      -I/usr/X11R6/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                 -D_POSIX_SOURCE -D_XOPEN_SOURCE                 -D_BSD_SOURCE -D_SVID_SOURCE                                                               -DFUNCPROTO=15 -DNARROWPROTO   -DRASMOLDIR="/usr/X11R6/lib/rasmol/" -DTHIRTYTWOBIT -D_USE_RASMOL_H_    -c -o langsel.o langsel.c
rm -f rasmol
gcc -m32 -o rasmol -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/X11R6/lib   rasmol.o molecule.o abstree.o cmndline.o command.o transfor.o        render.o repres.o  x11win.o pixutils.o outfile.o script.o        infile.o tokens.o  cif_fract.o cif.o cif_ctonum.o cif_stx.o        multiple.o vector.o wbrotate.o langsel.o  -lm -lXi -lXext -lX11
make: *** No rule to make target `doc/rasmol.1', needed by `rasmol.man'.  Stop.
==> Build Failed. Aborting...
[root@Asteraceae rasmol]#

The impossible missions are the only ones which succeed.

Offline

#93 2003-08-17 07:36:37

orelien
Forum Fellow
From: France
Registered: 2002-12-05
Posts: 220
Website

Re: Packages Wish-Slip

Try with that wink

build() {
  cd $startdir/src/RasMol_$pkgver/src
  mkdir doc data
  gunzip -c ../doc/rasmol.1.gz > doc/rasmol.1
  cp ../data/*.pdb data
  xmkmf
  make all || return 1
  make DESTDIR=$startdir/pkg install
}

or you can patch Imakefile so that it looks for ../doc/rasmol.1 and ../data/*.pdb instead of doc/rasmol.1 and data/*.pdb...
maybe a little bit cleaner

Offline

#94 2003-08-17 18:12:48

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: Packages Wish-Slip

orelien wrote:

Try with that wink

build() {
  cd $startdir/src/RasMol_$pkgver/src
  mkdir doc data
  gunzip -c ../doc/rasmol.1.gz > doc/rasmol.1
  cp ../data/*.pdb data
  xmkmf
  make all || return 1
  make DESTDIR=$startdir/pkg install
}

or you can patch Imakefile so that it looks for ../doc/rasmol.1 and ../data/*.pdb instead of doc/rasmol.1 and data/*.pdb...
maybe a little bit cleaner

THANK YOU VERY MUCH ... now we have the most popular PDB-viewer in archlinux /-> in incoming


The impossible missions are the only ones which succeed.

Offline

#95 2003-08-22 22:40:17

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: Packages Wish-Slip

i have a wish ... i would build it by myself, but i have no idea how to handle python-things :-(

http://pyge.sourceforge.net/

This are some nice tools for accessing a lot of E-Texts from the Gutenberg-Project


The impossible missions are the only ones which succeed.

Offline

#96 2004-02-04 03:27:04

cbozic
Member
From: Morgantown, WV, USA
Registered: 2004-01-31
Posts: 77

Re: Packages Wish-Slip

I second the nomination of Ardour.
Also, Jakarta Tomcat would be nice.

Offline

#97 2004-02-04 05:40:49

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: Packages Wish-Slip

These are all requested packages.  You should post them in the Requested Packages category.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

Board footer

Powered by FluxBB