GAR Minimyth problems

Announce/Discuss projects you are working on for MiniMyth

Moderator: Pablo

GAR Minimyth problems

Postby Anavel » Fri Apr 01, 2005 2:11 pm

Hi all,

I've successfully built Minimyth using GAR. But I've come across a couple of issues:

- tiff-3.7.1 is not downloaded automatically because the file cannot be found on the ftp servers.
- when I type set on the frontend, all the values MM_<something> do not appear.
- time is not synchronized to a ntp server, eventhough it is specified in minimyth.conf.
- lirc does not get loaded automatically.
- sound is not working. I have to either select a mixer in the Myth config, or type sh sound.scrript to make it work.

But, if I switch back to the original Beta1 release, no problem there....

Any help is appreciated.

p.s. the minimyth is compiled for a c3 processor

Anavel
Anavel
New Member
 
Posts: 5
Joined: Fri Apr 01, 2005 2:03 pm

Postby Pablo » Fri Apr 01, 2005 4:45 pm

Something appears to be wrong with the FTP site hosting the tiff tarball. I have uploaded the tarball to linpvr.org, so GAR can pick it up from there.

The MM_variables are no longer set in the evironment, because it was not always working. If you want to know the value of an environment variable, you can type 'mm_var_get MM_<something>' at the command line.

For NTP and LIRC, check whether or not ntpd and lircd have started by typing 'ps' on you frontend. If they have not started it is likely due to the fact that minimyth is now defaulting to using a make based init system rather than an sh based init system. You can change this on the boot command line by adding 'MM_INIT_MODE=sh'.

Sound may be the same problem. You should check whether or not the sound script ran by seeing if the sound modules are loaded (type 'lsmod).

If the problems are the result of MM_INIT_MODE=make, then please file a bug report.
Pablo
Site Admin
 
Posts: 4178
Joined: Tue Dec 14, 2004 1:13 am
Location: La Jolla

Postby Anavel » Fri Apr 01, 2005 5:10 pm

Super ! Thanks Pablo. I'll try it tonight when I'll get home.
Anavel
New Member
 
Posts: 5
Joined: Fri Apr 01, 2005 2:03 pm

Build trouble on AMD64... any thoughts ?

Postby greispe » Fri Sep 09, 2005 8:32 pm

Fetched everything from the P4 repository tonight. make build gives me the following:

Code: Select all
==> Running configure in work/build.d/make-3.80
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether make sets ${MAKE}... (cached) yes
checking for x86_64-suse-linux-gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
check `config.log' for details.
make[9]: *** [configure-work/build.d/make-3.80/configure] Error 77
make[9]: Leaving directory `/home/greispe/minimyth_build/gar-minimyth/script/devel/make'
make[8]: *** [../../devel/make/cookies/build.d/install] Error 2
make[8]: Leaving directory `/home/greispe/minimyth_build/gar-minimyth/script/devel/gcc'
make[7]: *** [imgdep-build] Error 2
make[7]: Leaving directory `/home/greispe/minimyth_build/gar-minimyth/script/devel/gcc'
make[6]: *** [build-custom] Error 2
make[6]: Leaving directory `/home/greispe/minimyth_build/gar-minimyth/script/lib/libgcc'
make[5]: *** [../../lib/libgcc/cookies/build.d/install] Error 2
make[5]: Leaving directory `/home/greispe/minimyth_build/gar-minimyth/script/lang/c'
make[4]: *** [imgdep-build] Error 2
make[4]: Leaving directory `/home/greispe/minimyth_build/gar-minimyth/script/lang/c'
make[3]: *** [../../lang/c/cookies/build.d/install] Error 2
make[3]: Leaving directory `/home/greispe/minimyth_build/gar-minimyth/script/utils/util-linux'
make[2]: *** [imgdep-build] Error 2
make[2]: Leaving directory `/home/greispe/minimyth_build/gar-minimyth/script/utils/util-linux'
make[1]: *** [../../utils/util-linux/cookies/build.d/install] Error 2
make[1]: Leaving directory `/home/greispe/minimyth_build/gar-minimyth/script/meta/minimyth'
make: *** [imgdep-build] Error 2



Ideas ?
greispe
New Member
 
Posts: 2
Joined: Tue Apr 05, 2005 10:08 am

Postby Pablo » Fri Sep 09, 2005 10:27 pm

I have never tried to build on a 64-bit machine, because I do not have one. Has anyone else?
Pablo
Site Admin
 
Posts: 4178
Joined: Tue Dec 14, 2004 1:13 am
Location: La Jolla

Postby gugux » Wed Feb 22, 2006 10:00 pm

I'm trying to build 0.19 for my standard machien with Gar (thanks again Pablo for the great work !)

I have the error too (no 64 bit machine here) :

Thread model: posix
gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
configure:2025: $? = 0
configure:2027: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2030: $? = 1
configure:2050: checking for C compiler default output
configure:2053: gcc -march= -O2 conftest.c >&5
conftest.c:1: error: bad value () for -march= switch
conftest.c:1: error: bad value () for -mtune= switch
configure:2056: $? = 1
configure: failed program was:
#line 2033 "configure"
#include "confdefs.h"

int
main ()
{

;
return 0;
}
configure:2083: error: C compiler cannot create executables
check `config.log' for details.


I'll try to debug tomorrow but maybe somebody has got this problem lately ?
gugux
Contributor
 
Posts: 86
Joined: Sun Apr 24, 2005 7:00 am

Postby JonathanL » Sat Feb 25, 2006 7:29 pm

FYI, aewm-1.3.1.tar.gz seems to have fallen off of the face of the earth.
JonathanL
New Member
 
Posts: 6
Joined: Fri Nov 04, 2005 4:27 am
Location: Maine, USA

Postby gugux » Sun Feb 26, 2006 11:51 am

Ok, found the problem. I had an arch binary installed with mailman, and gar doesn't like it ... Deleted the link /usr/sbin/arch to the mailman binary and here it goes !
gugux
Contributor
 
Posts: 86
Joined: Sun Apr 24, 2005 7:00 am


Return to Projects

Who is online

Users browsing this forum: No registered users and 1 guest