Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 170340 - net-misc/ntp-4.2.4-r1 install fails with USE=openntpd and paludis
Summary: net-misc/ntp-4.2.4-r1 install fails with USE=openntpd and paludis
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Stephen Bennett (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-10 23:24 UTC by Patrick Ohearn
Modified: 2007-03-15 15:45 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build output (ntp-4.2.4-r1-build.log,161.43 KB, text/plain)
2007-03-11 21:17 UTC, Patrick Ohearn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Ohearn 2007-03-10 23:24:16 UTC
net-misc/ntp-4.2.4-r1 fails to build while trying to remove `usr/share/man/*/ntpd.8'

Reproducible: Always

Steps to Reproduce:
1. Sync
2. Attempt to merge net-misc/ntp-4.2.4-r1
3. Sit back and watch it fail

Actual Results:  
Build fails

Expected Results:  
The build to work and go off into the sunset syncing my clock

install -m0644 html/sntp.html /var/tmp/paludis/net-misc/ntp-4.2.4-r1/image/usr/share/doc/ntp-4.2.4-r1/html/
install -m0644 html/tickadj.html /var/tmp/paludis/net-misc/ntp-4.2.4-r1/image/usr/share/doc/ntp-4.2.4-r1/html/
find: /var/tmp/paludis/net-misc/ntp-4.2.4-r1/image//usr/share/ntp/rc1: No such file or directory
find: /var/tmp/paludis/net-misc/ntp-4.2.4-r1/image//usr/share/ntp/rc2: No such file or directory
rm: cannot remove `usr/share/man/*/ntpd.8': No such file or directory

!!! ERROR in net-misc/ntp-4.2.4-r1:
!!! In src_install at line 110
!!! (no message provided)

!!! Call stack:
!!!    * src_install (/usr/portage/net-misc/ntp/ntp-4.2.4-r1.ebuild:110)
!!!    * ebuild_f_install (/usr/libexec/paludis/src_install.bash:46)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:346)
!!!    * main (/usr/libexec/paludis/ebuild.bash:364)

die trap: exiting with error.

Install error:
  * In program paludis --install --preserve-world dhcp ntp:
  * When performing install action from command line:
  * When executing install task:
  * Install error: Install failed for 'net-misc/ntp-4.2.4-r1::gentoo'


Resume command: paludis --log-level warning --preserve-world --dl-deps-default discard --install '=net-misc/ntp-4.2.4-r1::gentoo' --add-to-world-spec '( net-misc/dhcp net-misc/ntp )'
Comment 1 SpanKY gentoo-dev 2007-03-11 18:56:26 UTC
post the full build log
Comment 2 Patrick Ohearn 2007-03-11 21:17:59 UTC
Created attachment 113012 [details]
build output

I have attached the build log.
Comment 3 SpanKY gentoo-dev 2007-03-12 07:01:47 UTC
let someone from paludis figure out where it's going wrong
Comment 4 Ciaran McCreesh 2007-03-12 13:20:52 UTC
It appears to be because our doman gzips by default...

spb: you wrote that. Remember why?
Comment 5 Stephen Bennett (RETIRED) gentoo-dev 2007-03-12 13:58:42 UTC
If it wasn't because Portage did then no, I can't remember. It is however valid according to the PMS draft that Mike reviewed, so either the ebuild or the spec needs fixing -- I'd be inclined to say the ebuild personally.
Comment 6 SpanKY gentoo-dev 2007-03-12 16:25:40 UTC
then we fix the pms ... compression happens after src_install so that ebuilds are deterministic

"optionally compressed" is not possible for ebuilds to work with
Comment 7 Stephen Bennett (RETIRED) gentoo-dev 2007-03-15 15:45:58 UTC
PMS as of r91 no longer allows compression in dodoc, doman, doinfo. Paludis trunk has been fixed not to do it; this should be in the next release.