Equinox in Minix!!! Help

435 views
Skip to first unread message

Luís Felipe Wiira Sá Freire

unread,
May 11, 2015, 9:37:51 AM5/11/15
to min...@googlegroups.com
Hi !!

I would like to know how to install Equinox Desktop Environment in Minix 3.2.1

Thank you!

r0ller

unread,
May 11, 2015, 10:14:56 AM5/11/15
to min...@googlegroups.com
Hi Luis,

Here is the install howto on the project page: http://equinox-project.org/wiki/installingonminix

Regards,
r0ller

Luís Felipe Wiira Sá Freire

unread,
May 11, 2015, 4:42:00 PM5/11/15
to min...@googlegroups.com
Hi r0ller,

Would have some video teaching because I'm not getting through this installation guide.

thank you

r0ller

unread,
May 12, 2015, 2:23:26 AM5/12/15
to min...@googlegroups.com
Hi Luís,

I'm afraid, I can't give you that, sorry.

Regards,
r0ller

Kristofer Younger

unread,
May 12, 2015, 9:26:34 AM5/12/15
to min...@googlegroups.com
yeah, I tried the recipe on that page, http://equinox-project.org/wiki/installingonminix

 I'm using the latest dev snapshot of Minix, on VirtualBox latest,
I ran into no subversion in the repo (using the  http://www.minix3.org/pkgsrc/packages/3.3.1/i386/All repo)

and a strange error
'''

--2015-05-12 13:17:00--  (try:19)  http://downloads.sourceforge.net/project/ede/ede/2.1/ede-2.1.tar.gz?r=http%3A%2F%2Fequinox-project.org%2Fwiki%2Fdownload

libidn: warning: libiconv not installed, cannot convert data to UTF-8

Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.

HTTP request sent, awaiting response... Read error (Function not implemented) in headers.

Retrying.


when I tried to just wget the sources...

and so I gave up.

r0ller

unread,
May 12, 2015, 9:41:00 AM5/12/15
to min...@googlegroups.com
Hi Kristofer,

That's a pity:( You can try curl instead of wget though. Luís has svn as his choice was 3.2.1 and as far as I can remember that release has it as binary pkg. Actually, the last occasion I tried installing ede was indeed on 3.2.1 but then I did manage to get it work (together with the author) as I even had to send him a small patch to make it work on minix:) At that point of time he introduced the option to disable dbus in ede, especially due to having problems in installing that on minix. Unfortunately, I don't have time now to tamper with it but if you ask for help in the ede forum, I'm pretty sure someone will help you.

Regards,
r0ller

Kristofer Younger

unread,
May 13, 2015, 11:50:41 AM5/13/15
to min...@googlegroups.com
so I was able to download the two source packages,
and following some of the instructions, but I wasn't able to get edelib to compile cleanly...
 (and this even after I compiled fltk from source)

10.0.2.15# jam

...found 683 target(s)...

...updating 9 target(s)...

C++ src/Scheme.o 

Archive lib/libedelib.a 

Ranlib lib/libedelib.a 

C++ src/Theme.o 

Archive lib/libedelib_gui.a 

Ranlib lib/libedelib_gui.a 

Link test/run_tests 

/usr/pkg/bin/ld: warning: libXft.so.3, needed by /usr/pkg/lib/libfltk_images.so, may conflict with libXft.so.2

./lib/libedelib.a(scheme.o):(.data+0xb4): undefined reference to `is_macro'

./lib/libedelib.a(scheme.o):(.rodata+0x10e8): undefined reference to `is_inport'

./lib/libedelib.a(scheme.o):(.rodata+0x10f0): undefined reference to `is_outport'

clang: error: linker command failed with exit code 1 (use -v to see invocation)


clang  -o test/run_tests  test/UnitTest.o test/utest.o test/util.o test/missing.o test/strutil.o test/file.o test/file_test.o test/directory.o test/datetime.o test/conf.o test/resource.o test/desktopfile.o test/string.o test/list.o test/regex.o test/color.o test/colordb.o test/xml.o test/mime.o test/temp_file.o test/functional.o test/run.o test/run_tests.o test/xsettings.o test/theme.o   -L./lib -ledelib_gui -ledelib -L/usr/pkg/lib -L/usr/X11R7/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-R/usr/pkg/lib -lfltk_images -lpng16 -lz -ljpeg -lfltk -lXext -lXft -lfontconfig -lXinerama -lpthread -lm -lX11   -lstdc++  


...failed Link test/run_tests ...

Link examples/theme 

/usr/pkg/bin/ld: warning: libXft.so.3, needed by /usr/pkg/lib/libfltk_images.so, may conflict with libXft.so.2

./lib/libedelib.a(scheme.o):(.data+0xb4): undefined reference to `is_macro'

./lib/libedelib.a(scheme.o):(.rodata+0x10e8): undefined reference to `is_inport'

./lib/libedelib.a(scheme.o):(.rodata+0x10f0): undefined reference to `is_outport'

clang: error: linker command failed with exit code 1 (use -v to see invocation)


clang  -o examples/theme  examples/theme.o   -L./lib -ledelib_gui -ledelib -L/usr/pkg/lib -L/usr/X11R7/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-R/usr/pkg/lib -lfltk_images -lpng16 -lz -ljpeg -lfltk -lXext -lXft -lfontconfig -lXinerama -lpthread -lm -lX11   -lstdc++  


...failed Link examples/theme ...

Link examples/script_editor 

/usr/pkg/bin/ld: warning: libXft.so.3, needed by /usr/pkg/lib/libfltk_images.so, may conflict with libXft.so.2

./lib/libedelib.a(scheme.o):(.data+0xb4): undefined reference to `is_macro'

./lib/libedelib.a(scheme.o):(.rodata+0x10e8): undefined reference to `is_inport'

./lib/libedelib.a(scheme.o):(.rodata+0x10f0): undefined reference to `is_outport'

clang: error: linker command failed with exit code 1 (use -v to see invocation)


clang  -o examples/script_editor  examples/script_editor.o   -L./lib -ledelib_gui -ledelib -L/usr/pkg/lib -L/usr/X11R7/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-R/usr/pkg/lib -lfltk_images -lpng16 -lz -ljpeg -lfltk -lXext -lXft -lfontconfig -lXinerama -lpthread -lm -lX11   -lstdc++  


...failed Link examples/script_editor ...

C++ tools/edelib-script/edelib-script.o 

Link tools/edelib-script/edelib-script 

/usr/pkg/bin/ld: warning: libXft.so.3, needed by /usr/pkg/lib/libfltk_images.so, may conflict with libXft.so.2

./lib/libedelib.a(scheme.o):(.data+0xb4): undefined reference to `is_macro'

./lib/libedelib.a(scheme.o):(.rodata+0x10e8): undefined reference to `is_inport'

./lib/libedelib.a(scheme.o):(.rodata+0x10f0): undefined reference to `is_outport'

clang: error: linker command failed with exit code 1 (use -v to see invocation)


clang  -o tools/edelib-script/edelib-script  tools/edelib-script/edelib-script.o   -L./lib -ledelib_gui -ledelib -ledelib_gui -L/usr/pkg/lib -L/usr/X11R7/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-R/usr/pkg/lib -lfltk_images -lpng16 -lz -ljpeg -lfltk -lXext -lXft -lfontconfig -lXinerama -lpthread -lm -lX11   -lstdc++  


...failed Link tools/edelib-script/edelib-script ...

...failed updating 4 target(s)...

...updated 5 target(s)...



I bet those 4 failed targets are uber-generally-important.

r0ller

unread,
May 14, 2015, 5:04:06 AM5/14/15
to min...@googlegroups.com
Hi Kristofer,

Same here, even though I tried it on the current version of minix3:( The errors seem to be related to tinyscheme which I happened to find as binary pkg but installing it separately didn't help either. Unfortunately, I don't have time to dig deeper.

Regards,
r0ller

r0ller

unread,
May 15, 2015, 8:56:02 AM5/15/15
to min...@googlegroups.com
Hi Kristofer,

I created a thread for this in the ede forums (https://sourceforge.net/p/ede/discussion/249616/thread/f1b2dd27/). Let's see if someone can help.

Regards,
r0ller

r0ller

unread,
Feb 2, 2017, 3:28:16 AM2/2/17
to minix3
Well, I got an unexpected answer today -outside the EDE team- to the question I posted in 2015:D If anyone is interested, check the sourceforge thread link I posted in my previous comment.

r0ller
Reply all
Reply to author
Forward
0 new messages