| Summary: | security/dropbear doesn't build on 9-Stable | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | graham | ||||
| Component: | Individual Port(s) | Assignee: | Alex Kozlov <ak> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
graham
2012-04-03 00:30:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->ak Over to maintainer (via the GNATS Auto Assign Tool) Hi, Graham I can't reproduce your issue. I tried on live system, local tinderbox, redports.org (http://redports.org/buildarchive/20120403000923-37693/) Do You have any nonstandard settings? -- Adios On 03/04/2012 11:13, Alex Kozlov wrote:
> I can't reproduce your issue. I tried on live system, local tinderbox,
> redports.org (http://redports.org/buildarchive/20120403000923-37693/)
> Do You have any nonstandard settings?
>
Hi Alex,
Thanks for replying.
No, I don't have any non-standard settings. Make.conf and src.conf are
empty (except for a PERL_VERSION= line). In the dropbear config, I have
WITH_STATIC set to off.
I have had it happen on two machines. The only thing in common for them
is that they both use the same csup server. I've done another csup on
one of them and I'm building world at the moment. After that finishes,
I'll try building dropbear again and see what happens.
Thanks,
Graham
On Wed, Apr 04, 2012 at 10:48:14AM +1000, Graham Menhennitt wrote:
> Alex,
>
> This email is not copied to the list because of the attachments.
>
> I finished my csup and make world. The results are the same as before.
>
> Attached are the results of the "configure" script from the port's
> work/dropbear directory. Could you please compare them with yours. I
> would look at redports and do it myself, but redports seems to be down.
That's one nasty configure script.
Please remove /var/log/wtmp, /var/log/lastlog.
You may also want to do make check-old -C /usr/src; make delete-old -C /usr/src
after major version upgrade.
--
Adios
On 06/04/2012 06:31, Alex Kozlov wrote:
> Please remove /var/log/wtmp, /var/log/lastlog. You may also want to do
> make check-old -C /usr/src; make delete-old -C /usr/src after major
> version upgrade.
Thanks Alex,
After looking in /usr/src/UPDATING for utmp (as a result of your clues
above), I did:
cd /usr/src
make delete-old delete-old-libs
rm /var/run/utmp /var/log/lastlog /var/log/wtmp*
Then
cd /usr/ports/security/dropbear
make clean
make
and it built correctly.
Please close this PR.
Thanks for your help,
Graham
On Fri, Apr 06, 2012 at 02:29:25PM +1000, Graham Menhennitt wrote:
> On 06/04/2012 06:31, Alex Kozlov wrote:
> > Please remove /var/log/wtmp, /var/log/lastlog. You may also want to do
> > make check-old -C /usr/src; make delete-old -C /usr/src after major
> > version upgrade.
>
> Thanks Alex,
>
> After looking in /usr/src/UPDATING for utmp (as a result of your clues
> above), I did:
> cd /usr/src
> make delete-old delete-old-libs
> rm /var/run/utmp /var/log/lastlog /var/log/wtmp*
>
> Then
> cd /usr/ports/security/dropbear
> make clean
> make
> and it built correctly.
>
> Please close this PR.
I will contact the upstream, though. It's bad way to detect utmp.
--
Adios
State Changed From-To: open->closed Closed on submitter request. Thanks! |