* [ptxdist] log4cplus fails some early stage
@ 2013-05-04 10:29 Alexander Dahl
2013-05-05 7:17 ` Michael Olbrich
0 siblings, 1 reply; 4+ messages in thread
From: Alexander Dahl @ 2013-05-04 10:29 UTC (permalink / raw)
To: PTXdist Developer Mailinglist
Hei hei,
after adding log4cplus to one of my projects I have problems building
it with ptxdist. I activated it in menuconfig, even did a `ptxdist
clean` to be sure having no old stuff around after the last migrate to
ptxdist 2013.04.0 and it fails like this:
------------------------------
target: log4cplus-1.1.0.tar.xz
------------------------------
error: empty parameter to 'ptxd_make_get'
I can manually download the package to the right folder before, but
that's only a workaround. :-/
Can someone confirm or even solve this?
Greets
Alex
--
»With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.« (Jean-Luc Picard, quoting Judge Aaron Satie)
*** GnuPG-FP: 02C8 A590 7FE5 CA5F 3601 D1D5 8FBA 7744 CC87 10D0 ***
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] log4cplus fails some early stage
2013-05-04 10:29 [ptxdist] log4cplus fails some early stage Alexander Dahl
@ 2013-05-05 7:17 ` Michael Olbrich
2013-05-06 7:46 ` Alexander Dahl
0 siblings, 1 reply; 4+ messages in thread
From: Michael Olbrich @ 2013-05-05 7:17 UTC (permalink / raw)
To: ptxdist
Hi,
On Sat, May 04, 2013 at 12:29:43PM +0200, Alexander Dahl wrote:
> after adding log4cplus to one of my projects I have problems building
> it with ptxdist. I activated it in menuconfig, even did a `ptxdist
> clean` to be sure having no old stuff around after the last migrate to
> ptxdist 2013.04.0 and it fails like this:
>
> ------------------------------
> target: log4cplus-1.1.0.tar.xz
> ------------------------------
>
>
> error: empty parameter to 'ptxd_make_get'
>
>
> I can manually download the package to the right folder before, but
> that's only a workaround. :-/
>
> Can someone confirm or even solve this?
It works here. The error usually means, that there is no URL. What does
"ptxdist print LOG4CPLUS_URL" say? If this is empty, then maybe you have no
SF mirror set.
Michael
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] log4cplus fails some early stage
2013-05-05 7:17 ` Michael Olbrich
@ 2013-05-06 7:46 ` Alexander Dahl
2013-05-06 9:53 ` Michael Olbrich
0 siblings, 1 reply; 4+ messages in thread
From: Alexander Dahl @ 2013-05-06 7:46 UTC (permalink / raw)
To: ptxdist
Hei hei,
Am 2013-05-05 09:17, schrieb Michael Olbrich:
> It works here. The error usually means, that there is no URL. What does
> "ptxdist print LOG4CPLUS_URL" say? If this is empty, then maybe you have no
> SF mirror set.
This is:
% ptxdist print LOG4CPLUS_URL
http://downloads.sourceforge.net/sourceforge/log4cplus/log4cplus-1.1.0.tar.xz
Do I have to set this SF mirror manually somewhere? Since when?
And now, even weirder: I made a `ptxdist clean log4cplus` and removed
the previously manual downloaded tarball and now it works and I can not
reproduce the error anymore. grml.
Thx anyway.
Alex
--
»With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.« (Jean-Luc Picard, quoting Judge Aaron Satie)
*** GnuPG-FP: 02C8 A590 7FE5 CA5F 3601 D1D5 8FBA 7744 CC87 10D0 ***
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] log4cplus fails some early stage
2013-05-06 7:46 ` Alexander Dahl
@ 2013-05-06 9:53 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2013-05-06 9:53 UTC (permalink / raw)
To: ptxdist
On Mon, May 06, 2013 at 09:46:13AM +0200, Alexander Dahl wrote:
> Am 2013-05-05 09:17, schrieb Michael Olbrich:
> > It works here. The error usually means, that there is no URL. What does
> > "ptxdist print LOG4CPLUS_URL" say? If this is empty, then maybe you have no
> > SF mirror set.
>
> This is:
>
> % ptxdist print LOG4CPLUS_URL
> http://downloads.sourceforge.net/sourceforge/log4cplus/log4cplus-1.1.0.tar.xz
>
> Do I have to set this SF mirror manually somewhere? Since when?
You don't, but sometimes people accidentally set it to an empty string,
which results in this error.
> And now, even weirder: I made a `ptxdist clean log4cplus` and removed
> the previously manual downloaded tarball and now it works and I can not
> reproduce the error anymore. grml.
Hmm, ok. Please report if it happens again.
Michael
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-05-06 9:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-04 10:29 [ptxdist] log4cplus fails some early stage Alexander Dahl
2013-05-05 7:17 ` Michael Olbrich
2013-05-06 7:46 ` Alexander Dahl
2013-05-06 9:53 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox