Hey , I am a new user in ports , used fink before , after compiling gnu-cash on x-11 window when starting I am seeing these message , what it means and is it something wrong ? Do I need to do something ...
sudo /opt/local/bin/gnucash ? (y/n/e)yes Password: gnc.bin-Message: main: binreloc relocation support was disabled at configure time.
Otherwise it is starting fine .....
Do you get these messages if you do not use sudo to run gnucash? You really should not need to run gnucash with root privileges. On 4 Aug 2007, at 05:05, Denis Pechnov wrote:
Hey , I am a new user in ports , used fink before , after compiling gnu-cash on x-11 window when starting I am seeing these message , what it means and is it something wrong ? Do I need to do something ...
sudo /opt/local/bin/gnucash ? (y/n/e)yes Password: gnc.bin-Message: main: binreloc relocation support was disabled at configure time.
Otherwise it is starting fine .....
macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
Yep , I get it all the time even if I run with normal privilege , no idea what it means try gogole it no luck .... On Aug 4, 2007, at 1:12 PM, Randall Wood wrote:
Do you get these messages if you do not use sudo to run gnucash? You really should not need to run gnucash with root privileges.
On 4 Aug 2007, at 05:05, Denis Pechnov wrote:
Hey , I am a new user in ports , used fink before , after compiling gnu-cash on x-11 window when starting I am seeing these message , what it means and is it something wrong ? Do I need to do something ...
sudo /opt/local/bin/gnucash ? (y/n/e)yes Password: gnc.bin-Message: main: binreloc relocation support was disabled at configure time.
Otherwise it is starting fine .....
macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
Randall Wood rhwood@mac.com http://shyramblings.blogspot.com
"The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
If I understand things correctly: 1) this message is harmless. It means that gnucash can not build a table of references to libraries it needs so that it can go find those libraries at runtime if they have moved from where they were when it was built. This should not be an issue since macports does not move libraries around. 2) binreloc is the library and/or program that supports "binary relocation support" or a mechanism for searching for linked-against libraries at application load time, instead of just assuming that the libraries are at a given pre-defined location. On 4 Aug 2007, at 05:16, Denis Pechnov wrote:
Yep , I get it all the time even if I run with normal privilege , no idea what it means try gogole it no luck ....
On Aug 4, 2007, at 1:12 PM, Randall Wood wrote:
Do you get these messages if you do not use sudo to run gnucash? You really should not need to run gnucash with root privileges.
On 4 Aug 2007, at 05:05, Denis Pechnov wrote:
sudo /opt/local/bin/gnucash ? (y/n/e)yes Password: gnc.bin-Message: main: binreloc relocation support was disabled at configure time.
Otherwise it is starting fine .....
macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
Randall Wood rhwood@mac.com http://shyramblings.blogspot.com
"The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
Hey, Randall do you have same message on mac os .... or not ? so if gnucash can't locate library , is it mean I can face problems in the future ? I am moving a bit of information on gnucash so I need to be sure it is not creating problems for me in the future .... On Aug 4, 2007, at 1:32 PM, Randall Wood wrote:
If I understand things correctly:
1) this message is harmless. It means that gnucash can not build a table of references to libraries it needs so that it can go find those libraries at runtime if they have moved from where they were when it was built. This should not be an issue since macports does not move libraries around.
2) binreloc is the library and/or program that supports "binary relocation support" or a mechanism for searching for linked-against libraries at application load time, instead of just assuming that the libraries are at a given pre-defined location.
On 4 Aug 2007, at 05:16, Denis Pechnov wrote:
Yep , I get it all the time even if I run with normal privilege , no idea what it means try gogole it no luck ....
On Aug 4, 2007, at 1:12 PM, Randall Wood wrote:
Do you get these messages if you do not use sudo to run gnucash? You really should not need to run gnucash with root privileges.
On 4 Aug 2007, at 05:05, Denis Pechnov wrote:
sudo /opt/local/bin/gnucash ? (y/n/e)yes Password: gnc.bin-Message: main: binreloc relocation support was disabled at configure time.
Otherwise it is starting fine .....
macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
Randall Wood rhwood@mac.com http://shyramblings.blogspot.com
"The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
Randall Wood rhwood@mac.com http://shyramblings.blogspot.com
"The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy."
Hi All, Trying to install proj-4.5.0 and keep getting a fetch error. Jumped to the site itself and attempted downloading manually, kept getting a "too many users connected error", so it isn't a MacPorts error. The mirror (maptools.org) reacts the same way. Was able to find a download page on the maptools site, but the download function is a HTML form button. Is there any way to modify the Portfile to trigger a form element button? If I can find contact address, I'll ask if they can go smack the server, to reset it. Another question, is there any plans to creating a port of Grass? Thanks, Jeff
On Aug 4, 2007, at 09:04, Jeff Stubbs wrote:
Trying to install proj-4.5.0 and keep getting a fetch error. Jumped to the site itself and attempted downloading manually, kept getting a "too many users connected error", so it isn't a MacPorts error. The mirror (maptools.org) reacts the same way. Was able to find a download page on the maptools site, but the download function is a HTML form button. Is there any way to modify the Portfile to trigger a form element button?
MacPorts should be able to download from any HTTP, HTTPS or FTP URL, so if their form button simply redirects you to a URL, we can use that. If it requires a POST-method form to be sent off, however, then MacPorts doesn't currently offer that. It could be modified to do so, since MacPorts uses curl and curl supports POST-style forms. But it would be better to request that the software authors make their software available at a regular URL like everybody else does.
If I can find contact address, I'll ask if they can go smack the server, to reset it.
Good idea.
Another question, is there any plans to creating a port of Grass?
I don't see any ticket open containing the term "grass." But anyone is welcome to create a portfile and contribute it. Portfiles don't get made until someone who cares about the software does so. Searching the mailing list, I don't see any previous discussion of grass. So you may be the best equipped so far to create a portfile for grass.
participants (4)
-
Denis Pechnov
-
Jeff Stubbs
-
Randall Wood
-
Ryan Schmidt