Erlang/OTP Forums

Author Message

<  Erlang bugs mailing list  ~  Unable to compile erlang-dev 1:13.b.4

Guest
Posted: Fri Apr 09, 2010 11:54 am Reply with quote
Guest
sudo su
mkdir erlang-dev-src
cd erlang-dev-src
wget
http://ftp.de.debian.org/debian/pool/main/e/erlang/erlang_13.b.4-dfsg-4.dsc
wget
http://ftp.de.debian.org/debian/pool/main/e/erlang/erlang_13.b.4-dfsg.orig.tar.gz

wget
http://ftp.de.debian.org/debian/pool/main/e/erlang/erlang_13.b.4-dfsg-4.diff.gz

dpkg-source -x erlang_13.b.4-dfsg-4.dsc
cd erlang-13.b.4-dfsg
dpkg-buildpackage -rfakeroot -b

truncated output after 1.25 hrs:

(.:13709): Gtk-WARNING **: cannot open display:
make[4]: *** [../pdf/stdlib-1.16.5.pdf] Error 1
make[4]: Leaving directory
`/home/advomatic/erlang-dev-src/erlang-13.b.4-dfsg/lib/stdlib/doc/src'
make[3]: *** [docs] Error 2
make[3]: Leaving directory
`/home/advomatic/erlang-dev-src/erlang-13.b.4-dfsg/lib/stdlib'
make[2]: *** [docs] Error 2
make[2]: Leaving directory
`/home/advomatic/erlang-dev-src/erlang-13.b.4-dfsg/lib'
make[1]: *** [docs] Error 2
make[1]: Leaving directory
`/home/advomatic/erlang-dev-src/erlang-13.b.4-dfsg'
make: *** [docs-stamp] Error 2
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit
status 2
vps205:/home/advomatic/erlang-dev-src/erlang-13.b.4-dfsg#

Apparently, it's requiring X server? That's not possible on our
configuration. What should I do next?

Thanks,
Aaron

--
Aaron Winborn

Advomatic, LLC
http://advomatic.com/

Drupal Multimedia available now!
http://www.packtpub.com/create-multimedia-website-with-drupal/book

My blog:
http://aaronwinborn.com/


________________________________________________________________
erlang-bugs (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-bugs-unsubscribe@erlang.org

Post received from mailinglist
t
Posted: Fri Apr 09, 2010 12:21 pm Reply with quote
User Joined: 30 Sep 2008 Posts: 133
On Fri, Apr 9, 2010 at 1:53 PM, Aaron Winborn <winborn@advomatic.com> wrote:
> sudo su
> mkdir erlang-dev-src
> cd erlang-dev-src
> wget
> http://ftp.de.debian.org/debian/pool/main/e/erlang/erlang_13.b.4-dfsg-4.dsc
> wget
> http://ftp.de.debian.org/debian/pool/main/e/erlang/erlang_13.b.4-dfsg.orig.tar.gz
> wget
> http://ftp.de.debian.org/debian/pool/main/e/erlang/erlang_13.b.4-dfsg-4.diff.gz
> dpkg-source -x erlang_13.b.4-dfsg-4.dsc
> cd erlang-13.b.4-dfsg
> dpkg-buildpackage -rfakeroot -b
>
> truncated output after 1.25 hrs:
>
> (.:13709): Gtk-WARNING **: cannot open display:

To understand the issue at hand please search for
"apache fop headless server".

That might help you decide what you can do to fix the issue.

I am assuming that you want to build all docs and need the
resulting PDF files.

> make[4]: *** [../pdf/stdlib-1.16.5.pdf] Error 1
> make[4]: Leaving directory
> `/home/advomatic/erlang-dev-src/erlang-13.b.4-dfsg/lib/stdlib/doc/src'
> make[3]: *** [docs] Error 2
> make[3]: Leaving directory
> `/home/advomatic/erlang-dev-src/erlang-13.b.4-dfsg/lib/stdlib'
> make[2]: *** [docs] Error 2
> make[2]: Leaving directory
> `/home/advomatic/erlang-dev-src/erlang-13.b.4-dfsg/lib'
> make[1]: *** [docs] Error 2
> make[1]: Leaving directory
> `/home/advomatic/erlang-dev-src/erlang-13.b.4-dfsg'
> make: *** [docs-stamp] Error 2
> dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit
> status 2
> vps205:/home/advomatic/erlang-dev-src/erlang-13.b.4-dfsg#
>
> Apparently, it's requiring X server? That's not possible on our
> configuration. What should I do next?
>
> Thanks,
> Aaron
>
> --
> Aaron Winborn
>
> Advomatic, LLC
> http://advomatic.com/
>
> Drupal Multimedia available now!
> http://www.packtpub.com/create-multimedia-website-with-drupal/book
>
> My blog:
> http://aaronwinborn.com/
>
>
> ________________________________________________________________
> erlang-bugs (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-bugs-unsubscribe@erlang.org
>
>

________________________________________________________________
erlang-bugs (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-bugs-unsubscribe@erlang.org

Post received from mailinglist
View user's profile Send private message
Guest
Posted: Fri Apr 09, 2010 12:24 pm Reply with quote
Guest
On Fri, Apr 9, 2010 at 3:53 PM, Aaron Winborn <winborn@advomatic.com> wrote:
> dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit
> status 2
> vps205:/home/advomatic/erlang-dev-src/erlang-13.b.4-dfsg#
>
> Apparently, it's requiring X server? That's not possible on our
> configuration. What should I do next?

When you build Erlang R13B04 in Debian (and from the Debian source
package) it builds Erlang documentation from its sources. It requires
fop tool which apparently doesn't work without X server in curent
stable (lenny). So, if you want to build the Debian package I'd
suggest to setup a build environment with X server (may be the dummy
one, see xserver-xorg-video-dummy package).

Anyway, this list doesn't seem to be an appropriate place to discuss
distribution-specific problems. Submitting a bugreport to
submit@bugs.debian.org would be better.

Cheers!
--
Sergei Golovan

________________________________________________________________
erlang-bugs (at) erlang.org mailing list.
See http://www.erlang.org/faq.html
To unsubscribe; mailto:erlang-bugs-unsubscribe@erlang.org

Post received from mailinglist

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum