Kurt Bigler | 1 Apr 03:03

error "Could not find Portfile"

Exactly what does this error mean?

A friend told me he thought it might mean that I had moved my 
darwinports directory.  In fact I *had* moved my darwinports directory 
after getting it using cvs, but prior to doing the darwinports 
configure/make/install.  But just to be sure I deleted the darwinports 
directory, and did the following commands from scratch, this time 
assuring that I did not have to move darwinports after getting it via 
cvs:

> cd ~/scala
> cvs -d :pserver:anonymous <at> anoncvs.opendarwin.org:/Volumes/src/cvs/od 
> login
> cvs -d :pserver:anonymous <at> anoncvs.opendarwin.org:/Volumes/src/cvs/od 
> co -P darwinports
> cd darwinports
> cd base
> ./configure
> make
> sudo make install
> sudo port gtk2

Everything appeared to work fine until the final command which gave 
this error:

> Unable to open port: Could not find Portfile in ./

This was all done under 10.3.3 on a dual 2GHz G5.

Thanks for any help.
(Continue reading)

Will Barton | 1 Apr 04:19

Re: error "Could not find Portfile"


On Mar 31, 2004, at 8:03 PM, Kurt Bigler wrote:

>> sudo port gtk2
>
> Everything appeared to work fine until the final command which gave 
> this error:
>
>> Unable to open port: Could not find Portfile in ./

What do you want to do to the gtk2 port?  To install it, run:

sudo port install gtk2

You can find out more in the port(1) manpage.  Basically, you have to 
give port(1) a target to perform on a port as the second argument.

As an aside, the reason this is happening is that if a portname isn't 
specified, port(1) looks for a Portfile in the current directory, so 
you could also:

cd darwinports/dports/x11/gtk2
sudo port install

So, by simply running 'port gtk2', you're asking port(1) to run the 
nonexistent 'gtk2' target on a Portfile in your current directory, 
which it complains it cannot find.

-Will
(Continue reading)

Kurt Bigler | 1 Apr 04:30

Re: error "Could not find Portfile"

On Mar 31, 2004, at 6:19 PM, Will Barton wrote:

> On Mar 31, 2004, at 8:03 PM, Kurt Bigler wrote:
>
>>> sudo port gtk2
>>
>> Everything appeared to work fine until the final command which gave 
>> this error:
>>
>>> Unable to open port: Could not find Portfile in ./
>
> What do you want to do to the gtk2 port?  To install it, run:
>
> sudo port install gtk2

That did it, of course.  Thanks.  I was referring to some incorrect 
"how to" information.

-Kurt
Toby Peterson | 1 Apr 04:36

Re: error "Could not find Portfile"

On 31 Mar 2004, at 21.30, Kurt Bigler wrote:

> That did it, of course.  Thanks.  I was referring to some incorrect 
> "how to" information.

What incorrect howto information? We'd definitely like to fix it...

- Toby
Kurt Bigler | 1 Apr 04:40

Re: error "Could not find Portfile"


On Mar 31, 2004, at 6:36 PM, Toby Peterson wrote:

> On 31 Mar 2004, at 21.30, Kurt Bigler wrote:
>
>> That did it, of course.  Thanks.  I was referring to some incorrect 
>> "how to" information.
>
> What incorrect howto information? We'd definitely like to fix it...

Sorry to confuse.  Not *your* how to information.  Just some info via 
private email regarding making gtk2.  The bad info probably exists now 
only in my personal email archives.

-Kurt

Re: man bug in hping2 port?


Juan Manuel Palacios wrote:
|
|     Hi Ole! I think I spotted a bug in your hping2 port, the -vd output
| claims the man page could not be installed. Take a look:
|
| @@@@@@ WARNING @@@@@@
| Can't install the man page:
| /usr/local/darwinports/dports/net/hping2/work/destroot/opt/local/man/
| man8 does not exist
| DEBUG: Executing destroot_finish
| --->  Installing hping2
| DEBUG: Executing com.apple.install (hping2)
| DEBUG: installing file: /opt/local/sbin/hping2
|
|     And just to confirm:
|
| $[juan <at> PowerBook: www](12/0,0)-> port contents hping2
| Contents of hping2-rc2
|         /opt/local/sbin/hping2
|
|     You think you could please look into this? Thanks in advance!
|
|
|         Juan
|

yes, i'll fix it this afternoon, it installs the manpage in the wrong
(old) location. Thanks for noticing :)

(Continue reading)

DV Rogers | 1 Apr 15:56

GLIB failure installing Slypheed

Would someone know what needs to be edited in glib-config script: 
/opt/local/bin/glib-config
to get GLIB working for porting Slypheed?
The terminal error is below

Thanks agin
D.V.Rogers

--->  Fetching sylpheed
--->  Attempting to fetch sylpheed-0.9.2.tar.bz2 from 
http://sylpheed.good-day.net/sylpheed/
--->  Verifying checksum for sylpheed
--->  Extracting sylpheed
--->  Configuring sylpheed
Error: Target com.apple.configure returned: configure failure: shell 
command "cd 
"/Users/dvrogers/darwinports/dports/mail/sylpheed/work/sylpheed-0.9.2" 
&& LIBS="-L/opt/local/lib" CPPFLAGS="-I/opt/local/include" CFLAGS="-O3 
-fstrict-aliasing -funroll-loops" ./configure --prefix=/opt/local 
--disable-compface --disable-gdk-pixbuf" returned error 1
Command output: checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
(Continue reading)

DV Rogers | 1 Apr 16:10

Not Finding Freetype Libraries

Thanks Toby for the patch with gtk2 based installations
I updated via cvs but still getting the same error when attempting to  
port both
Bluefish and GFTP
error as follows;
------------------------------------------------------------------------ 
-------------------------------------
configure: error: pangoxft Pango backend found but did not find  
freetype libraries

Error: The following dependencies failed to build: gtk2
------------------------------------------------------------------------ 
-------------------------------------

You mentioned on the 29 March
 >I was able to reproduce the earlier issue, but after committing the
 >patch to replace

 >#include <freetype/freetype.h>

 >with

 >#include <ft2build.h>
 >#include FT_FREETYPE_H

 >everything worked. So, I'm not really sure what could be causing this.
 >I was getting the exact same error - and the patch fixed it.
------------------------------------------------------------------------ 
------------------------------------

(Continue reading)

Kristian Peters | 1 Apr 17:43

new port: hexedit

Hi.

Before I'll submit my first port, I'd like someone to test it.
Please report your experiences.
btw: The category korseby will be changed to utils. ;-) It's for testing on my system only.

Where should I announce the new port and upload the corresponding files ?

The binary needs ncurses for building. Since the ncurses library comes with Apple I've decided to let
depends_lib empty. Is this correct or should I file a pseudo-dependency if that is possible ?

Thanks.

*Kristian

Attachment (Portfile): application/octet-stream, 940 bytes
Attachment (configure.patch): application/octet-stream, 272 bytes
Attachment (Makefile.in.patch): application/octet-stream, 520 bytes
_______________________________________________
Darwinports mailing list
Darwinports <at> opendarwin.org
http://www.opendarwin.org/mailman/listinfo/darwinports
Tim Pritlove | 1 Apr 18:23
Picon
Favicon
Gravatar

Re: new port: hexedit


On 01.04.2004, at 17:43, Kristian Peters wrote:

> Hi.
>
> Before I'll submit my first port, I'd like someone to test it.
> Please report your experiences.

Works for me. The patch command just reports trailing CRs in the patch 
file.

The naming convention for patch-files in DP is "patch-{file}". You 
might want to change that for cosmetic reasons ;)

> btw: The category korseby will be changed to utils. ;-) It's for 
> testing on my system only.
>
> Where should I announce the new port and upload the corresponding 
> files ?

See:
http://darwinports.opendarwin.org/docs/ch14.html#id1069424

> The binary needs ncurses for building. Since the ncurses library comes 
> with Apple I've decided to let depends_lib empty. Is this correct or 
> should I file a pseudo-dependency if that is possible ?

Good question. Anyone?

Greetings
(Continue reading)


Gmane