[LINUX] Xbmcfreak 10.4 and netatalk
#1
Question 
Hi!

I'm trying to compile the netatalk at the latest xbmcfreak liveCD to get AFP.

Firstly I added source, than installed all required packages.

But when I'm trying to compile netatalk I'm getting the following errors:

Code:
configure.in:21: error: possibly undefined macro: AC_PROG_PERL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:23: error: possibly undefined macro: AC_PROG_PS
configure.in:91: error: possibly undefined macro: AC_MSG_RESULT
configure.in:121: error: possibly undefined macro: AC_DEFINE
configure.in:244: error: possibly undefined macro: AC_MSG_ERROR
configure.in:337: error: possibly undefined macro: AC_CHECK_ICONV
configure.in:381: error: possibly undefined macro: AC_NETATALK_CNID
configure.in:385: error: possibly undefined macro: AC_PATH_BDB
configure.in:397: error: possibly undefined macro: AC_CHECK_QUOTA
configure.in:407: error: possibly undefined macro: AC_PATH_PAM
configure.in:559: error: possibly undefined macro: NETATALK_AC_CUPS
configure.in:931: error: possibly undefined macro: AC_PATH_SSL
configure.in:934: error: possibly undefined macro: AC_CRYPT
configure.in:1122: error: possibly undefined macro: AC_NETATALK_LIBS_SUMMARY
configure.in:1123: error: possibly undefined macro: AC_NETATALK_CONFIG_SUMMARY
make: *** [debian/stamp-autotools-files] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1340:
dpkg-buildpackage -rfakeroot -D -us -uc -i -b failed

Can anyone help me please?
_____________________________________________
Zotac ZBOX HD-ID11, 2Gb RAM, 32Gb SSD, XBMCFreak
Reply
#2
sudo apt-get install netatalk
Reply
#3
cowfodder Wrote:sudo apt-get install netatalk

Code:
xbmc@XBMCLive:~$ sudo apt-get install netatalk
Reading package lists... Done
Building dependency tree      
Reading state information... Done
E: Couldn't find package netatalk

That's why I was trying to compile it from sources...
_____________________________________________
Zotac ZBOX HD-ID11, 2Gb RAM, 32Gb SSD, XBMCFreak
Reply
#4
Solved the problem.

If anyone wants to get AFP working - do the following:

Code:
~$ sudo aptitude update

Code:
~$ sudo aptitude safe-upgrade

Code:
~$ sudo apt-get install netatalk

Than follow this manual from part 2.

The only problem I have now - I can not share my USB-drive with HFS+ system:

I added to AppleVolumes.default path to my USB-Drive (it is called TV-Shows):
Code:
/media/TV-Shows/ "TV Shows"

But when I'm trying to connect to it Finder says that the operation cannot be completed because source object for "TV Shows" cannot be found (This may be not exact translation as I'm using non-english version of Mac OS)
_____________________________________________
Zotac ZBOX HD-ID11, 2Gb RAM, 32Gb SSD, XBMCFreak
Reply
#5
Headshaker Wrote:But when I'm trying to connect to it Finder says that the operation cannot be completed because source object for "TV Shows" cannot be found (This may be not exact translation as I'm using non-english version of Mac OS)

Solved it also - just re-formatted disk without Journaling and gave 777 rights. Now it is working!

Now trying to make avahi-daemon to start on boot. Will keep you in touch Laugh
_____________________________________________
Zotac ZBOX HD-ID11, 2Gb RAM, 32Gb SSD, XBMCFreak
Reply

Logout Mark Read Team Forum Stats Members Help
[LINUX] Xbmcfreak 10.4 and netatalk0