添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
焦虑的双杠  ·  Bazel build cache · ...·  2 周前    · 
无聊的大熊猫  ·  LINK : fatal error ...·  2 周前    · 
稳重的刺猬  ·  Undefined references ...·  2 周前    · 
不爱学习的柠檬  ·  GitHub - ...·  6 天前    · 
长情的紫菜汤  ·  Xcode 14 error Build ...·  2 天前    · 
考研的松树  ·  mysqldump - ...·  4 月前    · 
八块腹肌的卡布奇诺  ·  OPPO Find X5 ...·  4 月前    · 
严肃的面包  ·  linux ...·  4 月前    · 

First up, this is my first post so hello from me and thank you for all the hard work you put into tvheadend. I have in the last month built myself a new pc and installed ubuntu 12.04. As a complete noob to linux I have been playing and learning every since lol.

Now for my issue

I have followed the instuctions on the wiki for building from source and I am currently up and running in the test enviroment (ie. $ ./build.linux/tvheadend ) I have all my channels scanned and all it working great, currently the kids are watching tv on xbmc so they are happy.
My problem starts when I continue onto the next step in the wiki to actually install tvheadend. I am trying to make a package as per the wiki instructions ( $ ./Autobuild.sh -t precise-amd64 ) but when I do it fails saying

dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)

The whole output is...

mrdavismauk@Linux-Server:~/tvheadend$ ./Autobuild.sh -t precise-amd64
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
dpkg-buildpackage: source package tvheadend
dpkg-buildpackage: source version 3.5.23~g4724e01~precise
dpkg-buildpackage: source changed by Andreas Öman < >
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build tvheadend
dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 7.0.50) libcurl4-gnutls-dev
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
mrdavismauk@Linux-Server:~/tvheadend$

Could someone wiser than me please help me figure out what I have done wrong please. I am a firm believer in learning by trial and error but I am stuck on this one.

Cheers Mark

Remember that, when you install ( dpkg -i tvheadend.....deb ), you're creating a whole new installation - so you'll have to start again with access control, muxes, channel scanning, etc. You may be able to copy stuff over to address this, but you'll inevitably get something reset in the process that you weren't expecting (e.g. superuser password).

dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 7.0.50) libcurl4-gnutls-dev
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.

It was staring me in the face, I am afraid, that is the noob in me, but it has only been four weeks and I have learnt a lot in that time!

Anyway I done what you suggested and it now works a treat. As for the settings it doesnt bother me doing it again as it doesnt take to long to sort.

Thanks Mark

    (1-2/2)